cancel
Showing results for 
Search instead for 
Did you mean: 

configuring ABAP Mapping

Former Member
0 Kudos

I am working on SAP XI 3.0

As per documentation i add the entry in

http://<hostname>:<portid>/exchangeProfile

com.sap.aii.repository.mapping.additionaltypes

as e.g.

R3_ABAP|Abap-class;R3_XSLT|XSL (ABAP Engine)

but i.e. not seen in the

httP://<hostname>:<portid>/rep/support/index.html

All Properties options

so what else configuration required

because one of its sentence says that:

Technically, the Integration Server calls the ABAP function CALL_PARTNER_MAPPING with the additional mapping type name as destination. Therefore, the additional mapping type name must be registered as RFC-Destination in the Integration Server, too.

so where to define RFC-Destination and how.

Thanks & Regards,

Gaurav Jain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

HERE are steps for abap mapping

1. Add additional mapping types in your

exchange profile

• Open

http://<host>:<port>/exchangeProfile/ind

ex.html

• Choose IntegrationBuilder ->

IntegrationBuilder.Repository ->

com.sap.aii.repository.mapping.addition

altypes

• Maintain the following entry:

R3_ABAP|Abapclass;

R3_XSLT|XSL (ABAP

Engine)

2. Check whether the data has been

successfully read from the exchange profile:

• Open

http://<host>:<port>/rep/support/admin/in

dex.html

• Choose Administration of Properties ->

All Properties

• If the value associated to parameter

com.sap.aii.repository.mapping

.additionaltypes is not correct.

3 . Create a class and implement interface IF_Mapping in that.

4. implement ABAP mapping.

Hope this will help

thanx

Vinod ahir

Former Member
0 Kudos

Hi vinod,

Thanks for your reply.

Now abap proxy works properly.

Thanks & Regards,

Gaurav Jain

Former Member
0 Kudos

Hi

I am also working on ABAP Mapping.. I configrued the same as Vinod suggested. I was able to see the ABAP mapping visible in mapping type.

Can I user more than one mapping program in my Interface mapping for eg, one graphical message mapping program and then a ABAP Class mapping in a sequence.

In that case how do my ABAP Class will behave?

Will it overide the message mapping done in the first step or Can I just modify the part of output message already formed by the first graphical message mapping?

Thanks in advance,

Regards

Sujan

inigo_sacramento
Participant
0 Kudos

I've done the same steps but i can't see ABAP mapping in the message mapping options.

I don't know if SP 09 allows ABAP Mapping. I've have followed all the steps but it doesn't work.

Thanks.