cancel
Showing results for 
Search instead for 
Did you mean: 

How To Debug in SRM

pankajs_dwivedi
Participant
0 Kudos

Hi All,

I am running Web Browser version of SRM 5.0 and not able to debug it.

We have implemented a BADI for change in PO. But not aware of how to debug it as change of PO is done through Web Browser SRM. We do have the SRM SAP GUI but dont know how to debug it.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

mani_sreedharala
Active Participant
0 Kudos

Hello Pankaj,

In the WEBGUI please maintain the settings mentioned as below.

1. Go to the BADI implementation of the method.

2. Navigate to the menu option UTILITIE->Settings.

3. In the Main tab select the 'ABAP Editor'.

4. Now you will see sub tabstrip. Select the Debugging tab

5. Enter the user for which you want to activate the External Debugging.

6. Press OK (Tick mark) button.

7. Now in the Method editor click the Set/Delete External Breakpoint button(STOP symbol with Human fig).

8. After these settings were made then you can Debug the application from the point where you kept the breakpoint.

And one more thing you have to make sure that the Service Data for the PO Service(i think in your case it should be (bbp_poc) in the SICF tcode, you should have the paramenter ~GENERATEDYNPRO set with 1.

Hope this information will be helped in solving your problem.

Regards,

Mani