Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

BAPI_PO_CREATE1 Extensions warming message

Former Member
0 Likes
602

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.

2 REPLIES 2
Read only

Former Member
0 Likes
447

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

 

Read only

Former Member
0 Likes
447

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