cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_ECS_PO_OUT_BADI

Former Member
0 Kudos

Hi experts

I need to send SRM PO texts to R/3, I am in SRM 5.0 with EXTENDEED CLASSIC SCENARIO, so I am triing to use BBP_ECS_PO_OUT_BADI I am taking the texts of the parameter IT_LONGTEXT and sending it to CT_BAPI_POHEADER_TEXT but after Po creation in SRM no texts are transfered to R/3

Someone could help me

Thanks

Nilson

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nilson,

try to use badi BBP_LONGTEXT_BADI.

In the method COPY_RULES_GET you can map SRM text ID on R3 text ID.

I don't implemented it yet, but in the analisys it seems the correct way.

Bye

enzo

imthiaz_ahmed
Active Contributor
0 Kudos

Use BADI BBP_CREATE_BE_PO_NEW. It should serve your purpose.

Regards, IA

Former Member
0 Kudos

You need maybe this 2 Notes too

Note 1072114 - Header text in PO is not transfered to backend

Note 1077978 - Item text in PO is not transfered to backend

RD

Answers (1)

Answers (1)

Former Member
0 Kudos

You need to add some code in BADI:BBP_PO_INBOUND_BADI IN ECC

BestRegard

Andy