cancel
Showing results for 
Search instead for 
Did you mean: 

Badi BBP_ECS_PO_OUT_BADI

Former Member
0 Kudos

Hi All,

I am trying to use the badi BBP_ECS_PO_OUT_BADI to send SRM Contract to ECC, but I am not finding any field within the BADI.

Could anyone let me know how to go about doing this.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check for the following fields in the item table structure.

CTR_LOG_SYS Types BBP_CTR_LOG_SYSTEM CHAR 10 0 Logical System from Which the Contract Originates

CTR_GUID Types BBP_CTR_I_GUID RAW 16 0 Contract Template Item GUID

CTR_ITEM_NUMBER Types BBP_CTR_ITEM NUMC 10 0 Number of Contract Item

CTR_HDR_NUMBER Types BBP_CTR_ID CHAR 10 0 Contract Number

CTR_HDR_GUID Types BBP_CTR_H_GUID RAW 16 0 GUID Contract

Regards

Former Member
0 Kudos

Hi Keerthi,

I checked this and was happy to find the fields that you mentioned in importing parameter(within the parameter IT_ITEM, but there is no corresponding value that I can send in the changing parameter.

How can I pass and get the ECC PO updated with Contract.

Thanks for your help

Regards

Sudheendra

robin_janke
Contributor
0 Kudos

Hi,

Check:

ct_bapi_poitem-agreement
ct_bapi_poitem-agmt_item


Regards,

Robin

Former Member
0 Kudos

Tried both fields, unfortunately they don't help either.