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

How to change custom field value after PO creation

Former Member
0 Kudos
131

Hi,

I added one custom field to shopping cart and need to populate the value after PO created. I am trying to find any BADI or enhancement spot to do this.

Could any body help me, is there any BADI/SPOT to change shopping cart field value after PO creation.

Regards,

Ram

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Ram,

Check if you can use BAdI BBP_DOC_SAVE_BADI with filter BUS2201.

Maybe links are already created with its SC items when this BAdI for PO is called.

If it is not possible with BAdI, have a look at function module BBP_PROCDOC_SAVE to see where you could add an enhancement point according to your requirement.

Regards.

Laurent.

Former Member
0 Kudos

Not the cleanest solution. But another possibility is adding enhancement implementation on CLEAN_REQREQ_UP program.

SG