Application Development and Automation 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: 
Read only

standard text

NAeda
Contributor
0 Likes
769

how to debug standard text..?

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
514

hi,

You want to know text id, name etc for particular tansaction text...

DeBug that transaction..

Reward if useful,

Gaurav J.

Read only

Former Member
0 Likes
514

Hi Sir ,

Please have a look below .Hope it is suitable and simpler solution for your question.

Please do reward if useful.

Thankx.

You can debug report in various way.

1. As mentioned, Go to se38, display report, put /h in command field and execute.

2. Go to se38, enter program name. Follow menu path Program --> Execute --> Debugging.

3. You can follow above step even when program is displayed.

Debugging of Standard Report:

1. You can put a hadr coded BREAK POINT.

2. You can also set the breakpoint from the EDITOR application toolbar. There is a break point icon.

3. You can use the '/H' to switch on the debugger.

4. You can set begugger from Program>Test>Debugging.

***************************************************************************reward if it is useful**********