<?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: Data getting cleared in BDCDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519803#M1261738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try by IMPORT and EXPORT BDCDATA using memory id .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2009 12:14:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-30T12:14:56Z</dc:date>
    <item>
      <title>Data getting cleared in BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519802#M1261737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am using a BDC in an exit but the data is getting cleared in the Exit and after every perform bdcdata the values of the bdc data gets cleared . Pls advise on how to use BDCDATA in an exit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 12:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519802#M1261737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T12:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data getting cleared in BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519803#M1261738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try by IMPORT and EXPORT BDCDATA using memory id .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 12:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519803#M1261738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T12:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data getting cleared in BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519804#M1261739</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;Debug the entire coding part. Find is there any commands like Refresh or Clear in Code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 12:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519804#M1261739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T12:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data getting cleared in BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519805#M1261740</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;look whether BDCDATA is there in export parameter is in exit..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else try to use the Export BDC data to memory in exit..&lt;/P&gt;&lt;P&gt;                    and  IMPORT BDC data from memory in where you want to use the BDC data..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
export BDCDATA to memory id 'BDCDATA'.

Import BDCDATA from memory id 'BDCDATA'.

ot

EXPORT messtab FROM messtab TO MEMORY ID para.
 
IMPORT messtab TO messtab FROM MEMORY ID para.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 12:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519805#M1261740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data getting cleared in BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519806#M1261741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is just updating the value of the last perform in the memory id i.e its overwriting the othervalues in the memory id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 12:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519806#M1261741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T12:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data getting cleared in BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519807#M1261742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will overwrite the values in the memory id with these statements... instead you will have to append the entries in the table first and then export the internal table to the memory id.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in the form where you are exporting the bdc data to the memory id...... write this code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;" populate values in bdcdata...
import BDCDATA[] from memory ID 'BDCDATA'.
append bdcdata.
export BDCDATA[] to memory id 'BDCDATA'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 12:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519807#M1261742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T12:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data getting cleared in BDCDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519808#M1261743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Import and Export solved the issue and I can get the data now in BDCDATA table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 08:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-cleared-in-bdcdata/m-p/5519808#M1261743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T08:23:32Z</dc:date>
    </item>
  </channel>
</rss>

