<?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 BAPI Problem - BAPI_PROCORDCONF_CREATE_TT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem-bapi-procordconf-create-tt/m-p/3797539#M913356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using this BAPI to notify  Process Orders. &lt;/P&gt;&lt;P&gt;But I do not make any recording the movement of goods into the table goodsmovements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;Moreover, the table link_conf_goodsmov him the income index of the table goodsmovements that must change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;How can I notify the movement of goods?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2008 13:28:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-19T13:28:59Z</dc:date>
    <item>
      <title>BAPI Problem - BAPI_PROCORDCONF_CREATE_TT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem-bapi-procordconf-create-tt/m-p/3797539#M913356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using this BAPI to notify  Process Orders. &lt;/P&gt;&lt;P&gt;But I do not make any recording the movement of goods into the table goodsmovements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;Moreover, the table link_conf_goodsmov him the income index of the table goodsmovements that must change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;How can I notify the movement of goods?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 13:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem-bapi-procordconf-create-tt/m-p/3797539#M913356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T13:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Problem - BAPI_PROCORDCONF_CREATE_TT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem-bapi-procordconf-create-tt/m-p/3797540#M913357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that you are creating process order confirmations and corresponding goods movements. BAPIs I am referring are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the steps that might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if you find this useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Call bapi - BAPI_PROCORDCONF_GET_HDR_PROP and pass PROP_GMOV = 'X' and ATHDRLEVELS. This bapi will return the proposals of automatic goods movements. After the execution of this bapi, following tables will be filled up with data&lt;/P&gt;&lt;P&gt;ATHDRLEVELS&lt;/P&gt;&lt;P&gt;GOODSMOVEMENTS&lt;/P&gt;&lt;P&gt;LINK_CONF_GOODSMOV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Change ATHDRLEVELS and GOODSMOVEMENTS as per file data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Append GOODSMOVEMENTS with components from file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Append LINK_CONF_GOODSMOV with indexes for components&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Pass these 3 tables to bapi - BAPI_PROCORDCONF_CREATE_HDR. This bapi will create confirmation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this will create 2 material documents, one for 101 movement type and other for your movement  for ex. 261 (consumption)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 05:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem-bapi-procordconf-create-tt/m-p/3797540#M913357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T05:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Problem - BAPI_PROCORDCONF_CREATE_TT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem-bapi-procordconf-create-tt/m-p/3797541#M913358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shriram... &lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;I used what you've passed, and I could solve the drawback ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 12:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem-bapi-procordconf-create-tt/m-p/3797541#M913358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T12:11:02Z</dc:date>
    </item>
  </channel>
</rss>

