<?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: Skip OK Code in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531470#M849554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched but only found 1 thread regarding this FM &amp;amp; it also has no comments regardinf this FM.&lt;/P&gt;&lt;P&gt;There is No document for this function module in SAP &amp;amp; where use list only giving 1 result which is passing the tcode only to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have an idea wht are the parameters i have to pass to go directly to MRP1 subscreen it wil be a great help for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I treid using that FM by only passing T code 'MM03' it is opening MM03 when i click on material but i want to go to MRP1 screen. &lt;/P&gt;&lt;P&gt;Also when press back it has to come to the ALV report but it is comint out from the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 01:25:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-29T01:25:43Z</dc:date>
    <item>
      <title>Skip OK Code in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531465#M849549</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 did a BDC recording for MM03 &amp;amp; created a program. When i execute the program it gives me the OK Code screen &amp;amp; asks to press ENTER. Same happens for further screens to reach MRP1 screen.But use dont want to do that. &lt;/P&gt;&lt;P&gt;They want to see the MRP1 screen directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling this BDC in my ALV report to Display the MRP1 data for a material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me some Ideas to solve this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 23:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531465#M849549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T23:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Skip OK Code in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531466#M849550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Code is attached here:&lt;/P&gt;&lt;P&gt;FORM BDC_CALL_MRP1 .&lt;/P&gt;&lt;P&gt;PERFORM bdc_dynpro USING 'SAPLMGMM' '0060'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING 'BDC_CURSOR' 'RMMG1-MATNR'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING 'RMMG1-MATNR' p_matnr.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING 'BDC_OKCODE' '=AUSW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro USING 'SAPLMGMM' '0070'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING 'BDC_CURSOR' 'MSICHTAUSW-DYTXT(09)'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING 'MSICHTAUSW-KZSEL(09)' 'X'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING 'BDC_OKCODE' '=ENTR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro USING 'SAPLMGMM' '0080'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING 'BDC_CURSOR' 'RMMG1-WERKS'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING 'RMMG1-WERKS' 'BP22'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING 'BDC_OKCODE' '=ENTR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear bdcdata1.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'MATERIAL_BTCI_SELECTION_NEW'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      material                  = p_matnr&lt;/P&gt;&lt;P&gt;      materialart               = 'ROH'&lt;/P&gt;&lt;P&gt;      selection                 = 'D' " --&amp;gt; MRP Data&lt;/P&gt;&lt;P&gt;      tcode                     = 'MM03'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      btci_d0070                = bdcdata1&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      material_not_found        = 1&lt;/P&gt;&lt;P&gt;      material_number_missing   = 2&lt;/P&gt;&lt;P&gt;      material_type_missing     = 3&lt;/P&gt;&lt;P&gt;      material_type_not_found   = 4&lt;/P&gt;&lt;P&gt;      no_active_dynpro_selected = 5&lt;/P&gt;&lt;P&gt;      no_authority              = 6&lt;/P&gt;&lt;P&gt;      OTHERS                    = 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  APPEND LINES OF bdcdata1 TO bdcdata.&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'MM03' USING bdcdata MODE 'A'.&lt;/P&gt;&lt;P&gt;CLEAR: p_matnr, bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " BDC_CALL_MRP1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;start new screen *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;FORM bdc_dynpro USING program dynpro.&lt;/P&gt;&lt;P&gt;  CLEAR bdcdata.&lt;/P&gt;&lt;P&gt;  bdcdata-program = program.&lt;/P&gt;&lt;P&gt;  bdcdata-dynpro = dynpro.&lt;/P&gt;&lt;P&gt;  bdcdata-dynbegin = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND bdcdata.&lt;/P&gt;&lt;P&gt;ENDFORM.                    "prepare_attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;insert field *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;FORM bdc_field USING fnam fval.&lt;/P&gt;&lt;P&gt;  CLEAR bdcdata.&lt;/P&gt;&lt;P&gt;  bdcdata-fnam = fnam.&lt;/P&gt;&lt;P&gt;  bdcdata-fval = fval.&lt;/P&gt;&lt;P&gt;  APPEND bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "prepare_attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 23:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531466#M849550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T23:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Skip OK Code in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531467#M849551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use FM MATERIAL_MAINTAIn_DIALOGUE to call the MRP screen directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 00:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531467#M849551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T00:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Skip OK Code in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531468#M849552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the parameters i have to pass in that FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MATERIAL_MAINTAIN_DIALOGUE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;   IRMMG1              = ' '&lt;/P&gt;&lt;P&gt;   IRMMG1_REF          = ' '&lt;/P&gt;&lt;P&gt;   KZ_EIN_DARK         = ' '&lt;/P&gt;&lt;P&gt;    T_TCODE             =&lt;/P&gt;&lt;P&gt;   FLG_MATNR_RES       = ' '&lt;/P&gt;&lt;P&gt;   P_PSTAT             = ' '&lt;/P&gt;&lt;P&gt;   FLG_STAT_ALL        = ' '&lt;/P&gt;&lt;P&gt;   CALL_MODE2          = ' '&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   MATERIAL_NO         =&lt;/P&gt;&lt;P&gt;   UPDATE_OK           =&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;   IAUSWG              =&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   NO_AUTHORITY        = 1&lt;/P&gt;&lt;P&gt;   OTHERS              = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 00:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531468#M849552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T00:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Skip OK Code in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531469#M849553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just search forum you will find sample code related to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 01:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531469#M849553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T01:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Skip OK Code in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531470#M849554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched but only found 1 thread regarding this FM &amp;amp; it also has no comments regardinf this FM.&lt;/P&gt;&lt;P&gt;There is No document for this function module in SAP &amp;amp; where use list only giving 1 result which is passing the tcode only to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have an idea wht are the parameters i have to pass to go directly to MRP1 subscreen it wil be a great help for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I treid using that FM by only passing T code 'MM03' it is opening MM03 when i click on material but i want to go to MRP1 screen. &lt;/P&gt;&lt;P&gt;Also when press back it has to come to the ALV report but it is comint out from the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 01:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531470#M849554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T01:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Skip OK Code in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531471#M849555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check below sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT zsritest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lv_bilds LIKE t133a-bilds,&lt;/P&gt;&lt;P&gt;ls_t130m LIKE t130m,&lt;/P&gt;&lt;P&gt;ls_rmmg1 LIKE rmmg1,&lt;/P&gt;&lt;P&gt;lwa_view TYPE mbildtab,&lt;/P&gt;&lt;P&gt;lwa_auswg TYPE mgauswg,&lt;/P&gt;&lt;P&gt;lt_views TYPE STANDARD TABLE OF mbildtab INITIAL SIZE 0,&lt;/P&gt;&lt;P&gt;lt_auswg TYPE STANDARD TABLE OF mgauswg INITIAL SIZE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_matnr LIKE mara-matnr,&lt;/P&gt;&lt;P&gt;p_werks LIKE marc-werks,&lt;/P&gt;&lt;P&gt;p_dytxt LIKE mbildtab-dytxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM mara WHERE matnr EQ p_matnr.&lt;/P&gt;&lt;P&gt;CHECK sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'T130M_SINGLE_READ'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;tcode = 'MM03'&lt;/P&gt;&lt;P&gt;kzrfb = 'X'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;wt130m = ls_t130m&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;not_found = 1&lt;/P&gt;&lt;P&gt;wrong_call = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BILDSEQUENZ_IDENTIFY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;branche = mara-mbrsh&lt;/P&gt;&lt;P&gt;materialart = mara-mtart&lt;/P&gt;&lt;P&gt;tcode_ref = ls_t130m-trref&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KZRFB = ' ' &lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;bildsequenz = lv_bilds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KZ_BILDS_CHANGED = &lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;wrong_call = 1&lt;/P&gt;&lt;P&gt;not_found = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SELECTION_VIEWS_FIND'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;bildsequenz = lv_bilds&lt;/P&gt;&lt;P&gt;pflegestatus = mara-pstat&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;bildtab = lt_views[]&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;call_wrong = 1&lt;/P&gt;&lt;P&gt;empty_selection = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_rmmg1-matnr = mara-matnr.&lt;/P&gt;&lt;P&gt;ls_rmmg1-werks = p_werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE lt_views INTO lwa_view WITH KEY dytxt = p_dytxt.&lt;/P&gt;&lt;P&gt;CHECK sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;lwa_auswg-auswg = lwa_view-auswg.&lt;/P&gt;&lt;P&gt;APPEND lwa_auswg TO lt_auswg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MATERIAL_MAINTAIN_DIALOGUE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;irmmg1 = ls_rmmg1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IRMMG1_REF = ' ' &lt;/P&gt;&lt;P&gt;KZ_EIN_DARK = 'X'&lt;/P&gt;&lt;P&gt;t_tcode = 'MM03'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FLG_MATNR_RES = ' ' &lt;/P&gt;&lt;P&gt;p_pstat = mara-pstat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FLG_STAT_ALL = ' ' &lt;/P&gt;&lt;P&gt;CALL_MODE2 = ' ' &lt;/P&gt;&lt;P&gt;IMPORTING &lt;/P&gt;&lt;P&gt;MATERIAL_NO = &lt;/P&gt;&lt;P&gt;UPDATE_OK = &lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;iauswg = lt_auswg[]&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;no_authority = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO &lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with a material, plant and "MRP 2" as p_dytxt. Use this code as reference to arrive at your own logic based on the data you have at hand at the time of call.&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;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 01:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531471#M849555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T01:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Skip OK Code in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531472#M849556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You logic is working fine for my scenario. Thanks Mate.&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;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 02:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-ok-code-in-bdc/m-p/3531472#M849556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T02:56:07Z</dc:date>
    </item>
  </channel>
</rss>

