<?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: Master Data Creation - Generic Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397350#M1045389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So SAP go to all that trouble and expense of making a tool that saves hours of expensive development, and you want to avoid using it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2008 07:49:15 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-08-29T07:49:15Z</dc:date>
    <item>
      <title>Master Data Creation - Generic Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397348#M1045387</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;I'm trying to find a way to avoid the usage of LSMW for customer and vendor master data creation; according with the specified account group, I  read the table T007D (for the Customers) fields for Generic, Company and Sales Area Data, and then I made my own BDC_DATA code structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I don't exactly know which position of the colums FAUSA, FAUSF and FAUSV corresponds to which Master Data Fields. Where do I find this Mapping? Is the mapping defined in the SAP ABAP code or there is an internal mapping table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nuno A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 16:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397348#M1045387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T16:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Master Data Creation - Generic Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397349#M1045388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;E mean T077D and not T007D!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 16:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397349#M1045388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T16:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Master Data Creation - Generic Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397350#M1045389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So SAP go to all that trouble and expense of making a tool that saves hours of expensive development, and you want to avoid using it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 07:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397350#M1045389</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-08-29T07:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Master Data Creation - Generic Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397351#M1045390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd also like to know why you don't want to use LSMW. Many years ago, I successfully did exactly what you're trying to here using that tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link between the position of the +&lt;STRONG&gt;-. characters in the FAUS-Fields and the field names lies in the TMOD&lt;/STRONG&gt;-Tables. Have a look around, you'll find out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 07:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397351#M1045390</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-08-29T07:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Master Data Creation - Generic Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397352#M1045391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem, indeed, is not the LSMW. I was wondering if it would be easy to develop that kind of tool using ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if it is possible to do that using the LSMW, I would try it. One question about the LSMW, how can I obtain the information of the tables T077D and TMOD*? Do I have to put ABAP code in the 5th LSMW step "Maintain Field Mapping and Conversion Rules"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nuno A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 10:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/master-data-creation-generic-program/m-p/4397352#M1045391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T10:25:45Z</dc:date>
    </item>
  </channel>
</rss>

