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: 

Identify the system field

former_member220470
Participant
0 Kudos

Hi All,

Is there any system field from which I can identify whether the user has gone through Create Transaction or gone through display mode within the same transaction and then edit.

Like if user goes to ME51N, in this case sy-tcode will ME51N

But if user executes ME51N and then in that select another PR. From there it goes to display mode of PR and edit there.

How can we identify that ?

Thanks

2 REPLIES 2

kiran_k8
Active Contributor

Mohammed,

You can refer to T180-TRTYP during the runtime to check whether the User is Display Mode or Edit Mode.

K.Kiran.

0 Kudos

Thanks Kiran.

I am going through ME51N transaction. But I am not able to find the field T180-TRTYP. Can you please help me.