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 ME21N screen.

Former Member
0 Likes
2,123

Hi All,

I am trying to do debugging ME21N in IDES as the transaction is getting terminated due to some error.

While trying to create breakpoints in debugging, system is asking for ABAP commands. Which command do i need to put.

regards

fozters

1 ACCEPTED SOLUTION
Read only

former_member222860
Active Contributor
0 Likes
1,188

Hi,

you can debug any transaction by entering /h in the command box. Once you got the debug-mode press F5 navigate the code.

Hope it helps.

4 REPLIES 4
Read only

Former Member
0 Likes
1,188

Hi,

In break points, ABAP Cmnds tab , u have to give the ABAP keywords ( like CALL FUNCTION, CALL METHOD etc ) or your variables ( Let as say.. GV_DATE ) only.. then, the control will stop in that place..

Regards,

JJP

Read only

former_member222860
Active Contributor
0 Likes
1,189

Hi,

you can debug any transaction by entering /h in the command box. Once you got the debug-mode press F5 navigate the code.

Hope it helps.

Read only

0 Likes
1,188

Hi,

1) If the transaction is giving dump before execution then goto SE93 then give Tcode ME21N in Transaction Code and by putting /h debug it.

2) If the transaction is executing then after giving input put /h and then debug it.

3) Try to check BAdi implementations for ME21N. Then by putting breakpoint in that Badi try to debug.

Kindly provide dump deatils for more clear solution.

Best regards,

Vivek

Read only

Former Member
0 Likes
1,188

hello ,

Check your authorizations also .

vanu.