cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Shopping Cart

0 Kudos

Hi SRM experts can someone help me with debugging the shopping cart. I am on SRM 5.0. What is the function module which triggers?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To debug in the Web,pls refer the foll steps:

-->Goto transaction SICF.

-->Select service

-->Change service settings and insert parameter ~GENERATEDYNDPRO=1.

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

Execute SE38 and enter program name.

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

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

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.

BR,

Disha.

Pls reward points for helpful answers.

Answers (3)

Answers (3)

Former Member
0 Kudos

The program SAPLBBP_SC_UI_ITS in se80 select the screen where you want to stop the break-point and click on the normal Debug button on the editor which usually do in ABAP , and it will prompt for you as "HTTP break point" or "Session break point " , select HTTP break point to debug from shopping cart (web) .

If its helpful reward the points.

GK

Former Member
0 Kudos

Manidipa

Use Program <b>SAPLBBP_SC_UI_ITS</b> to debug Shopping cart.

To find program for any transaction go to SE93 and enter the transaction code then click Display button.

You will find the Program name corresponding to that T-code.

PS : Reward points if helpful.

Regards

Jagadish

Former Member
0 Kudos

Hi Manidipa,

Do you want to debug externally in the Web?

BR,

Disha.