cancel
Showing results for 
Search instead for 
Did you mean: 

ESS - Error on SAP Standard code line in DC ess/tra/tre

Former Member
0 Kudos

Hi Everyone,

We are doing some custom development on SAP provided Travel and Expense

solution. The changes we made have been deployed on DEV and are working

fine. A couple of days back we applied the SAPESS10P_1-20000512.SCA

provided by SAP to fix the W4 issue on ESS. Now if we make any changes

to the source code file (we only added comments to our code to 'real'

code changes were made) we get the errors I have pasted below. My issue is that

the errors are thrown on Standard SAP provided code, more specifically on the wdGetFcTraUtilsInterface method (See errors below). I'm not sure if the patch changed anything on T&E or not. Are these errors due to some incompatibility between the ESS version (8.0) we had before and the ESS version after the patch? How do I fix this issue?

-


[javac] Compiling 705 source files to D:\usr\sap\NDI\JC00\j2ee\cluster\server0\temp\CBS\11\.B\2580\t\D7381F6CE48DA15A342C21395363E947\classes

[javac] ERROR: D:\usr\sap\NDI\JC00\j2ee\cluster\server0\temp\CBS\11\.B\2580\t\D7381F6CE48DA15A342C21395363E947\gen_wdp\packages\com\sap\xss\tra\tre\vc\receipts\table\DetailsView.java:208: cannot resolve symbol

[javac] ERROR: symbol : method wdGetFcTraUtilsInterface ()

[javac] ERROR: location: interface com.sap.xss.tra.tre.vc.receipts.table.wdp.IPrivateDetailsView

[javac] ERROR: if (wdThis.wdGetFcTraUtilsInterface().inAccessibilityMode() ) {

[javac] ERROR: ^

[javac] ERROR: D:\usr\sap\NDI\JC00\j2ee\cluster\server0\temp\CBS\11\.B\2580\t\D7381F6CE48DA15A342C21395363E947\gen_wdp\packages\com\sap\xss\tra\tre\vc\receipts\table\DetailsView.java:229: cannot resolve symbol

[javac] ERROR: symbol : method wdGetFcTraUtilsInterface ()

[javac] ERROR: location: interface com.sap.xss.tra.tre.vc.receipts.table.wdp.IPrivateDetailsView

[javac] ERROR: wdThis.wdGetFcTraUtilsInterface().viewValidation(wdThis.wdGetAPI()).analyze(view);

[javac] ERROR: ^

[javac] ERROR: D:\usr\sap\NDI\JC00\j2ee\cluster\server0\temp\CBS\11\.B\2580\t\D7381F6CE48DA15A342C21395363E947\gen_wdp\packages\com\sap\xss\tra\tre\vc\receipts\table\DetailsView.java:515: cannot resolve symbol

[javac] ERROR: symbol : method wdGetFcTraUtilsInterface ()

[javac] ERROR: location: interface com.sap.xss.tra.tre.vc.receipts.table.wdp.IPrivateDetailsView

[javac] ERROR: wdThis.wdGetFcTraUtilsInterface().viewValidation(wdControllerAPI).validate(true);

[javac] ERROR: ^

[javac] ERROR: D:\usr\sap\NDI\JC00\j2ee\cluster\server0\temp\CBS\11\.B\2580\t\D7381F6CE48DA15A342C21395363E947\gen_wdp\packages\com\sap\xss\tra\tre\vc\receipts\table\DetailsView.java:551: cannot resolve symbol

[javac] ERROR: symbol : method wdGetFcTraUtilsInterface ()

[javac] ERROR: location: interface com.sap.xss.tra.tre.vc.receipts.table.wdp.IPrivateDetailsView

[javac] ERROR: wdThis.wdGetFcTraUtilsInterface().viewValidation(wdControllerAPI).validate(true);

[javac] ERROR: ^

[javac] ERROR: D:\usr\sap\NDI\JC00\j2ee\cluster\server0\temp\CBS\11\.B\2580\t\D7381F6CE48DA15A342C21395363E947\gen_wdp\packages\com\sap\xss\tra\tre\vc\receipts\table\DetailsView.java:568: cannot resolve symbol

[javac] ERROR: symbol : method wdGetFcTraUtilsInterface ()

[javac] ERROR: location: interface com.sap.xss.tra.tre.vc.receipts.table.wdp.IPrivateDetailsView

[javac] ERROR: wdThis.wdGetFcTraUtilsInterface().viewValidation(wdControllerAPI).validate(true);

[javac] ERROR: ^

[javac] ERROR: D:\usr\sap\NDI\JC00\j2ee\cluster\server0\temp\CBS\11\.B\2580\t\D7381F6CE48DA15A342C21395363E947\gen_wdp\packages\com\sap\xss\tra\tre\vc\receipts\table\DetailsView.java:585: cannot resolve symbol

[javac] ERROR: symbol : method wdGetFcTraUtilsInterface ()

[javac] ERROR: location: interface com.sap.xss.tra.tre.vc.receipts.table.wdp.IPrivateDetailsView

[javac] ERROR: wdThis.wdGetFcTraUtilsInterface().viewValidation(wdControllerAPI).validate(true);

[javac] ERROR: ^

[javac] ERROR: D:\usr\sap\NDI\JC00\j2ee\cluster\server0\temp\CBS\11\.B\2580\t\D7381F6CE48DA15A342C21395363E947\gen_wdp\packages\com\sap\xss\tra\tre\vc\receipts\table\DetailsView.java:603: cannot resolve symbol

[javac] ERROR: symbol : method wdGetFcTraUtilsInterface ()

[javac] ERROR: location: interface com.sap.xss.tra.tre.vc.receipts.table.wdp.IPrivateDetailsView

[javac] ERROR: wdThis.wdGetFcTraUtilsInterface().viewValidation(wdControllerAPI).validate(true);

[javac] ERROR: ^

[javac] WARNING: Note: Some input files use or override a deprecated API.

[javac] WARNING: Note: Recompile with -deprecation for details.

[javac] 7 errors

Error: D:\usr\sap\NDI\JC00\j2ee\cluster\server0\temp\CBS\11\.B\2580\DCs\sap.com\ess\tra\tre\_comp\gen\default\logs\build.xml:161: Compile failed; see the compiler error output for details.

at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938)

at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)

at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)

at org.apache.tools.ant.Task.perform(Task.java:364)

at org.apache.tools.ant.Target.execute(Target.java:341)

at org.apache.tools.ant.Target.performTasks(Target.java:369)

at org.apache.tools.ant.Project.executeTarget(Project.java:1214)

at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:112)

at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:61)

at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:213)

at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:190)

at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)

at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)

at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:102)

at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:76)

at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)

at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1723)

at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1495)

at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:727)

at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:503)

at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:442)

at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:314)

at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:252)

at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:207)

at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:168)

Ant runtime 4 minutes 15.919 seconds

Ant build finished with ERRORS

Compile failed; see the compiler error output for details.

Error: Build stopped due to an error: Compile failed; see the compiler error output for details.

Build plugin finished at 2007-08-13 12:48:04 GMT-05:00 (EDT)

Total build plugin runtime: 4 minutes 27.558 seconds

Build finished with ERROR

-


Thank you guys for all the help so far!

MOY

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Seems like this was an issue with ESS version inconsistencies between Dev and NWDI. Once we upgraded NWDI ESS version to the same level as DEV, we did not see the same error.

Former Member
0 Kudos

Any idea about why I get an error on SAP Standard code.