How to Debugging in SAP ABAP Program in Different ways

 In SAP ABAP provides the best features to the ABAPer or developer, Easy to find out the error or bug and show of the process of  flow of the program. In SAP ABAP, different ways or different method to debug of the program. Different methods are as follows in below,

How-to-debugging-in-sap-abap-program

First check, your login client is Development client or Testing client. Normally debugging is perform in testing client, because proper testing data in there. Some time you required to performing debugging in quality server or production server. If you develop a new program and find issue, Then debugging is performing in testing client. If program is already move to quality and find issue, Then debugging is performing in quality client or server. If program is already move quality to production and find issue, Then debugging is performing in production client or server.

Method :1 ( Using /H)

step-1

Open your program and check your program is active or not, If your program is not active then active your program and enter direct processing icon or press F8.Then go to selection screen or user input screen .

step-2

After go to selection screen, enter program required input and enter /h in input transaction box and press enter. Then show message debugging switched on in left-bottom side of the screen. After show message, press F8 or execute icon. Then show debugger screen.

Debug-program-input-screen-decoderp

Debug-program-input-screen2-decoderp


step-3

now standard debugging screen is show, First you change standard screen to desktop3 screen for best view. For example: we are debugging in simple report and this report receive one user input and based on this user input show the output in ALV format.

Debug-standard-screen-decoderp


Post a Comment

0 Comments