<?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: REFRESH BDCDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-bdcdata/m-p/7025283#M1498558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kylietisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 A transaction can contain many screens, in ur case FK01 u r updating in 2 screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 For eg. if u have to uplaod 10 vendor creation ie (10 records in flat file)  using BDC in ur case each record will go to 2 screens then BDCDATA internal table will populate first record i.e data for two screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  After completing 1st record(i.e for 2 screens) before going to 2nd record u have to refresh table BDCDATA the reason is if u don't REFRESH  the 1st record will also be there so when transaction is called 1st record data will go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Plz check wheter data for whole cycle of the transaction is present in BDCDATA and ur refreshing when ur going for 2nd record.&lt;/P&gt;&lt;P&gt; Hope this might help u............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jun 2010 05:56:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-23T05:56:33Z</dc:date>
    <item>
      <title>REFRESH BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-bdcdata/m-p/7025280#M1498555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone guide me for the folowing scenario : -BDC Call transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  A custom report was created to extend payee vendors for every principal vendors in two company codes : xxxx and yyyy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  But when ever tested : the payee vendors were getting created for one company code and later when the same payee vendor details were being passed as Reference Vendor information : it was not creating vendors in the other company code : yyyy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using FK01 : creating vendors .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st Step : provide company code (xxxx) and Account groupdetails in FK01 : vendor created through custom interface.&lt;/P&gt;&lt;P&gt;2nd Step : created vendor details : Vendor Number (created in step1),  Company Code (yyyy), Account group(grp1) and Reference Vendor details : Vendor number (created in step1) , Company Code (xxxx) were suppose to be passed through&lt;/P&gt;&lt;P&gt;the BDC process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While testing the BDC the first step was executing fine no issues but while executing the second step the reference field details were not populating automatically (it was blank) although the Recording was correct , all the neccessary BDC code were available .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now between the first and second creation there was a BDC table which was being populated with DYNNAME , FNAME FVAL detatils: all the BDC details were in that table. I have used a REFRESH BDCDATA between 1st and 2 nd step (as mentioned above) and then it started creating the vendors with reference details also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me the importance of REFRESH BDCDATA ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is : what is the importance of REFRESH BDCDATA : since after adding that i could check that all the neccessary details were being populated to the screen fields of FK01 (first screen) through BDC ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kylietisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kylietisha on Jun 23, 2010 7:03 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 05:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-bdcdata/m-p/7025280#M1498555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-23T05:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-bdcdata/m-p/7025281#M1498556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDCDATA is the structure in which all the information related to the recording, i,e the screen no, fields names, ok_codes, etc will be populated based on which the recording will run. Its important to refresh this particular internal table whenever there are two instances of recording being run on the same set of screens, fields so that the system will consider the second instance as a fresh recording without manipulating with that of the previous recording. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 05:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-bdcdata/m-p/7025281#M1498556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-23T05:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-bdcdata/m-p/7025282#M1498557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heyy..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH BDCDATA is very simple to understand . Look , BDCDATA is a table with header line (you must be using the BDC code that system proposes in recording) , so when you refresh BDCDATA  it clears all the contents from this table BDCDATA. in your case as you were not refreshing it , older values were getting into consideration and might be thatz the reason it was not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In so many programs not just BDC , because you miss clear  or refresh of variables , work ares , temporary tables , it causes very abnormal reasonable behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 05:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-bdcdata/m-p/7025282#M1498557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-23T05:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: REFRESH BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-bdcdata/m-p/7025283#M1498558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kylietisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 A transaction can contain many screens, in ur case FK01 u r updating in 2 screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 For eg. if u have to uplaod 10 vendor creation ie (10 records in flat file)  using BDC in ur case each record will go to 2 screens then BDCDATA internal table will populate first record i.e data for two screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  After completing 1st record(i.e for 2 screens) before going to 2nd record u have to refresh table BDCDATA the reason is if u don't REFRESH  the 1st record will also be there so when transaction is called 1st record data will go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Plz check wheter data for whole cycle of the transaction is present in BDCDATA and ur refreshing when ur going for 2nd record.&lt;/P&gt;&lt;P&gt; Hope this might help u............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 05:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-bdcdata/m-p/7025283#M1498558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-23T05:56:33Z</dc:date>
    </item>
  </channel>
</rss>

