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: 

How to check values of local variables and internal table during debugging

Former Member
0 Kudos

Hi Friends,

I have created one script for MM01 transaction and have done coding also in the ABAP ....ENDABAP Block but I am not able to see the values of local variables and internal table used inside this block during debugging of ECATT script.

Though I can see values of the globally defined variables in the Parameter list.

Also, in the command interface what is the relevance of

C Fld Check

G Fld Get

S Fld Set

I Fld Input

O Fld Output

Though I have used S Fld Set for mapping my parameter fields with screen fields. Rest I am not aware of the purpose and use.

Kindly help.

Regards,

Pradeep.

1 REPLY 1

venkatesh_sakthivel
Active Participant
0 Kudos

Hi pradeep,

Try log the values of the local variables and see whether it got some values..If not it would be a mismatch of mapping between your variable and the table/value.

Regards,

Venky