cancel
Showing results for 
Search instead for 
Did you mean: 

How do you test your Java Pricing UserExits in eclipse?

Former Member
0 Kudos

How do you test your Java Pricing UserExits in eclipse?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

test or debug?

There are no unit code testing possible for the IPC Java exits - except writing custom logs and checking the logs in the VMC logs.

Former Member
0 Kudos

so if i am trying to convert a abap program to java... I will have to guess which java class or method matches the abap method or function.. do you know which userexit is used for cumulation... the other thing is i am getting 17 errors and 177 warnings... does the debugging work even though i have these errors...

and do you have to deploy the java class on vmc server to debug it... or do you just set up the debug port..

Former Member
0 Kudos

do you have to deploy the java class on vmc server to debug it

Yes

- So, the classes have to be compiled error free and uploaded to VMC.

- VMC has to be restarted to test your classes.

- You have to set the log levels appropriately for your classes using SM53 / SM52.

- You can also perform VMC debug through Eclipse.

  • all of the details are available in the pricing exit manual*

Answers (0)