cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Java web dynpro from ABAP

Former Member
0 Kudos

Hi

I know that the RPM portal is written in Java.

I need to know how to change the decision point status of an item by writing a code in my ABAP WDC. So was thinking about somehow debugging the web dynpro of RPM and finding which method does it. Is it possible? I don't have access to the Java engine/server.

Thanks

Pushpraj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

debugging the webdynpro java application from abap , and find out the method that is called in the

the abap code can be done , during the RFC call from the webdynpro java , you can put

external debugging and find out which statement is called and the method .

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

1.Enable remote debugging(external breakpoint) on function module

2. Use same UserID that enables debugging and used in JCo Connection.

3. Run your application, it will take you to SAP GUI screen when breakpoint found.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0e9a9d90-0201-0010-478e-991...