cancel
Showing results for 
Search instead for 
Did you mean: 

#Coe#BUMA Custom Logic BAdI / Extensibility for Service Performer in Purchase Requisition

Jen316
Explorer
0 Kudos
177

Hi,

Is there a BAdI or custom logic extensibility for Service Performer in Purchase Requisition? Currently, Service Performer is only available in MM_PUR_S4_PO_MODIFY_ITEM for Purchase Order.

Thank you,

Jen

Accepted Solutions (1)

Accepted Solutions (1)

umasaral
Active Participant
0 Kudos

Hi 

No, the BAdI `ME_PROCESS_PR_CUST` is not available in the S/4HANA Public Cloud environment. In this environment, you typically use the Extensibility Framework for customizations, which includes business configuration and managed service extensions rather than BAdIs. You can explore options like:

Custom Fields and Logic: Use this to add fields and implement simple logic.
Fiori Elements: Leverage UI adaptations.
Business Events: Use these for integrating custom logic.

For custom logic in the Public Cloud, you should focus on these extensibility options rather than traditional BAdIs.

Answers (1)

Answers (1)

umasaral
Active Participant
0 Kudos

Hi 

Please try the below steps:

Yes, for enhancing the Service Performer in Purchase Requisitions, you can use:

1. BAdI: ME_PROCESS_PR_CUST - Customize processing logic for Purchase Requisitions.
2. BAdI: ME_BESTBUY - Enhance service provider selection.
3. User Exits - Check relevant exits like `EXIT_SAPMM06E_005`.
4. Enhancement Spots - Look for spots related to Purchase Requisitions.
5. Fiori Customization - Adapt UI in Fiori apps if applicable.

Jen316
Explorer
0 Kudos
Hi Umasaral, is the item 1 available in S/4 Hana Public Cloud?