cancel
Showing results for 
Search instead for 
Did you mean: 

PO text to SRM to ECC

Former Member
0 Kudos

Hi , I have implemented the badi BBP_ECS_PO_OUT_BADI to insert heder text of PO in ECC, but i have noted that in ECC this text are not bring. In debug i have see that in the function bbp_po_inbound and in particular the perform mapping, copy all internal table from BBP do BAPI except the internal table bbp_potextheader where are the text of header. How i can do?

Sorry for my english

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In addition to this implement the BADI BBP_PO_INBOUND_BADI and the below codeiin the method BBP_MAP_BEFORE_BAPI.

METHOD if_ex_bbp_po_inbound_badi~bbp_map_before_bapi.

* For a ECS Purchase Order Long Text needs to be mapped manually
  APPEND LINES OF bbp_potextheader TO bapi_potextheader.

ENDMETHOD.

Regards

Kathirvel

Answers (0)