cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to modify field in badi not changing parameter

shkim
Explorer
0 Kudos
940

I develop in the s/4hana public cloud.

i use badi "MM_PUR_S4_PO_MODIFY_ITEM"

i want to change value field is not exists in changing parameter.

so how to add changing parameter ??

thank you

View Entire Topic
DennisLeslie
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Seo-Hyun,

This BAdI allows you to change the fields in the object PURCHASEREQUISITIONITEMACCCHNG and PURCHASEREQUISITIONITEMCHANGE. You cant add more parameters to these objects. You can consider other BAdI exposed for Purchase Requisitions or to use the external API like https://api.sap.com/api/CE_PURCHASEREQUISITION_0001/resource/Purchase_Requisition

You can also consider raising a customer influence item for this requirement so that development can consider the field you need in the future releases.

Regards,

Dennis

shkim
Explorer
0 Kudos

i want to modify field not exists the object.

i use this api.

thank you for advice 🙂