<?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: Simple doubt in BDC  Call Transaction Method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655745#M291062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;You need to Refresh the BDCDATA table every time, i mena this statment should be in the loop starting point or end of the CALL TRANSACTION statment ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2006 10:51:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-20T10:51:47Z</dc:date>
    <item>
      <title>Simple doubt in BDC  Call Transaction Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655741#M291058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When i try to call vk13 transaction and pass the screen field values for the second screen and execute it it is displaying properly.But when i try to pass the different value in the bcddata internal table it is changing properly but in the screen it not updating that value.Alawly the screen fields are taking the values passed the first time.But in the internal table which we are oassing to the calltransaction it is changing correctly but not in the corresponding screen fields. Why it is happening so. Can any one help me out of this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 10:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655741#M291058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T10:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Simple doubt in BDC  Call Transaction Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655742#M291059</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;After CALL TRANSACTION you should refresh BDCDATA internal table.&lt;/P&gt;&lt;P&gt;Are you doing this?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 10:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655742#M291059</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-11-20T10:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Simple doubt in BDC  Call Transaction Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655743#M291060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while passing from internal table after 1 record has been passed, clear the header of the internal table...then pass the second record...&lt;/P&gt;&lt;P&gt;also, after first record ru saving the data and then passing the second record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 10:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655743#M291060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T10:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Simple doubt in BDC  Call Transaction Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655744#M291061</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;After inserting price type in VK13, a report is called and I don't believe a BDC can work with selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can directly do a SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name of the report should be RV13XXXX, where XXXX is the table number of the sequence you've chosen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 10:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655744#M291061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T10:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simple doubt in BDC  Call Transaction Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655745#M291062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;You need to Refresh the BDCDATA table every time, i mena this statment should be in the loop starting point or end of the CALL TRANSACTION statment ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 10:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655745#M291062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T10:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Simple doubt in BDC  Call Transaction Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655746#M291063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very simple.... refresh BDCDATA table before u populate with next record...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 10:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655746#M291063</guid>
      <dc:creator>former_member69765</dc:creator>
      <dc:date>2006-11-20T10:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Simple doubt in BDC  Call Transaction Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655747#M291064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not passing through the selection screen . It is like iteractive report. when i select the particular line in the list output then the screen fields should take the values from that selected line. First time when i select the line it is taking properly.&lt;/P&gt;&lt;P&gt;But next time when i select the line the content of the i_bdc_tbl is changing correctly but when it enter in to the transaction it is not taking the values from the i_bdc_tbl. Simply it is displaying the screen fields with the old values. It is not updating the screen fields with the values from the i_bdc_tbl. Why the screen fields are not replaced with the value of i_bdc_tbl? Why it is not getting refreshed with the new values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just i am posting the bdc portion of my code here. So you can help me out on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE kozgf FROM t685 INTO v_kozgf&lt;/P&gt;&lt;P&gt;                      WHERE kschl = wa_report-kschl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT kolnr kotabnr FROM t682i INTO TABLE i_t682i&lt;/P&gt;&lt;P&gt;                 WHERE kozgf = v_kozgf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SORT i_t682i BY kolnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE i_t682i WITH KEY kotabnr = wa_report-tabna+1(3)&lt;/P&gt;&lt;P&gt;       TRANSPORTING NO FIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CHECK sy-subrc = 0.&lt;/P&gt;&lt;P&gt;  v_index = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH i_bdc_tbl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  l_tabix = '01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM f_vk13.&lt;/P&gt;&lt;P&gt;  CONCATENATE 'RV13' wa_report-tabna  INTO v_bdc_val_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING v_bdc_val_field '1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'F004-LOW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=ONLI'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CREATE DATA v_rec  TYPE (wa_report-tabna).&lt;/P&gt;&lt;P&gt;  ASSIGN v_rec-&amp;gt;* TO &amp;lt;wa_table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE *  FROM (wa_report-tabna) INTO &amp;lt;wa_table&amp;gt;&lt;/P&gt;&lt;P&gt;  WHERE kschl = wa_report-kschl AND matnr = wa_report-matnr AND knumh = wa_report-objectid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DDIF_FIELDINFO_GET'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      tabname        = wa_report-tabna&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      dfies_tab      = lwa_tabna&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      not_found      = 1&lt;/P&gt;&lt;P&gt;      internal_error = 2&lt;/P&gt;&lt;P&gt;      OTHERS         = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE lwa_tabna WITH KEY fieldname = 'KSCHL'.&lt;/P&gt;&lt;P&gt;  p1 = sy-tabix + 1.&lt;/P&gt;&lt;P&gt;  READ TABLE lwa_tabna WITH KEY fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;  p2 = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT lwa_tabna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    v_field = lwa_tabna-fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF lwa_tabna-position BETWEEN p1 AND p2.&lt;/P&gt;&lt;P&gt;      ASSIGN COMPONENT lwa_tabna-position OF STRUCTURE &amp;lt;wa_table&amp;gt; TO &amp;lt;fld&amp;gt;.&lt;/P&gt;&lt;P&gt;      PERFORM f_vk13_s2 USING lwa_tabna-fieldname &amp;lt;fld&amp;gt;.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'RV130-DATAM'&lt;/P&gt;&lt;P&gt;                                   wa_report-fdate_value_new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                'ONLI'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'F001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VK13' USING i_bdc_tbl&lt;/P&gt;&lt;P&gt;                          MODE  'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM f_vk13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: l_tabix(2) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Condition type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPMV13A' '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'RV13A-KSCHL'.&lt;/P&gt;&lt;P&gt;&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 'RV13A-KSCHL'&lt;/P&gt;&lt;P&gt;                                 wa_report-kschl.&lt;/P&gt;&lt;P&gt;*Key combination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPLV14A' '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'RV130-SELKZ(01)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=WEIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'RV130-SELKZ(01)'&lt;/P&gt;&lt;P&gt;                                 ''.&lt;/P&gt;&lt;P&gt;  l_tabix = v_index.&lt;/P&gt;&lt;P&gt;  SHIFT l_tabix RIGHT.&lt;/P&gt;&lt;P&gt;  OVERLAY l_tabix WITH '00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE 'RV130-SELKZ(' l_tabix ')' INTO v_bdc_field.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING v_bdc_field&lt;/P&gt;&lt;P&gt;                                'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                                                    "f_vk13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM BDC_DYNPRO&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      This form accepts the program name and screen number&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      and places the values into the I_BDC_TBL internal table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;FORM bdc_dynpro USING program dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR wa_bdc_tbl.&lt;/P&gt;&lt;P&gt;  wa_bdc_tbl-program  = program.&lt;/P&gt;&lt;P&gt;  wa_bdc_tbl-dynpro   = dynpro.&lt;/P&gt;&lt;P&gt;  wa_bdc_tbl-dynbegin = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND wa_bdc_tbl TO i_bdc_tbl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "BDC_DYNPRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM F_BDC_FIELD&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    This form accepts the field name and the corresponding value&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    for that field and places them into the I_BDC_TBL internal table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;FORM bdc_field USING fnam fval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR wa_bdc_tbl.&lt;/P&gt;&lt;P&gt;  MOVE fnam TO wa_bdc_tbl-fnam.&lt;/P&gt;&lt;P&gt;  MOVE fval TO wa_bdc_tbl-fval.&lt;/P&gt;&lt;P&gt;  APPEND wa_bdc_tbl TO i_bdc_tbl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "BDC_FIELD&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  f_vk13_s2&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;      text&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; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&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 f_vk13_s2 USING p_fieldname p_fld.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE wa_report-tabna '-' p_fieldname INTO v_bdc_val_field.&lt;/P&gt;&lt;P&gt;  CHECK NOT p_fld IS INITIAL.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING v_bdc_val_field p_fld.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                                                    " f_vk13_s2&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, 20 Nov 2006 11:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655747#M291064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T11:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simple doubt in BDC  Call Transaction Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655748#M291065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done that in both place even then the same problem only. When i enter in to the tansaction again the screen fields are not refreshed it is having only the old values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 11:19:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655748#M291065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T11:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Simple doubt in BDC  Call Transaction Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655749#M291066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;I think i understood your Problem, It is not with Refreshing, may be you have not included the statements inside the LOOP ....... ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at Itab_bdc. " BDC Internal table in which you have the records.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if found usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 12:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655749#M291066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T12:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Simple doubt in BDC  Call Transaction Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655750#M291067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just having single record at every line selection of list output. So i think no need to loop that table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 13:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-doubt-in-bdc-call-transaction-method/m-p/1655750#M291067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T13:21:52Z</dc:date>
    </item>
  </channel>
</rss>

