<?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 creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-creation/m-p/3315252#M794108</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;Data is nothing but the database table records in SAP....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U must be aware of various modules in SAP like MM / FI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if ur data is relating to Purchase Order(PO).... Two ways of ceating it..... by functionally executing ME21n TCODE...which is done by functional guys...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But suppose ur migrating from legacy to SAP system....and ur legacy system has arround thousands of PO's....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then doing this manually by ME21n is not possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we abaper's will have to write BDC or LSMW to Upload these records into SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the DATA will be those PO information mapped into fields in SAP database which will be updated once u execute ur program....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text/excel data file can be on desktop/application server..which ur program will upload to SAP tables..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 06:35:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-23T06:35:23Z</dc:date>
    <item>
      <title>Data creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-creation/m-p/3315250#M794106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T o UPLOAD / DOWNLOAD data in the application/presentation server we need to  create data . How is data created &amp;amp; what do we mean by data creation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 06:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-creation/m-p/3315250#M794106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T06:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-creation/m-p/3315251#M794107</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;Generally such data is uploaded / downloaded into the Application/Presentation server, which would be coming in from an outside 3rd party system or the data that is manupulated in the SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the data is coming from an outside 3rd party system, the data would be either provided in the form of a tab delimeted text file or a CSV file or an excel sheet or an IDOC. We need to deal all those formats seperately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data gets created either on the R/3 system or on the 3rd party system. If it is on the R/3 System, it might be created as a resultant of a transaction or through triggering of a business process. If it is done on any 3rd party system then you shall not have control of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if this info helps,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kiran&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 06:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-creation/m-p/3315251#M794107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T06:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-creation/m-p/3315252#M794108</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;Data is nothing but the database table records in SAP....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U must be aware of various modules in SAP like MM / FI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if ur data is relating to Purchase Order(PO).... Two ways of ceating it..... by functionally executing ME21n TCODE...which is done by functional guys...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But suppose ur migrating from legacy to SAP system....and ur legacy system has arround thousands of PO's....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then doing this manually by ME21n is not possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we abaper's will have to write BDC or LSMW to Upload these records into SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the DATA will be those PO information mapped into fields in SAP database which will be updated once u execute ur program....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text/excel data file can be on desktop/application server..which ur program will upload to SAP tables..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 06:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-creation/m-p/3315252#M794108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T06:35:23Z</dc:date>
    </item>
  </channel>
</rss>

