‎2006 Nov 24 4:39 PM
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
‎2006 Nov 24 4:58 PM
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.
‎2006 Nov 24 4:58 PM
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.