<?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: calling 2 diff transactions in bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552976#M854857</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 can use two T codes in one BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the processing XD01 and you can modify the customer using XD02 based  on the  customer created by first T code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 11:21:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-25T11:21:53Z</dc:date>
    <item>
      <title>calling 2 diff transactions in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552972#M854853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one small doubt can u pls clarify it.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;can we call 2 diff transactions in the in the call traasaction in BDC if yes can u give the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Poits Reworded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552972#M854853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: calling 2 diff transactions in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552973#M854854</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;Multiple transaction is possible using session method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have one BDC_OPEN_GROUP, multiple BDC_INSERT s and one BDC_CLOSE_GROUP.&lt;/P&gt;&lt;P&gt;You should have multiple BDC_INSERT s for multiple transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function BDC_OPENGROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 1 &lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 2 &lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 3 &lt;/P&gt;&lt;P&gt;paas the tcodes to bdc_insert.&lt;/P&gt;&lt;P&gt;call function BDC_CLOSE_GROUP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552973#M854854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: calling 2 diff transactions in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552974#M854855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with cal transaction method..&lt;/P&gt;&lt;P&gt;only one transaction can be called&lt;/P&gt;&lt;P&gt;in session method multiple transactions can be called &lt;/P&gt;&lt;P&gt;as you just need to fill an uinternal table&lt;/P&gt;&lt;P&gt;and pass that to bdc_insert&lt;/P&gt;&lt;P&gt;pleaese reward poiints&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 10:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552974#M854855</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2008-03-25T10:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: calling 2 diff transactions in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552975#M854856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      You can call a two separate transactions from a single BDC program one after the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create two separate recordings for ur txns and get the code required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a another program and copy the code you wanted from the generated programs into the new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this you should fetch the data from a single file or you can mention two separate fields on the selection screen for the data fields and put the same data in the corresponding internal table and loop through these internal tables and prepare the BDCDATA table and pass that to call txn statement while calling the txn. And repeat the same for next txn in the same pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 11:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552975#M854856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T11:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: calling 2 diff transactions in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552976#M854857</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 can use two T codes in one BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the processing XD01 and you can modify the customer using XD02 based  on the  customer created by first T code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 11:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552976#M854857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T11:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: calling 2 diff transactions in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552977#M854858</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;A simple example for 2 tcodes: LPK1 and LPK2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_mappe like APQI-GROUPID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BDC_OPEN_GROUP'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            CLIENT = SY-MANDT&lt;/P&gt;&lt;P&gt;            GROUP  = p_mappe&lt;/P&gt;&lt;P&gt;            KEEP   = 'X'&lt;/P&gt;&lt;P&gt;            USER   = SY-UNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;For LPK1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  PERFORM call_dynpro USING:  'X'  'SAPMMPKR'     '0091',&lt;/P&gt;&lt;P&gt;                              ' '  'RMPKR-MATNR'  i_tab-field_01,&lt;/P&gt;&lt;P&gt;                              ' '  'RMPKR-WERKS'  i_tab-field_02,&lt;/P&gt;&lt;P&gt;                              ' '  'RMPKR-PRVBE'  i_tab-field_03,&lt;/P&gt;&lt;P&gt;                              ' '  'bdc_okcode'        '/11'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BDC_INSERT'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            TCODE     = 'LPK1'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            DYNPROTAB = BDC_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;For LPK2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  PERFORM call_dynpro USING:  'X'  'SAPMMPKR'     '0092',&lt;/P&gt;&lt;P&gt;                              ' '  'RMPKR-MATNR'  i_tab-field_01,&lt;/P&gt;&lt;P&gt;                              ' '  'RMPKR-WERKS'  i_tab-field_02,&lt;/P&gt;&lt;P&gt;                              ' '  'RMPKR-PRVBE'  i_tab-field_03,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              'X'  'SAPMMPKR'     '0093',&lt;/P&gt;&lt;P&gt;                              ' '  'PKHD-BERKZ'   i_tab-field_07,&lt;/P&gt;&lt;P&gt;                              ' '  'PKHD-LGNUM'   i_tab-field_04,&lt;/P&gt;&lt;P&gt;                              ' '  'PKHD-LGTYP'   i_tab-field_05,&lt;/P&gt;&lt;P&gt;                              ' '  'PKHD-LGPLA'   i_tab-field_06,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              ' '  'bdc_okcode'        'DELE',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              'X'  'SAPLSPO1'     '0300',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              ' '  'bdc_okcode'        '=YES'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BDC_INSERT'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            TCODE     = 'LPK2'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            DYNPROTAB = BDC_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BDC_CLOSE_GROUP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you will accordingly then easily you can acheive your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 13:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-2-diff-transactions-in-bdc/m-p/3552977#M854858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T13:04:50Z</dc:date>
    </item>
  </channel>
</rss>

