<?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: Batch input session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session/m-p/3977178#M949898</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;You are absolutely wright. &lt;/P&gt;&lt;P&gt;USE:&lt;/P&gt;&lt;P&gt;    Call Transaction C_Va01 Using          T_Bdcdata&lt;/P&gt;&lt;P&gt;                            Mode           w_mode&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                           Mode           C_N&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                            Update         C_Sync&lt;/P&gt;&lt;P&gt;                            Messages Into  T_Messtab.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;    refresh t_bdcdata.&lt;/P&gt;&lt;P&gt;    Clear: w_vbeln, w_sales_order.&lt;/P&gt;&lt;P&gt;    DESCRIBE TABLE t_messtab LINES w_no_of_lines_of_messtab.&lt;/P&gt;&lt;P&gt;    LOOP AT t_messtab FROM w_no_of_lines_of_messtab&lt;/P&gt;&lt;P&gt;         WHERE ( msgid = 'V1' )&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       AND   ( msgnr = '260' )&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         AND   ( msgnr = '261' )&lt;/P&gt;&lt;P&gt;         AND   ( tcode = 'VA01' )&lt;/P&gt;&lt;P&gt;         AND   ( dyname = 'SAPMV45A' )&lt;/P&gt;&lt;P&gt;         AND   ( dynumb = '4001' )&lt;/P&gt;&lt;P&gt;         AND   ( msgtyp = 'S' ).&lt;/P&gt;&lt;P&gt;*Delivery is not created @ this point in time&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     w_vbeln = t_messtab-msgv3.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      w_sales_order = t_messtab-msgv2.&lt;/P&gt;&lt;P&gt;    Endloop.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;From the above you will get the order no so wait for a while by using   CALL FUNCTION 'ENQUE_SLEEP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      SECONDS              = 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to ensure that all databases have been updated &amp;amp; then proceed with CALL Transaction of  VL01N etc etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 06:38:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T06:38:30Z</dc:date>
    <item>
      <title>Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session/m-p/3977177#M949897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Gurus! &lt;/P&gt;&lt;P&gt;i want to run a cycle through bdc - VA01 - VL01N - VF01 .&lt;/P&gt;&lt;P&gt;once the user will fill details for VA01  then bdc will generate order  [VA01 ] ,then delivery[VL01N] and invoicing [ VF01 ].&lt;/P&gt;&lt;P&gt;so to run multiple Transactions in a bdc we have use call session? &lt;/P&gt;&lt;P&gt;Do in call session , i can record this cycle of multiple transactions?&lt;/P&gt;&lt;P&gt;Plzz help me ! urgent! &lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 06:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session/m-p/3977177#M949897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T06:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session/m-p/3977178#M949898</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;You are absolutely wright. &lt;/P&gt;&lt;P&gt;USE:&lt;/P&gt;&lt;P&gt;    Call Transaction C_Va01 Using          T_Bdcdata&lt;/P&gt;&lt;P&gt;                            Mode           w_mode&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                           Mode           C_N&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                            Update         C_Sync&lt;/P&gt;&lt;P&gt;                            Messages Into  T_Messtab.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;    refresh t_bdcdata.&lt;/P&gt;&lt;P&gt;    Clear: w_vbeln, w_sales_order.&lt;/P&gt;&lt;P&gt;    DESCRIBE TABLE t_messtab LINES w_no_of_lines_of_messtab.&lt;/P&gt;&lt;P&gt;    LOOP AT t_messtab FROM w_no_of_lines_of_messtab&lt;/P&gt;&lt;P&gt;         WHERE ( msgid = 'V1' )&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       AND   ( msgnr = '260' )&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         AND   ( msgnr = '261' )&lt;/P&gt;&lt;P&gt;         AND   ( tcode = 'VA01' )&lt;/P&gt;&lt;P&gt;         AND   ( dyname = 'SAPMV45A' )&lt;/P&gt;&lt;P&gt;         AND   ( dynumb = '4001' )&lt;/P&gt;&lt;P&gt;         AND   ( msgtyp = 'S' ).&lt;/P&gt;&lt;P&gt;*Delivery is not created @ this point in time&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     w_vbeln = t_messtab-msgv3.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      w_sales_order = t_messtab-msgv2.&lt;/P&gt;&lt;P&gt;    Endloop.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;From the above you will get the order no so wait for a while by using   CALL FUNCTION 'ENQUE_SLEEP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      SECONDS              = 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to ensure that all databases have been updated &amp;amp; then proceed with CALL Transaction of  VL01N etc etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 06:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session/m-p/3977178#M949898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T06:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session/m-p/3977179#M949899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju! &lt;/P&gt;&lt;P&gt;there is no way in batch input session where we can records a cycle of multiple t-codes.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 06:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session/m-p/3977179#M949899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T06:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session/m-p/3977180#M949900</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;You need to have three different recordings one each for VA01, VL01N &amp;amp; VF01. Once you are theu with VA01 updation use the FM ENQUE_SLEEP to wait for a while &amp;amp; then get the order no by looping at the 'Messages' trapped in CALL TRANSACTION of VA01. Use that order no &amp;amp; fire CALL TRANSACTION for VL01N. Again wait a while by using the above mentioned FM &amp;amp; pick up the delivery no ( again by looping at the messages received from cALL TRAN ) &amp;amp; again CALL TRANSACTION For VF01 by using the delivery no obtained above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this clarifies the matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 06:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session/m-p/3977180#M949900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T06:55:59Z</dc:date>
    </item>
  </channel>
</rss>

