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

Identify the system field

former_member220470
Participant
0 Likes
1,022

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

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
Read only

kiran_k8
Active Contributor
861

Mohammed,

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

K.Kiran.

Read only

0 Likes
861

Thanks Kiran.

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