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

Tcode ME23N

Former Member
0 Likes
385

Hi all,

I'm using a user exit of the Functionpool

V69A, Pricing subscreens (USER_EXIT_FIELD_MODIFICATION) in order to prevent some users from modifying prices. It activates when the end-user gets to a PO pricing subscreens through the tcode ME22N/ME22.

The issue is that if one gets to a PO through the ME23N, he still can modify the PO, but the tcode stays the same (ME23N)!!!

Where do I see that I'm allowed to modify the PO if the tcode remains ME23N?

thanx

carla

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
346

If you see the code of feldauswahl_subscreen or feldauswahl_sonderregeln, it does process depends on the screen group.

As this in loop at screen, you have to write the code screen-active = 0 if screen-NAME = 'ZFIELD'.

Hope this helps bit to explore you further.

1 REPLY 1
Read only

Manohar2u
Active Contributor
0 Likes
347

If you see the code of feldauswahl_subscreen or feldauswahl_sonderregeln, it does process depends on the screen group.

As this in loop at screen, you have to write the code screen-active = 0 if screen-NAME = 'ZFIELD'.

Hope this helps bit to explore you further.