2010 Aug 27 12:34 PM
Hi experts,
I want to assign a Screen layout at document level named "ZSTN" to TX ME51N / ME52N / ME53N when modifiyng Purch.Req.
This screen layout has to be assigned when status at item level of Purch Req. is not equal to 'N'.
How can I do this?
Thanks in advance.
2010 Aug 28 11:33 PM
Implement your logic using BAdI ME_PROCESS_REQ_CUST. The active layouts are passed to the method fieldselection_item_refkeys( ) and can be changed there, e.g. parameter CH_KEY0.
hope this helps,
J.N.N
Hi experts,
I want to assign a Screen layout at document level named "ZSTN" to TX ME51N / ME52N / ME53N when modifiyng Purch.Req.
This screen layout has to be assigned when status at item level of Purch Req. is not equal to 'N'.
How can I do this?
Thanks in advance.
2010 Aug 28 11:33 PM
Implement your logic using BAdI ME_PROCESS_REQ_CUST. The active layouts are passed to the method fieldselection_item_refkeys( ) and can be changed there, e.g. parameter CH_KEY0.
hope this helps,
J.N.N
2010 Aug 30 2:41 PM