cancel
Showing results for 
Search instead for 
Did you mean: 

Reject Pushbutton in 5.0 SRM Web

Former Member
0 Kudos

Hi

generally asked, how can you determine which function or program is called when you e.g. push in SRM Web

at Approval on the Reject Pushbutton. When I right click in the Internet Explorer View Source you can see

some HTML and Java Script call. But how you derive the correct programm which will be performed in this case.

Regards

Marco M

Accepted Solutions (1)

Accepted Solutions (1)

yeushengteo
Advisor
Advisor
0 Kudos

Hi,

Please set a break point in the FM BBP_SC_APP_EVENT_DISPATCHER and check if the execution will passed through this routine. From there you can find prior or latter program routine by debugging..

Regards.

YS

Former Member
0 Kudos

Hi YS

thx fpr your reply.

Is this a common approach with setting a break point in the FM BBP_SC_APP_EVENT_DISPATCHER in such cases ?

Regards

Marco

yeushengteo
Advisor
Advisor
0 Kudos

Hi,

Debugging is trial and error sometimes.. but the mentioned FM will be called whenever a function code is being performed on the screen. From there you can locate the other routines and if there is a need to debug much earlier, you can set the breakpoint at the routine where you deemed the most appropriate.

Regards.

YS

Answers (0)