<?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: BAPI_PRODORDCONF_CREATE_HDR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508066#M843792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guru (Guruprasad Moorthy)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late answer, but I've been out of the office.&lt;/P&gt;&lt;P&gt;Your tip, It help me once again.   &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortenately I've now a new problem, that I'm going to open a new question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Armando Santos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2008 19:03:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-18T19:03:55Z</dc:date>
    <item>
      <title>BAPI_PRODORDCONF_CREATE_HDR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508062#M843788</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;I need some help with 'BAPI_PRODORDCONF_CREATE_HDR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is the following:&lt;/P&gt;&lt;P&gt;data: l_wa_athrdlevels like BAPI_PP_HDRLEVEL occurs 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_wa_athrdlevels-orderid = '1000120'. "Nº ordem&lt;/P&gt;&lt;P&gt;l_wa_athrdlevels-yield = '15'. "Qtd.boa a ser confirmada atualmente&lt;/P&gt;&lt;P&gt;APPEND l_wa_athrdlevels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PRODORDCONF_CREATE_HDR'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;POST_WRONG_ENTRIES = ''&lt;/P&gt;&lt;P&gt;TESTRUN = ''&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;RETURN = l_wa_return&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;ATHDRLEVELS = l_wa_athrdlevels&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOODSMOVEMENTS = &lt;/P&gt;&lt;P&gt;LINK_CONF_GOODSMOV = &lt;/P&gt;&lt;P&gt;DETAIL_RETURN = l_wa_detail_return&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I'm getting the following error:&lt;/P&gt;&lt;P&gt;E Order 1000120 not found, check entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I don't know what is I am doing wrong, because this order appears OK on trans. CORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;ASantos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 18, 2008 3:11 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 16:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508062#M843788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T16:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PRODORDCONF_CREATE_HDR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508063#M843789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try appending leading zeros to your order number. First check out the field length(Should be 10 or 12 digits) and then append it with leading zeros accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 18, 2008 3:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 16:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508063#M843789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T16:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PRODORDCONF_CREATE_HDR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508064#M843790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guru (Guruprasad Moorthy)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Can you try appending leading zeros to your order number. First check out the field length(Should be 10 or 12 digits) and then append it with leading zeros accordingly."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It solved my problem - the problem was 12 digits with leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I've one more question:&lt;/P&gt;&lt;P&gt;Regarding to field:&lt;/P&gt;&lt;P&gt;'l_wa_athrdlevels- fin_conf = ''.   "parcial/final confirmation '&lt;/P&gt;&lt;P&gt;What can I put where for partial confirmation and for final confirmation? I mean which character shall I use for partial? And for final?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Armando Santos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 10:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508064#M843790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T10:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PRODORDCONF_CREATE_HDR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508065#M843791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not too sure about this one. You can try giving a 'X' there for Final confirmation and ' '(Space) for partial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 07:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508065#M843791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T07:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PRODORDCONF_CREATE_HDR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508066#M843792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guru (Guruprasad Moorthy)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late answer, but I've been out of the office.&lt;/P&gt;&lt;P&gt;Your tip, It help me once again.   &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortenately I've now a new problem, that I'm going to open a new question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Armando Santos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 19:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-prodordconf-create-hdr/m-p/3508066#M843792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T19:03:55Z</dc:date>
    </item>
  </channel>
</rss>

