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

How to know the program attached to each button ?

Former Member
0 Likes
768

Hello,

When I press on various buttons in SAP various ABAP programs/functions are launched/executed. How can I know the name of the program/functions that is attached to these buttons? I want to debug through these programs/functions because they have functionalities similar to the ones I want to implement so I want to get access to these ABAP programs but how?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
526

Hi,

You can debug and identify..

Before pressing the button..Press /h in the command field to start the debugger..

Then press the button..

It will take you in the degugging mode..

Thanks,

Naren

Hello,

When I press on various buttons in SAP various ABAP programs/functions are launched/executed. How can I know the name of the program/functions that is attached to these buttons? I want to debug through these programs/functions because they have functionalities similar to the ones I want to implement so I want to get access to these ABAP programs but how?

1 REPLY 1
Read only

Former Member
0 Likes
527

Hi,

You can debug and identify..

Before pressing the button..Press /h in the command field to start the debugger..

Then press the button..

It will take you in the degugging mode..

Thanks,

Naren