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

ME52N - Screen layout at document level

Former Member
0 Likes
704

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.

1 ACCEPTED SOLUTION
Read only

nomssi
Active Contributor
0 Likes
600

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

2 REPLIES 2
Read only

nomssi
Active Contributor
0 Likes
601

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

Read only

Former Member
0 Likes
600

Thank Jacques, I tryed and it works as I espect.

Regards.