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

ME23N

Former Member
0 Likes
813

Hellow:

I am in ME22N or in ME23N, at first one is for modify and other is for display, but if you push the pen icon, you can modify in both, how can i know if i am in modify or in display modus?.

Thanks in advance.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
734

Hi,

In most of the user exits there will be a parameter I_TRTYP ..

You can use it identify whether you are in change mode or in display mode..

I_TRTYP = 'V' means change mode..

I_TRTYP = 'A' means display mode..

Thanks,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
734

Hi,

You can check the structure T180-TRTYP = 'V' means change mode..

T180-TRTYP = 'A' means display mode..

Thanks,

Naren

Read only

Former Member
0 Likes
735

Hi,

In most of the user exits there will be a parameter I_TRTYP ..

You can use it identify whether you are in change mode or in display mode..

I_TRTYP = 'V' means change mode..

I_TRTYP = 'A' means display mode..

Thanks,

Naren

Read only

Former Member
0 Likes
734

May be its a feature for Enjoy T-codes. If you click on pen icon being in me23 t-code, it changes to me22.

This is not the case with me22n and me23n.

Thanks,

Santosh