<?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: Issue with FD32 bdc program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692279#M1577039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried manually and it is success and the value is updating to the customized field of KNKK table Means did you added Zfileds in that table.&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>Fri, 11 Feb 2011 09:06:41 GMT</pubDate>
    <dc:creator>madhu_vadlamani</dc:creator>
    <dc:date>2011-02-11T09:06:41Z</dc:date>
    <item>
      <title>Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692274#M1577034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done a bdc program and i am using the call transaction method. when i execute it is successful and there are no error messages also but the transaction is not updating with the new values.  I am trying to update the debt at risk value(ie customized filed) which is popup screen.(ie PERFORM f_bdc_dynpro      USING 'SAPLZFZF_POPUP'         '9501'.).&lt;/P&gt;&lt;P&gt;I have tried manually and it is success and the value is updating to the customized field of KNKK table but when i record and process the recording, it is not success. pls check and suggest accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check my program as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM f_bdc_upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_dynpro      USING 'SAPMF02C'&lt;/P&gt;&lt;P&gt;                                  '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'RF02L-D0210'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '/00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'RF02L-KUNNR'&lt;/P&gt;&lt;P&gt;                                  wa_final-kunnr.  " '3000027'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'RF02L-KKBER'&lt;/P&gt;&lt;P&gt;                                  p_kkber."          '3600'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'RF02L-D0210'&lt;/P&gt;&lt;P&gt;                                  'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_dynpro      USING 'SAPMF02C'&lt;/P&gt;&lt;P&gt;                                  '0210'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'KNKK-KLIMK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '/00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_dynpro      USING 'SAPLZFZF_POPUP'&lt;/P&gt;&lt;P&gt;                                  '9501'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'KNKK-ZZDAR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=CONT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'KNKK-ZZDAR'&lt;/P&gt;&lt;P&gt;                                  wa_final-l_darflag.       " '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'KNKK-ZZISUF'&lt;/P&gt;&lt;P&gt;                                  '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_dynpro      USING 'SAPLSPO1'&lt;/P&gt;&lt;P&gt;                                  '0300'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=YES'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION c_fd32 USING t_bdcdata&lt;/P&gt;&lt;P&gt;                           MODE c_n&lt;/P&gt;&lt;P&gt;                         UPDATE c_s&lt;/P&gt;&lt;P&gt;                         messages into t_bdcmsg..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg&lt;/P&gt;&lt;P&gt;Rj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 15:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692274#M1577034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T15:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692275#M1577035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello RJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for testing purposes, temporarily change the MODE to 'A', which will Display screens in foreground as your BDC progresses. Then you can see the messages and if you can do with adding an ENTER before a SAVE for instance. That usually helps for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 07:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692275#M1577035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T07:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692276#M1577036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.  I have tried the method you have suggested, it is also not working for me. It is not giving any error message also and subrc is 0. but the values are not updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to modify the value for a field which is in popup and where the popup screen is a customized one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg&lt;/P&gt;&lt;P&gt;Rj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 07:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692276#M1577036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692277#M1577037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For those screen try to re record and keep the scree. Check any enter (fcode) is missing. What are the errors messages you are getting. &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>Fri, 11 Feb 2011 08:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692277#M1577037</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-02-11T08:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692278#M1577038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried in A mode and E mode also, i am not any errors. It is successful and always the subrc is 0. But the values are not updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check and suggest anything can be done from my side.&lt;/P&gt;&lt;P&gt;Reg&lt;/P&gt;&lt;P&gt;Rj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 09:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692278#M1577038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T09:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692279#M1577039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried manually and it is success and the value is updating to the customized field of KNKK table Means did you added Zfileds in that table.&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>Fri, 11 Feb 2011 09:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692279#M1577039</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-02-11T09:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692280#M1577040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, i have added Z fields in that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last screen in my recording is POPUP screen, there i have a customized filed, i want to update that field value and store it in KNKK customized field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 09:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692280#M1577040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T09:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692281#M1577041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nagaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=AO01'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02D' '4000'.&lt;/P&gt;&lt;P&gt;*perform bdc_dynpro      using 'ZTEST_ADD_TAB_XD01' '200'.&lt;/P&gt;&lt;P&gt;*perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                             '=UPDA'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'KNA1-ZURL'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-ZURL'&lt;/P&gt;&lt;P&gt;                              zcust-ZSEC_URL.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BACK'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=UPDA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a long back this in Kna1 table . Please check 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>Fri, 11 Feb 2011 09:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692281#M1577041</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-02-11T09:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692282#M1577042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: l_opt TYPE ctu_params . "call transaction options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*call transaction optionc&lt;/P&gt;&lt;P&gt;  l_opt-dismode = 'N'.&lt;/P&gt;&lt;P&gt;  l_opt-updmode = 'S'."Synchronous processing.&lt;/P&gt;&lt;P&gt;  l_opt-racommit = 'X'."COMMIT WORK does not terminate batch input processing&lt;/P&gt;&lt;P&gt;CALL TRANSACTION c_fd32 USING t_bdcdata&lt;/P&gt;&lt;P&gt;OPTIONS FROM l_opt ."MODE c_n&lt;/P&gt;&lt;P&gt;                                      "UPDATE c_s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 09:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692282#M1577042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T09:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692283#M1577043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aruna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it necessary to write code  and commit.&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>Fri, 11 Feb 2011 09:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692283#M1577043</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-02-11T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with FD32 bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692284#M1577044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your resposes. I have solved my issue by selecting Cont, After commit and background option in recording and used options in call transaction in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg&lt;/P&gt;&lt;P&gt;Rj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 11:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-fd32-bdc-program/m-p/7692284#M1577044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T11:03:09Z</dc:date>
    </item>
  </channel>
</rss>

