<?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 Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669729#M1575015</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;Why have you commented this code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_dynpro using 'SAPLSPO1' '0500'.
*perform bdc_field using 'BDC_OKCODE'
* '=OPT2'.
*perform bdc_dynpro using 'SAPLIQS0' '7200'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncomment this part and check.&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;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Feb 2011 05:56:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-10T05:56:43Z</dc:date>
    <item>
      <title>BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669728#M1575014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use more descriptive subject lines and code tags for your posts.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me, i am alone here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I develping one bdc program for the Tcode(iw51).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data updataion is Good,But Some popiup is coming like we need click YES or NO.&lt;/P&gt;&lt;P&gt;but when i runn in A mode,Manually we need to move No Botton.&lt;/P&gt;&lt;P&gt;whene i run In N mode,it is takaing Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want set as No by defult?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that i cheke in recording,but i am not getting the statment(code) for that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me any one, i past my mapping code as shon beloow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_dynpro      using 'SAPLIQS0' '0100'.
perform bdc_field       using 'BDC_CURSOR'
                              'RIWO00-QMART'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_field       using 'RIWO00-QMART'
                               record-qmart_01.
perform bdc_dynpro      using 'SAPLIQS0' '7200'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_field       using 'VIQMEL-QMTXT'
                               record-qmtxt_02.  "'tool magazine motor faulty'.
perform bdc_field       using 'RIWO1-EQUNR'
                               record-equnr_03.  "'100000006'.
perform bdc_field       using 'VIQMEL-PRIOK'
                               record-priok_04.  "'1'.
perform bdc_field       using 'VIQMEL-AUSWK'
                               record-auswk_05.  "'1'.
perform bdc_field       using 'VIQMEL-STRMN'
                               record-strmn_06.  "'07.02.2011'.
perform bdc_field       using 'VIQMEL-STRUR'
                               record-strur_07.  "'09:30:59'.
perform bdc_field       using 'VIQMEL-LTRMN'
                               record-ltrmn_08.  "'10.02.2011'.
perform bdc_field       using 'VIQMEL-LTRUR'
                               record-ltrur_09.  "'10:00:00'.
*perform bdc_dynpro      using 'SAPLSPO1' '0500'.
*perform bdc_field       using 'BDC_OKCODE'
*                              '=OPT2'.
*perform bdc_dynpro      using 'SAPLIQS0' '7200'.
perform bdc_field       using 'RQM02-PARNR_VERA'
                              record-pernr_vera_10. "'00004500'.
perform bdc_field       using 'VIQMFE-FEGRP'
                              record-Fegrp_11.  "CSDMECH'.
perform bdc_field       using 'VIQMFE-FECOD'
                              record-FECOD_12. "M11'.
perform bdc_field       using 'VIQMFE-FETXT'
                              record-fetxt_13. "tool magazine motor faulty'.
perform bdc_field       using 'VIQMUR-URGRP'
                              record-urgrp_14. "CSCMECH'.
perform bdc_field       using 'VIQMUR-URCOD'
                              record-urcod_15. "M41'.
perform bdc_field       using 'VIQMUR-URTXT'
                              record-urtxt_16. "tool magazine motor faulty'.

*PERFORM BDC_DYNPRO      USING 'SAPLIQS0' '7200'.
PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                              '=10\TAB05'.
PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                              'VIQMEL-QMTXT'.
PERFORM BDC_DYNPRO      USING 'SAPLIQS0' '7200'.
*PERFORM BDC_FIELD       USING 'BDC_OKCODE'
*                               '=10\TAB06'.
*PERFORM BDC_FIELD       USING 'BDC_CURSOR'
*                              'VIQMEL-AUSBS'.
perform bdc_field       using 'VIQMEL-AUSVN'
                               record-ausvn_19. "11.02.2011'.
perform bdc_field       using 'VIQMEL-AUZTV'
                               record-auztv_20. "06:27:47'.
perform bdc_field       using 'VIQMEL-AUSBS'
                               record-ausbs_21. "09.02.2011'.
perform bdc_field       using 'VIQMEL-AUZTB'
                               record-auztb_22. "09:28:08'.
perform bdc_field       using 'VIQMEL-MSAUS'
                              'X'.
perform bdc_field       using 'RIWO00-EAUSZT'
                               record-eauszt_23. "'21.00'.
perform bdc_field       using 'VIQMEL-MAUEH'
                               record-maueh_24.  "'HR'.

*AT END OF Count_00.
PERFORM BDC_DYNPRO      USING 'SAPLIQS0' '7200'.
PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                              '=BUCH'.

PERFORM BDC_TRANSACTION USING 'IW51'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell me what statment i have to write for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thaks advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Feb 10, 2011 10:08 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 04:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669728#M1575014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T04:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669729#M1575015</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;Why have you commented this code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_dynpro using 'SAPLSPO1' '0500'.
*perform bdc_field using 'BDC_OKCODE'
* '=OPT2'.
*perform bdc_dynpro using 'SAPLIQS0' '7200'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncomment this part and check.&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;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 05:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669729#M1575015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T05:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669730#M1575016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that pop up command code ( screen-code)  . And insert that in your code.It will solve the issue. Tell if further any issue .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 06:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669730#M1575016</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-02-10T06:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669731#M1575017</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;&lt;/P&gt;&lt;P&gt;When you do the recording, where that pop up screen is coming you click on the no button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same thing will come in the recording. There you need to Pass the value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do like this it will be processed as No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please select with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 09:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669731#M1575017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T09:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669732#M1575018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumdoth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for giving replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying that way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i got the recoding , i was not getting the 'No' botton Code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me what the code will at that scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669732#M1575018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T10:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669733#M1575019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for giving replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying that way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i got the recoding , i was not getting the 'No' botton Code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me what may the the code will at that scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669733#M1575019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T10:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669734#M1575020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While you are getting the screen with yes or no buttons take the screen number and field name . Check while you press what is triggering .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02D' '0111'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=ENTR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell us if you need more help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669734#M1575020</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-02-10T10:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669735#M1575021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            I will tell you from my experience.... BDC recording is not a good approach and not reliable when then there is a BAPI available for update. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                Please use BAPI &lt;STRONG&gt;BAPI_SERVICENOTIFICAT_CREATE&lt;/STRONG&gt;. First try to run it in simulation mode by directly executing with required input in SE37 followed by a BAPI_COMMIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 Once simulation is success you can go for coding with BAPI.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669735#M1575021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T10:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669736#M1575022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MAdhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for giving replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was not getting like this statment &lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=ENTR'.&lt;/P&gt;&lt;P&gt;when i was recording.&lt;/P&gt;&lt;P&gt; than i pasted this code manually than i tryied, Stilll its not woking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please any alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks advanc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669736#M1575022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T10:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669737#M1575023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Krishan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry i am not getting any idea. Please show me the screen if you need more help.. The only way you can do is click f1 on that &lt;/P&gt;&lt;P&gt;pop up screen and take the screen no and field and write the code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669737#M1575023</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-02-10T10:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669738#M1575024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishna ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you use BAPI_ALM_NOTIF_CREATE instead of BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 11:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669738#M1575024</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-02-10T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669739#M1575025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manhukar shetty is correct.....uncomment that code and try...&lt;/P&gt;&lt;P&gt;OKCODE for "NO" button is '=OPT2'...so just uncomment that....and run the code....it should work....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Munish Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 11:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669739#M1575025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669740#M1575026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 11:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669740#M1575026</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-02-10T11:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669741#M1575027</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;Thanks for giving replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryied with that code also.but it is not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSPO1' '0500'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt; '=OPT2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The  program is not  moving to other fields after three fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i comment the dynpro statment than the updation is good, but at the time  it is taking Yes only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me,i am alone and new here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: krishnab121 on Feb 11, 2011 5:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 04:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669741#M1575027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T04:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669742#M1575028</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;Thanks for all of them for giving replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 04:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/7669742#M1575028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T04:49:40Z</dc:date>
    </item>
  </channel>
</rss>

