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
932

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

Accepted Solutions (1)

Accepted Solutions (1)

Zhehui_Xia28
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Kim,

You can Enable Usage in APP - Custom Fields. If you have enabled usage relevant to the BAdI, you can see this custom field in BAdI.

Best Regards,

Zhehui

Eric_Yu1
Product and Topic Expert
Product and Topic Expert
0 Kudos

We helped you to accept the answer, since there were no updates after 7 days.

You can unaccept it anytime if you have further questions.

Answers (2)

Answers (2)

Zhehui_Xia28
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Kim,

As Dennis said, you cannot add more standard fields. But you can add some custom fields which you can change them in this BAdI.

Best Regards,

Zhehui

shkim
Explorer
0 Kudos

i want to know that how to add field in custom BAdI?

do you have any manual?

thank you !!

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 🙂