Application Development 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: 

Deactivate Park in ME51N/ME52N

former_member184028
Participant
0 Kudos

Hello 

Can any one help  on how to deactivate  PARK option only in PR  Me51n/Me52n/me53n

i want to disable  PARK only.

couldnt find any badi , tried ME_HOLD_PO but it is wokring only for PO but not for PR.\https://scn.sap.com/thread/3188325

Any ideas??

5 REPLIES 5

Former Member
0 Kudos

Hi,

Please check the OSS Note 1068913.


Regards

Ajay Goel

0 Kudos

HI,

This OSS doesnt help,   I have activated  function LOG_MM_CI_3  , as we need hold functionality.

Can we hide Park option through ABAP?

0 Kudos

You could execute a where-used search on the interface IF_EX_ME_MEREQ_PARKING of BaDI ME_MEREQ_PARKING. Then look for implicit enhancement spots to add your logic. (or do it from PBO logic code)

Hint: Another solution could be usage of transaction variants (defined thru SHD0) - reference:  Changing the SAP Standard (BC) - Transaction Variants and Screen Variants

Regards,

Raymond

0 Kudos

Hi Raymond,

Client, doesnt want to go for transaction variant.

could you please give few more details   on the 

''IF_EX_ME_MEREQ_PARKING of BaDI ME_MEREQ_PARKING. Then look for implicit enhancement spots to add your logic. (or do it from PBO logic code)""

Thanks for help.

michael_kozlowski
Active Contributor
0 Kudos

you can use tr. SHD0 to create transaction / screen variant for ME51N/ME52N.