<?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 processing dependent transactions in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094842#M1182560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai friends!&lt;/P&gt;&lt;P&gt;   how to process dependent transactions in BDC such as creating a delivery document &amp;amp; based on the delivery document processing PGI in another...&lt;/P&gt;&lt;P&gt;plz send me some idea &amp;amp; same code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Feb 2009 16:57:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-01T16:57:17Z</dc:date>
    <item>
      <title>processing dependent transactions in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094842#M1182560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai friends!&lt;/P&gt;&lt;P&gt;   how to process dependent transactions in BDC such as creating a delivery document &amp;amp; based on the delivery document processing PGI in another...&lt;/P&gt;&lt;P&gt;plz send me some idea &amp;amp; same code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 16:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094842#M1182560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-01T16:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: processing dependent transactions in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094843#M1182561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just simply do CALL TRANSACTIONs one after the other, you will get the created document number the message table, use this to run the subsequent transactoin. Also ensure that you chose UPDATE 'S' and do you do a COMMIT WORK AND WAIT, so that you can expect that the first transaction commits before you start the subsequent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 17:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094843#M1182561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-01T17:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: processing dependent transactions in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094844#M1182562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai vishnu!&lt;/P&gt;&lt;P&gt;  thanks 4 quick reply... if you don't mind plz send me the sample code 4 doing this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 03:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094844#M1182562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T03:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: processing dependent transactions in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094845#M1182563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ! &lt;/P&gt;&lt;P&gt;i tried with your idea of using call transaction 2 times but it is not working properly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 16:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094845#M1182563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T16:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: processing dependent transactions in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094846#M1182564</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 witch transacion want to be update first take that record and next transacion also take record and write code accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Md.MahaboobKhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 12:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094846#M1182564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T12:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: processing dependent transactions in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094847#M1182565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while processing the one transaction with CALL TRANSACTION and the time when that is being done after that call the other transaction in it when looping in the messages and run that transaction accordingly on what message it must run.&lt;/P&gt;&lt;P&gt;  This way the other transaction which is dependent on the other can be run after the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT t_header_data INTO fs_header_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM populate_screen_data USING 'SAPMM06B' '0100'.&lt;/P&gt;&lt;P&gt;    PERFORM populate_field_data USING 'EBAN-BSART' 'NB'.&lt;/P&gt;&lt;P&gt;    PERFORM populate_field_data USING 'EBAN-KNTTP' 'X'.&lt;/P&gt;&lt;P&gt;    PERFORM populate_field_data USING 'RM06B-EEIND' fs_header_data-date.&lt;/P&gt;&lt;P&gt;    PERFORM populate_field_data USING 'RM06B-LPEIN' 'T'.&lt;/P&gt;&lt;P&gt;    PERFORM populate_field_data USING 'EBAN-WERKS' '1000'.&lt;/P&gt;&lt;P&gt;    PERFORM populate_field_data USING 'BDC_OKCODE' '=AB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT t_item_data&lt;/P&gt;&lt;P&gt;       INTO fs_item_data&lt;/P&gt;&lt;P&gt;      WHERE com = fs_header_data-com.&lt;/P&gt;&lt;P&gt;      PERFORM fill_items_data.&lt;/P&gt;&lt;P&gt;      ADD 1 TO w_inc.&lt;/P&gt;&lt;P&gt;    ENDLOOP.                           " LOOP AT T_ITEM_DATA.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM populate_screen_data USING 'SAPMM06B' '0106'.&lt;/P&gt;&lt;P&gt;  PERFORM populate_field_data USING 'BDC_OKCODE' '=BU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ME51' USING t_steps MODE 'N' MESSAGES INTO t_messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT t_messages INTO fs_messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        id        = fs_messages-msgid&lt;/P&gt;&lt;P&gt;        lang      = sy-langu&lt;/P&gt;&lt;P&gt;        no        = fs_messages-msgnr&lt;/P&gt;&lt;P&gt;        v1        = fs_messages-msgv1&lt;/P&gt;&lt;P&gt;        v2        = fs_messages-msgv2&lt;/P&gt;&lt;P&gt;        v3        = fs_messages-msgv3&lt;/P&gt;&lt;P&gt;        v4        = fs_messages-msgv4&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        msg       = msg&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        not_found = 1&lt;/P&gt;&lt;P&gt;        OTHERS    = 2.&lt;/P&gt;&lt;P&gt;    IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;      WRITE : / msg.&lt;/P&gt;&lt;P&gt;      IF msg CS 'Purchase Requisition'.&lt;/P&gt;&lt;P&gt;        WRITE : fs_messages-msgv1.&lt;/P&gt;&lt;P&gt;      ENDIF.                           " IF msg CS....&lt;/P&gt;&lt;P&gt;    ENDIF.                             " IF SY-SUBRC = 0&lt;/P&gt;&lt;P&gt;  ENDLOOP.                             " LOOP AT T_MESSAGES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR t_steps.&lt;/P&gt;&lt;P&gt;  PERFORM me21_data.(me21 transaction is processed after me51 which is dependent on me51)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.                             " LOOP AT T_HEADER_DATA INTO....&lt;/P&gt;&lt;P&gt;ENDFORM.                               " steps_to_fill_data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Form  populate_screen_data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Populating the Screen Data In the BDC internal Table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; There are no interface parameters to be passed to this subroutine. *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM populate_screen_data  USING    value(p_program_name) TYPE any&lt;/P&gt;&lt;P&gt;                                    value(p_screen_number) TYPE any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR fs_bdcdata.&lt;/P&gt;&lt;P&gt;  fs_bdcdata-program = p_program_name.&lt;/P&gt;&lt;P&gt;  fs_bdcdata-dynpro  = p_screen_number.&lt;/P&gt;&lt;P&gt;  fs_bdcdata-dynbegin = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND fs_bdcdata TO  t_steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                               " populate_screen_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Form  populate_field_data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; This Subroutine Populates the Field  Data In the BDC internal Table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; There are no interface parameters to be passed to this subroutine. *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM populate_field_data  USING    value(p_fieldname) TYPE any&lt;/P&gt;&lt;P&gt;                                   value(p_value) TYPE any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR fs_bdcdata.&lt;/P&gt;&lt;P&gt;  fs_bdcdata-fnam = p_fieldname.&lt;/P&gt;&lt;P&gt;  fs_bdcdata-fval = p_value.&lt;/P&gt;&lt;P&gt;  APPEND fs_bdcdata TO  t_steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                               " populate_field_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  ME21_DATA&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;This Subroutine Fills the Data In ME21 Screens With Bdcdata&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; There are no interface parameters to be passed to this subroutine. *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM me21_data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fs_messages-msgv1 = sy-msgv1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM populate_screen_data USING 'SAPMM06E' '0100'.&lt;/P&gt;&lt;P&gt;  PERFORM populate_field_data  USING 'EKKO-LIFNR' '1000'.&lt;/P&gt;&lt;P&gt;  PERFORM populate_field_data  USING 'EKKO-EKORG' '1000'.&lt;/P&gt;&lt;P&gt;  PERFORM populate_field_data  USING 'EKKO-EKGRP' '001'.&lt;/P&gt;&lt;P&gt;  PERFORM populate_field_data  USING 'BDC_OKCODE' '=BS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM populate_screen_data USING 'SAPMM06E' '0501'.&lt;/P&gt;&lt;P&gt;  PERFORM populate_field_data  USING 'EKET-BANFN' fs_messages-msgv1.&lt;/P&gt;&lt;P&gt;  PERFORM populate_field_data  USING 'BDC_OKCODE' '=ENTE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM populate_screen_data USING 'SAPMM06E' '0125'.&lt;/P&gt;&lt;P&gt;  PERFORM populate_field_data  USING 'BDC_OKCODE' '=MALL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM populate_screen_data USING 'SAPMM06E' '0125'.&lt;/P&gt;&lt;P&gt;  PERFORM populate_field_data  USING 'BDC_OKCODE' '=REFH'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DO w_inc TIMES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM populate_screen_data USING 'SAPMM06E' '0504'.&lt;/P&gt;&lt;P&gt;    PERFORM populate_field_data  USING 'BDC_OKCODE' '=ENTE'.&lt;/P&gt;&lt;P&gt;    IF sy-index EQ 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM populate_screen_data USING 'SAPMM06E' '0111'.&lt;/P&gt;&lt;P&gt;      PERFORM populate_field_data  USING 'EKPO-KNTTP' 'X'.&lt;/P&gt;&lt;P&gt;      PERFORM populate_field_data  USING 'BDC_OKCODE' 'BU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM populate_screen_data USING 'SAPLSPO1' '0300'.&lt;/P&gt;&lt;P&gt;      PERFORM populate_field_data  USING 'BDC_OKCODE' 'YES'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDDO.                               " DO w_inc TIMES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM populate_screen_data USING 'SAPMM06E' '0120'.&lt;/P&gt;&lt;P&gt;  PERFORM populate_field_data  USING 'BDC_OKCODE' '=BU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR t_messages[].&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ME21' USING t_steps MODE 'A' MESSAGES INTO t_messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT t_messages INTO fs_messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ADD 1 TO w_inc.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        id        = fs_messages-msgid&lt;/P&gt;&lt;P&gt;        lang      = sy-langu&lt;/P&gt;&lt;P&gt;        no        = fs_messages-msgnr&lt;/P&gt;&lt;P&gt;        v1        = fs_messages-msgv1&lt;/P&gt;&lt;P&gt;        v2        = fs_messages-msgv2&lt;/P&gt;&lt;P&gt;        v3        = fs_messages-msgv3&lt;/P&gt;&lt;P&gt;        v4        = fs_messages-msgv4&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        msg       = msg&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        not_found = 1&lt;/P&gt;&lt;P&gt;        OTHERS    = 2.&lt;/P&gt;&lt;P&gt;    IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;      WRITE : / msg.&lt;/P&gt;&lt;P&gt;    ENDIF.                             " IF SY-SUBRC = 0&lt;/P&gt;&lt;P&gt;  ENDLOOP.                             " LOOP AT T_MESSAGES....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR t_steps[].&lt;/P&gt;&lt;P&gt;  PERFORM me22_data.(here other transaction me22 is run which is dependent on me21)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                                                    " ME21_DATA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 12:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094847#M1182565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T12:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: processing dependent transactions in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094848#M1182566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;write t_steps screen navigations of one transaction code.&lt;/P&gt;&lt;P&gt;call transaction 'TCODE' using t_steps mode 'A' messages into t_messages..&lt;/P&gt;&lt;P&gt;take the number required of TCODE through sy-msgv1 or sy-msgv2....&lt;/P&gt;&lt;P&gt;refresh t_steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write t_steps screen navigations of another transaction code.&lt;/P&gt;&lt;P&gt;call transaction 'TCODE1' using t_steps mode 'A' messages into t_messages..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 13:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-dependent-transactions-in-bdc/m-p/5094848#M1182566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T13:41:49Z</dc:date>
    </item>
  </channel>
</rss>

