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: 

How to hide "PARK" button in PO/PR

Former Member
0 Kudos

Hi All,

My SAP system has recently upgraded to EHP5.

Earlier we don't have "PARK" button on the screen of ME21N or we can say Purchase Order/ Purchase Requisition.

But after upgrade "PARK" button is added just besides "HOLD" button.

My requirement is to Hide/Disable this "PARK" button.

For more Information, please find the attached image which shows PARK button.

Please suggest.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Go to SPRO->Materials Management->Purchasing->Business Add-ins for purchasing.

Select BADI- Deactivate hold for purchase order.

Give an Implementation name.

Goto method IS_ALLOWED.

Put this code in the method.

CH_PARK_ALLOWED = space.

Save and activate.

Thanks,

Shambu

5 REPLIES 5

Former Member
0 Kudos

see this thread it will help you to hide park button

former_member209818
Active Contributor
0 Kudos

Hi Anup,

I am not working on the EPH5. But i think you can create a SHD0 Transaction VAriants and using that you can disable the display of the buttons on the screen. Search on the SDN about VAriant Transactions and you should get ample information.

- Harshad

Former Member
0 Kudos

Hi,

Go to SPRO->Materials Management->Purchasing->Business Add-ins for purchasing.

Select BADI- Deactivate hold for purchase order.

Give an Implementation name.

Goto method IS_ALLOWED.

Put this code in the method.

CH_PARK_ALLOWED = space.

Save and activate.

Thanks,

Shambu

0 Kudos

Thanks everyone for your valuable help !!

Sambhu, just need one more help.

As this implementation is for "Deactivate Hold and Park in Enjoy Purchase Orders"

just wanted to confirm that this code will disable ONLY "PARK" and not the HOLD button ??

0 Kudos

Yes, this will deactivate only Park.

For deactivating Hold, you need to give ch_allowed = space.

Thanks,

Shambu