cancel
Showing results for 
Search instead for 
Did you mean: 

in real time which mapping has more important?

Former Member
0 Kudos

hi,

out of all four mappings,

xslt, graphical, abap & java mappings.

which mapiing is more usefull,

which is best ?

which mapping is using more in real time scenarios ?

plz give necessary reply

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi !

it depend on your scenario .....

but in general Graphical mapping is used at the most ...it's simple ...

Regards

Abhishek Agrahari

Answers (8)

Answers (8)

Former Member
0 Kudos

Hi Reddy,

We can transport the IR and ID objects from DEV to QA by following stpes

1. First you need to activate all the objects.

2. Then rightclick on the namespace and select export option and save it.

It directly save that file as '.tpz' format in \usr\sap\<SID>\SYS\global\xi\repository_server\export\ path.

3. Copy this .tpz file from DEV to QA path \usr\sap\<SID>\SYS\global\xi\repository_server\import\.

Now the same can be imported into IR of the QA.

For ID objects we can export the objects as .tpz file into the \usr\sap\<SID>\SYS\global\xi\directory_server\export\ path.

Now place that .tpz file into the \usr\sap\<SID>\SYS\global\xi\directory_server\export\ path of the QA.

In ID of the QA you can find the same objects.

Regards

Sridhar goli

Former Member
0 Kudos

Performance Wise first best is XSLT , Second is JAVA mapping . ABAP mapping is least in performance.

The mapping which we have to use is depends on the business requirement.

Former Member
0 Kudos

hi jayaram,

thanks for ur information.

r u sure abt the permance of various mapping u mentioned.

i am not questionig u?

thanks & regards.

p reddy.

Edited by: p reddy on Jul 27, 2008 6:10 AM

Former Member
0 Kudos

Hi,

Comparing performance of mapping programs

http://searchsap.techtarget.com/tip/0,289483,sid21_gci1217018,00.html

Thanks,

Boopathi

Former Member
0 Kudos

thanks to all .

can any one guide me how to send the scenario from develpment phase to test phase.

i came to know that to ways r there .

1.file system.

2. chain management system.

i dont have a clarity abt this.

plz help me .

Former Member
Former Member
0 Kudos

hi farooq & all who send information to me

thank u

thank u

thank u.

p reddy

Edited by: p reddy on Jul 27, 2008 6:06 AM

Former Member
0 Kudos

Hi,

SAP recommends the graphical mapping, but all times graphical may not suitable to our requirements,

so based on our requirement we select the mapping type.

Graphical mapping is the simplest of all mappings and easy and we have a mapping editor and standard functions available. when this becomes too complex, or this functions are not enough then we generally opt for java or xslt or ABAP mappings,

In general ABAP mapping preference is very less.

If we need many functions then we will go for XSLT mapping. If there are some predefined functions in the java to suitable to our requirement then we will go for the Java mapping.

If data is less then

Graphical mapping ---> Java(sax parser)mapping -


> Java(dom parser)mapping -


> XSLT mapping -


> ABAP mapping.

If data is high then

XSLT mapping -


> Java(sax parser)mapping -


> Graphical mapping(internally it uses SAX)----> Java(dom parser)mapping -


> ABAP mapping.

Former Member
0 Kudos

Hi,

it all depends on requirment as said below.

but same functionality can be achieved by all the mapping types.Depending on the Complexity of u r traget Interface from u r Source interface u can choose mapping.

See this blog

for u r info.

awards pints if useful

rgds

srini

Former Member
0 Kudos

Selection of Mapping programmer depends on the complexity of the message transformation.

If Transormation is possible with Graphical Editor then go with Graphical Mapping.

If transformation is not possible with Graphical Mapping editor, then definetly go with XSLT and Java Mapping.

There are losts of forums on types of Mapping in XI and its uses.

Thanks

Farooq

former_member193376
Active Contributor
0 Kudos

Hi

All mappins are important, but it all depends how you use it and according to what scenario.

But usually graphical mapping is used the most.

if your mappings are complex then you should go for Java or XSLT mapping. so you have to check the complexity of your mapping and then choose the mapping.

Thanks

Saiyog

jayendradasari
Explorer
0 Kudos

Hi Reddy

In Realtime we almost use Graphical mappings and only some times we may also go for Abap and java mappings. XSLT mappings are rarely used.

Better you learn every mapping thoroughly.

Regards

Jayendra Dasari