cancel
Showing results for 
Search instead for 
Did you mean: 

CONFIGURING ABAP MAPPING

Former Member
0 Kudos

hi...experts

we are implementing XI for our customer, i have very good experience

working in ABAP. While mapping i want to do it in abap, but the options

available are only ‘Message Mapping’ ‘Java Mapping xslt’ What would we do to

add the ‘ABAP Mapping’ option. Where would we configure it?.pls explain briefly

Regards,

Pasi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi pasi,

To get the ABAP mapping option enable u should have an entry in the exchange profile.

com.sap.aii.repository.mapping.additionaltypes=R3 ABAP|Abap-class;R3_XSLT|XSL (ABAP Engine)

sorry i missed ;R3_XSLT|XSL (ABAP Engine)

Regards

Biplab

Former Member
0 Kudos

Hello Biplab

Can you please tell me where can i find the exchange profile / How to edit that? I am not much aware of the XI

Thanks and best regards,

Kulwant Singh

Former Member
0 Kudos

Hi Kulwant,

try access

http://<host:port>/exchangeProfile

The exchange profile is an XML document that is stored in the main database of the SAP Exchange Infrastructure (XI). The parameters contained in this document define certain basic technical settings. Most of them are initialized automatically during the installation phase, but in some cases the administrator may need to maintain them. You can access the maintenance screen at:

http://<host:port>/exchangeProfile

In this HTTP address host and port are the host name and connection port of your Integration Server.

You are prompted for a user name and a password. A user with the J2EE security role administer is required. By default this J2EE role is mapped to role SAP_XI_ADMINISTRATOR_J2EE on SAP Web AS 6.40.

Regards

Biplab

former_member214364
Active Contributor
0 Kudos

Hi Kulwant,

Login to XI ABAP stack, Execute SXMB_IFR Tcode,it opens Exchange Infrastructure Tools page.On top right hand side just click on Administration link.

Select Respository tab,under Administration of Properties ,you can find Exchang Profiles link.

Cheers,

Jag

Former Member
0 Kudos

hi...Biplad and jag,

where we will find the exchange profile option, how can i enable that option..

thanks,

Pasi

Former Member
0 Kudos

Hi pasi,

type the below URL in internet explorer.

http://<host:port>/exchangeProfile

host= host name of XI server

port=port of Xi server

Regards

Biplab

former_member214364
Active Contributor
0 Kudos

Hi Pasi,

as Biplad said just type the URL http://<host:port>/exchangeProfile in internet explorer

here Host = IP address of your XI server

Port = 5<instance number>00

now expand IntegrationBuilder ->IntegrationBuilder.Repository->click on com.sap.aii.repository.mapping.additionaltypes link ,then on right hand side just type

R3_ABAP|Abap-class in i/o field. and save.

Cheers,

Jag

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pasi,

The following settings need to be done.

--go to the link given below..

[http://<host>:<port>/exchangeProfile/index.html]

(here you put in your host and port number)

--Choose IntegrationBuilder ->IntegrationBuilder.Repository -> com.sap.aii.repository.mapping.additionaltypes

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

You, however, need to have administrator rights to configure the settings.

Regards,

Lavita.

former_member214364
Active Contributor
0 Kudos

Hi Pasi,

You have to add ABAP mapping type in Exchange profile:

com.sap.aii.repository.mapping.additionaltypes =

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

Please let me know if there are any issues.

Cheers,

Jag