Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Master Data Creation - Generic Program

Former Member
0 Likes
725

Hi Gurus,

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.

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?

Thanks in advance for your answers.

Cheers,

Nuno A.

4 REPLIES 4
Read only

Former Member
0 Likes
639

E mean T077D and not T007D!

Read only

matt
Active Contributor
0 Likes
639

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?

Why?

Read only

ThomasZloch
Active Contributor
0 Likes
639

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.

The link between the position of the +-. characters in the FAUS-Fields and the field names lies in the TMOD-Tables. Have a look around, you'll find out.

Thomas

Read only

0 Likes
639

The problem, indeed, is not the LSMW. I was wondering if it would be easy to develop that kind of tool using ABAP.

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"?

Thanks,

Nuno A.