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

Former Member
0 Likes
420

Hi,

This is a requirement in ME52N. If some user opens the ME52N in change mode, then he should be able to change only Purchasing Organization and no other fields.

I have got one BADI for this : ME_PROCESS_REQ_CUST and OPEN method. I am not sure how to proceed further .Please help me in coding(oo concept)?

Hi,

This is a requirement in ME52N. If some user opens the ME52N in change mode, then he should be able to change only Purchasing Organization and no other fields.

I have got one BADI for this : ME_PROCESS_REQ_CUST and OPEN method. I am not sure how to proceed further .Please help me in coding(oo concept)?

1 REPLY 1
Read only

Former Member
0 Likes
394

hi,

I dont think you need a BADI for this.

Execute SHD0 (transaction & screen variants), here you can hide, enable, disable any fields in any screen.

Assign a variant to this and use that as the starting variant for the transaction ME52N. Functional analyst can you help you set up the configuration part.

Regards,

Subramanian