cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug a SRM Shopping Card Scenarioa from a PORTAL application

Former Member
0 Kudos

Hello, currently i am developing a process driven workflow for SRM Shopping Card. The details for the shopping card are being edited on a SAP Portal via Webbrowser. On SAP side I configured new process schema based on BUS2121 and added special BADIs for agent determination. Now i try to debug if my BADI is being chosen, but in no way the system jumps into debugger on SAP system. But this is the same even if i choose a standard sap process schema. Can anybody tell me what other possibility i have to investigate, why my BADI is not being chosen? Any help would be highly appreciated.

Kind regards,

Matt

Edited by: Matthias Pump on Feb 28, 2012 8:50 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Sometimes solutions are much more simple: all i had to do was to set an external Breakpoint in my ABAP program. Now it worked. Thanks to all who answered this question.

Former Member
0 Kudos

Hi,

Also if you use more than one system server you should specify the debug user at SRdebug transaction.

Cheers,

Melina

Former Member
0 Kudos

Hi,

First change the method which is calling ur BADI to Dialog one in the task definition.

Then put the external breakpoint for user WF-BATCH in ur BADI.

Then trigger the activity from portal.

Cheers,

Raja.D