Dear all,
Please help me with such issue.
I'm creating a Purchase order using BAPI_PO_CREATE1. My problem is that at the end of process I"m getting warning message:
Error transferring ExtensionIn data for enhancement CI_EKPODB. How can I avoid output of this message and why I at all have it, because I'm not transferring any extensions to the BAPI_PO_CREATE1.
CALL FUNCTION 'BAPI_PO_CREATE1'
EXPORTING
poheader = poheader
poheaderx = poheaderx
IMPORTING
exppurchaseorder = exppurchaseorder
TABLES
return = lt_return
poitem = lt_poitem
poitemx = lt_poitemx
poschedule = lt_poschedule
poschedulex = lt_poschedulex.