Application Development 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: 

debugging ME21N screen.

Former Member
0 Kudos

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

former_member222860
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

former_member222860
Active Contributor
0 Kudos

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.

0 Kudos

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

Former Member
0 Kudos

hello ,

Check your authorizations also .

vanu.