hi,
can anyone tell me a user-exit or badi to change the screen layout of po item?
one of my customer asks me make required settings to restrict users from changin purchase orders item with po history.
I ve made a plan to handle this request;
create a new screen layout (lets say ZSL) to be used in po changing transactions (every po fields will be set up "display mode")
find a user-exit which runs at the start of a po changing transaction code called
user-exit/badi, will check if any item has history
if item has history, change screen layout to ZSL
if item has no history, no change to screen layout
I need help to find the right user-exit (or badi) which is suit for my goal and run on at start of the transaction and would be able to change screen layout.
thanks in advance