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

data mapping

Former Member
0 Likes
463

I had a requirement of data mapping , where the fields has too be mapped to other server side. can any please elaborate how to start with this requirement.

3 REPLIES 3
Read only

Former Member
0 Likes
440

Hi,

data mapping means mapping fields with their respective Data type and Length.

Say for example: MATNR(material) field is there, its data type is CHAR and of length 18. so in the other server also you should check for this.

and there may be a suitable field with this data type not exactly with MATNR field, so depending on the data type and length we have to Map the fields though their names are different in 2 systems.

reward if useful

regards,

ANji

Read only

Former Member
0 Likes
440

Hi,

You should start with an blank excel sheet. Write the SAP field name, type, length in the left columns and write the other server system's corresponding field name, type, length at the rigth sideof that.

If you don't know the other system's field contact a person who is working on that system.

reward is useful,

regards,

Tanmay

Read only

Former Member
0 Likes
440

hi

good

go through this link,might help you to solve your problem

/people/desiree.matas/blog/2007/01/27/ume-data-source-ldap

thanks

mrutyun^