cancel
Showing results for 
Search instead for 
Did you mean: 

contract item text to be transferred in PO --Need help

Former Member
0 Kudos

Hi,

Need help. Is there any BADI for the following?

Classic Scenario. Sourced shopping cart. Referring to service contract.

When PO is created upon approval of sourced SC, then need to have the item text in contract to be copied in PO line item.

Example: Contract line item 10 with item category D has text say "testting.."

When PO is created upon approval, it should also show the same text in PO line item under description.

BR

arjman

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I wonder if you could try to implement ECC BADI BBP_PO_INBOUND_BADI for your purpose.

Former Member
0 Kudos

Hi,

There is a configuration for transferring the text from SRM SC to SRM PO, no coding required.

If you want the code, here is the logic.

Using FM 'READ_TEXT' you can retrieve the text, then use BADI BBP_DOC_CHANGE_BADIBBP_PO_CHANGECT_LONGTEXT. Set the Filter for PO.

If this is the PO in Backend system (ECC), BADI BBP_ECS_PO_OUT_BADI~CT_BAPI_POITEM_TEXT

Thanks,

Meenakshi Sundaram R