cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug SAPGUI using the BBPSC01 or 02 or 03

Former Member
0 Kudos

Hi All,

I am new for SRM, Please explain me step by step how to debug the SC by using the Tcode BBPSC01 or 02 or 03.

Please provide me step by step procedure.

Thanks & In Advance,

Regards,

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

If you open the transaction in SAPGUI, enter "/h" in the top left command field.

Debug mode will start.

Regards,

Masa

Former Member
0 Kudos

Thanks for replay masa,

But my question is how to create the shopping cart using the Tcode BBPSC02. Here there are lot of boxes are these, I am not able to creating the SC, please help me on this. I kept the break point in the BBP_DOC_CHANGE_BADI, it's stopping.

Regards,

Venkat

Edited by: VenkatG on Aug 19, 2009 8:21 AM

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can create a SC in ITS WebUI and use External debugging.

- If you use external breakpoints to initiate "external debugging", you

must make sure that the new debugger is set as the default debugger for

both users (the user who sets the breakpoint and the user for whom the

breakpoint is set). You can make this setting, for example, in

transaction SE38:

Utilities -> Settings -> ABAP Editor -> Debugging

Regards,

Masa

Former Member
0 Kudos

Hi Masa,

I have tried this way create a SC in ITS WebUI and use External debugging, but it gives some error in ITS webUI.

For that reason I am trying to creating the SC cart in SRM GUI. I want to know how to create the SC and How to change the SC in SRM GUI side using the transactions BBPSC03 or 05......

Regards,

Venkat.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

What is the error message you got? If it is application side error, you will get same error even creating a SC in SAPGUI.

Regards,

Masa

Former Member
0 Kudos

Template Interpretation terminated, template not available.

Regards,

Venkat

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Can you create a SC in ITS WebUI without debug mode?

Regards,

Masa

laurent_burtaire
Active Contributor
0 Kudos

Hello Venkat,

For debugging in Web GUI, you have to set parameter ~GENERATEDYNPRO to 1 for corresponding service to avoid ITS error you raised.

For this, run SICF transaction.

Then, follow path default_host -> sap -> bc -> gui -> sap -> its

According to transaction you want to debug, select corresponding service. Double click on it.

On new screen, in 'Service data' tab, click on 'Settings' button: here, add parameter name and value indicated above.

If you use an internal break-point, debugging session is opened inside your web session.

For external debugging, a new SAP GUI session is opened (personally, i prefer this way).

For debugging in SAP GUI, put an internal break-point where you want.

Then, go out from the Easy acces menu with a "/n" in the command field. Now, you can run transactions.

Regards.

Laurent.

Former Member
0 Kudos

Answers (0)