cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field value flow from Contract to PO

Former Member
0 Kudos

Hi Exports,

I have one common Custom field in Contract Header and PO Header, when I create PO with reference to Contract, then common field value is not coming/flowing to PO. I need to have value of Contract into PO.

What to do for that, please help.

Just for information I have implemented BBP_CUF_BADI and maitained INCL_* Structures for the Contract and PO.

Reg,

Rajesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajesh,

Try to create the Costumer Field (CUF) using the structures CI structures.

CI_BBP_HDR_PO -> PO header

CI_BBP_ITEM_PO -> PO Item

CI_BBP_HDR_CTR -> Contract Header

CI_BBP_ITEM_CTR -> Contract Item

If you are creating the PO from a SC, create the CUF in the SC structure also CI_BBP_ITEM_SC.

The CUF values inserted in the Contract should automatically be copied to the follow-on documents.

Regards,

José Omar

Answers (1)

Answers (1)

former_member206968
Active Contributor
0 Kudos

Hi,

You can try using bbp_doc_change badi to transfer the field value from contract to PO.

Regards,

Sanjeev