Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Web-based SAP transactions

Former Member
0 Kudos

Hello All,

I'm currently performing analysis on a Web-based SAP transaction. Would any of you know how to:

1. Debug a web-based SAP transaction (what are the procedures)?

2. Can we change the screen attributes in the website using SHD0?

Any feedback to these is greatly appreciated. Thanks in advance.

Best regards,

Mark Salonga

1 REPLY 1

Former Member
0 Kudos

Hello Mark,

In my dealings with web transactions i.e. with SRM, a standard practice would be to use the ITS debugger.

For example a web transaction in EBP is BBPPU99:

1. Start the shopping cart service (BBPPU99)

2. Start the ITS debugger (from your SAPLogon)

3. Switch to debug mode (/h in ok-code field)

4. Set a break-point at function module etc and continue.

5. Now in the ITS session, call the transaction When the program hits the previously set break-point, you should be able to debug.

Also I am very interested in any information you may find around the SHD0 as well.

-Bryan