cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP MAPPING

Former Member
0 Kudos

Hi all,

1.Can anybody provide information for ABAP Mapping?

2.where does j2EE engine and ABAP engine will communicate?

Thanks in advance

N.Prasad Babu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Prasad,

1. Can you give more details what exactly you are looking for in ABAP mapping?

2. When the adapters are processing the input or the output its the J2EE engine and the rest of the runtime is ABAP, except if you have implemented JAva mapping etc.

So, the adapter engine, takes the data passes it to the Integration Engine(ABAP). IE processes the entire message and then hands it over to the receiver adapter

Regards,

Ravi

Note :Please reward the posts that help you.

former_member181955
Contributor
0 Kudos

Hi Ravi

Thanks for update.

1.Can you please provide any doc explaining why ABAP Mapping is required, and how it can be done?.

2.I think IE works on J2EE,if you have any infor in this regard please provide.

Thanks

N.Prasad Babu

Former Member
0 Kudos

Prasad,

1.Can you please provide any doc explaining why ABAP Mapping is required, and how it can be done?.

<B> SAP provides different ways of transforming the data in a source structure format into a target structure format. ABAP mapping happens to be one of them. You can do Graphical mapping, Java mapping and XSLT mapping. Depending the throughput and amount of the data, you choose the right way mapping.

In the message mapping (Integration Repository), you specify the name of the ABAP class, this will be triggered by the integration engine when mapping is triggered. There is a How to Guide for this in Service market place.

2.I think IE works on J2EE,if you have any infor in this regard please provide.

The integration engine (Runtime) runs on ABAP. Please take a look at the architecture of XI. Are you looking for more information here.

Regards,

Ravi

Note : Please reward the posts that help you