ā2013 Sep 09 5:04 PM
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.
ā2013 Sep 09 7:12 PM
Hi Maria,
Check for any BAPI exit points, where any code is written for passing the extensions; since you are not passing anything from the your program, it can cause problems.
Hope this helps you
Thanks & Regard
ā2013 Sep 10 7:48 AM
Hi Maria,
Please check for any enhancements done in your PO creation Process , I feel that there are some enhancements done in your process whose data you are not passing in the BAPI.
Thanks & Regards
Arpit Gupta