<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ERROR IN bapi 'BAPI_PO_CREATE1' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494645#M1557656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the records in internal table structure RETURN of BAPI.  In addition to the error messages mentioned by you, there will be more records which will point to the exact cause of error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Nov 2010 10:54:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-20T10:54:52Z</dc:date>
    <item>
      <title>ERROR IN bapi 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494641#M1557652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am usinf Bapi to create Open PO the error is coming&lt;/P&gt;&lt;P&gt;that,&lt;/P&gt;&lt;P&gt; Purchase order still contains faulty items&lt;/P&gt;&lt;P&gt; No instance of object type PurchaseOrder has been created. External refer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create the PO manually with same data there is no error found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why this error is comimg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      POHEADER-DOC_DATE = TAB-DOC_DATE.
      POHEADER-DOC_TYPE = TAB-DOC_TYPE.
      POHEADER-CREAT_DATE = SY-DATUM.
      poheader-comp_code = TAB-CO_CODE.
      POHEADER-PURCH_ORG = TAB-PURCH_ORG.
      POHEADER-PO_NUMBER = TAB-PO_NUMBER.
      POHEADER-PUR_GROUP = TAB-PUR_GROUP.
      POHEADER-VENDOR = TAB-VENDOR.
      POHEADER-PMNTTRMS = TAB-PMNTTRMS.
      POHEADER-INCOTERMS1 = TAB-INCOTERMS1.
      POHEADER-INCOTERMS2 = TAB-INCOTERMS2.


      POHEADERX-DOC_DATE = 'X'.
      POHEADERX-DOC_TYPE = 'X'.
      poheaderx-comp_code = 'X'.
      POHEADERX-PURCH_ORG = 'X'.
      POHEADERX-PO_NUMBER = 'X'.
      POHEADERX-PUR_GROUP = 'X'.
      POHEADERX-VENDOR = 'X'.
      POHEADERX-PMNTTRMS = 'X'.
      POHEADERX-INCOTERMS1 = 'X'.
      POHEADERX-INCOTERMS2 = 'X'.
      POHEADERX-CREAT_DATE = 'X'.
      POHEADERX-ITEM_INTVL = 'X'.
     APPEND POHEADERX.

     POITEM-PO_ITEM = TAB-PO_ITEM.
     POITEM-MATERIAL = TAB-MATERIAL.
     POITEM-EMATERIAL = TAB-PUR_MAT.
     POITEM-ITEM_CAT = TAB-ITEM_CAT.
     POITEM-PLANT = TAB-PLANT.
     POITEM-NET_PRICE = TAB-NET_PRICE.
     POITEM-TAX_CODE = TAB-TAX_CODE.
     POITEM-QUANTITY = TAB-QUANTITY.
     POITEM-ACCTASSCAT = TAB-KNTTP.
     POITEM-STGE_LOC = TAB-LGORT.
     POITEM-PREQ_NAME = TAB-AFNAM.
     append POITEM.

     POITEMX-PO_ITEM = TAB-PO_ITEM.
     POITEMX-PO_ITEMX = 'X'.
     POITEMX-MATERIAL = 'X'.
     POITEMX-EMATERIAL = 'X'.
     POITEMX-ITEM_CAT = 'X'.
     POITEMX-PLANT = 'X'.
     POITEMX-NET_PRICE = 'X'.
     POITEMX-TAX_CODE = 'X'.
     POITEMX-QUANTITY = 'X'.
     POITEMX-ACCTASSCAT = 'X'.
     POITEMX-STGE_LOC = 'X'.
     POITEMX-PREQ_NAME = 'X'.
      append POITEMX.


    POSCHEDULE-PO_ITEM = TAB-PO_ITEM.
    poschedule-delivery_date = TAB-DELIV_DATE.
    POSCHEDULE-QUANTITY = TAB-QUANTITY.
      append POSCHEDULE.

    POSCHEDULEX-PO_ITEM = TAB-PO_ITEM.
    poschedulex-PO_ITEMX = 'X'.
    poschedulex-delivery_date = 'X'.
    POSCHEDULEX-QUANTITY = 'X'.
      append POSCHEDULEX.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Nov 20, 2010 7:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 10:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494641#M1557652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-20T10:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN bapi 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494642#M1557653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More specific error message (Exact cause of error) will be there in RETURN structure. I think you have to pass the value to structure fields POSCHEDULE-SCHED_LINE &amp;amp; POSCHEDULEX-SCHED_LINE also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 10:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494642#M1557653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-20T10:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN bapi 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494643#M1557654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the schedule data try to transfer the schedule line number too:  SCHED_LINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 10:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494643#M1557654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-20T10:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN bapi 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494644#M1557655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. i Changed but same error is coming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 10:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494644#M1557655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-20T10:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN bapi 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494645#M1557656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the records in internal table structure RETURN of BAPI.  In addition to the error messages mentioned by you, there will be more records which will point to the exact cause of error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 10:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494645#M1557656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-20T10:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN bapi 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494646#M1557657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all list of error i found are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase order still contains faulty items&lt;/P&gt;&lt;P&gt;No instance of object type PurchaseOrder has been created. External refer&lt;/P&gt;&lt;P&gt;Missing authorization: Pur. Order Create Plant/StLoc. KW01/GS01&lt;/P&gt;&lt;P&gt;Net price for item 00010 adopted from last document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check Authorization in SU 53 there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last authorization check was successful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 11:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494646#M1557657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-20T11:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN bapi 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494647#M1557658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Missing authorization: Pur. Order Create Plant/StLoc. KW01/GS01&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;there it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit.&lt;/P&gt;&lt;P&gt;During a transaction/BAPI call several authorisation checks are carried out. If ht e last one was succesful, it doesn't mean others were succesful as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 11:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494647#M1557658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-20T11:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN bapi 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494648#M1557659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Missing authorization: Pur. Order Create Plant/StLoc. KW01/GS01&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't you get this error with trx online?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 12:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-bapi-po-create1/m-p/7494648#M1557659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-20T12:03:19Z</dc:date>
    </item>
  </channel>
</rss>

