cancel
Showing results for 
Search instead for 
Did you mean: 

Debug shopping cart from the webfront end

Former Member
0 Kudos

Hello,

Could you send the steps how to debug shopping cart

from the web front end.

if you send any document related to debug. it could be very help full and appreciated your help.

Thanks in advance,

prasad.s

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Siva,

Follow the foll steps :

1-->Transaction SICF.

Select service.

Change service settings and insert parameter ~GENERATEDYNDPRO=1.

2-->Find program to debug. E.g. SE93. Enter bbpsc01 and Display and get Program field (SAPLBBP_SC_UI_ITS)

Execute SE38 and enter program name.

3-->Turn HTTP Debugging ON. Utilities-Settings-Debugging. Click Actv and username.

4-->Add HTTP Breakpoint. Display source code and select Utilities-breakpoints-set.

5-->On “External Debugging” select ‘HTTP Breakpoint’.

Remember to remove breakpoints, deactivate debugging and remove parameter GENERATEDYNPRO.

Can run program RSBREAKPOINTS to find which programs you have breakpoints set in.

Hope this helps....

regards,

Disha.

pls reward points if answers are helpful.

former_member184214
Contributor
0 Kudos

Only way to find out what is going on with the shopping cart from the web-front is that user have role SAP_EC_BBP_ADMINISTRATOR.

In the manu there are "Application monitors" one of them is "Shopping Cart" where there are several option to see what is going on with the shopping cart.

For debugging errors in creation of follow on documents you will need gui access.

HTH

Gordan

Former Member
0 Kudos

hi

One having SAP_ALL profile can debug even if the role assigned is SAP_BBP_STAL_EMPLOYEE.

Profile SAP ALL also allows debugging rights.

Secondly one can also debug from the ITS

SE80 -- Utilities -- Settings Abap editor -- debugging tab in External Debugging put tick on Activ and enter the name of the user.

regards,

Nimish Sheth

Former Member
0 Kudos

Nimish

The second suggestion you have given,

"Secondly one can also debug from the ITS

SE80 -- Utilities -- Settings Abap editor -- debugging tab in External Debugging put tick on Activ and enter the name of the user."

that also does not work without SAP_ALL, if entered user id in Debugging tab does not have SAP_ALL, it pops up an error saying 'User XXXXX is not authorized for debugging'.

I will not be provided with SAP_ALL role, do you know which particular role has debugging authorizations?

Thanks

K