<?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: bdc transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067357#M93669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U CAN JUST DO IS TYPE A NEW VBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;KARTIKEY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2005 05:57:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-21T05:57:41Z</dc:date>
    <item>
      <title>bdc transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067356#M93668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     while doing bdc for VAO2 transaction after giving the vbeln value and presing enter key , if theer are subsequent documents for that sales document how to encounter in case of bdc ( i,e i am getting the information dialog saying subsequent documents exist ) how to encounter this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 05:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067356#M93668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T05:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: bdc transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067357#M93669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U CAN JUST DO IS TYPE A NEW VBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;KARTIKEY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 05:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067357#M93669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T05:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: bdc transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067358#M93670</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;check with VBFA table if any entries exists for the sales order then there is subsequent document is there for the SO else there is no subsequent document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select singe vbelv from vbfa into l_vbelv where vbelv = 'xxxxx'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0&lt;/P&gt;&lt;P&gt;  no subsequent document&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 06:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067358#M93670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T06:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: bdc transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067359#M93671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai sasikumar,&lt;/P&gt;&lt;P&gt;              i am doing that but what okcode should i give for the information window .pls suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 06:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067359#M93671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T06:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: bdc transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067360#M93672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u try recording the transaction scenario that you are talking about in SHDB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I understand correctly, you are trying to control the behaviour of the BDC after doing a call transaction....that is to say that you want to know at runtime itself whether subsequent documents exist and you want to do this while you have already done the call transaction....i dont think this is possible in a BDC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a BAPI for changing sales order...its BAPI_SALESORDER_CHANGE...see if you can alternatively use this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 06:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067360#M93672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T06:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: bdc transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067361#M93673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need to handle the OK-CODE for the Information messages while building the BDCDATA . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run the BDC program in the foreground if you get information messages, press the ENTER key the BDC flow will continue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it is run in backgroud information messages will be handled by the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to do give any OK-CODE for the information message. Skip that part and build the flow for the rest of the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Hope it resolves your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2005 19:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-transaction/m-p/1067361#M93673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-23T19:57:19Z</dc:date>
    </item>
  </channel>
</rss>

