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

Debugging Help

Former Member
0 Likes
596

Dear Sir,

We need to analyze the working of SAP Std Program which is being called thru Tcode MR11.

To analyze the working of Program , we need to go into the Debugging mode . We desire that Debugging must start only once we press the EXECUTION icon .

The reson for this is that incase Debugging starts just on the starting of Tcode MR11 then it become very cumbersome to give the input values on the user interface screen and Debugging becomes very difficult .

Pl guide us as how can we start Debugging at the pressing of EXECUTION icon .

With Thanks and Rgds

Sonia

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
540

Open the Tcode MR11--->Again give TCODE /H (Tcode Command field)and enter

Now when you press execute it will go to debugging.

/H: Tcode switch on the debugging

You can open any standard tcode->USe the TCode/H and enter it switchs on Debugging

When next you press execute it will take you to debugger.

Regards,

Gurpreet

4 REPLIES 4
Read only

Former Member
0 Likes
541

Open the Tcode MR11--->Again give TCODE /H (Tcode Command field)and enter

Now when you press execute it will go to debugging.

/H: Tcode switch on the debugging

You can open any standard tcode->USe the TCode/H and enter it switchs on Debugging

When next you press execute it will take you to debugger.

Regards,

Gurpreet

Read only

faisalatsap
Active Contributor
0 Likes
540

Hi,

Just Before Pressing of EXECUTION icon write '/h' in Command field and press Enter Key than Press Execution Icon.

Best Regards,

Faisal

Read only

faisalatsap
Active Contributor
0 Likes
540

an other way,

Write the following in a txt file.

[FUNCTION]
Command=/h
Type=SystemCommand

Save this file any name abc.txt

now just before executing or any where you want to start debugging drag and drop this fine on the screen it will activate the debugger.

Best Regards,

Faisal

Read only

Former Member
0 Likes
540

Hi Sonia,

RSSYSTDB is the function-pool for the transaction MR11.

So go to se38 -


> write RSSYSTDB in the program name -


> press F7 (Display) -


> in the tool bar go to System -


> Utilities --->Debug .

Then execute the function-pool RSSYSTDB.

Regards

Pinaki