cancel
Showing results for 
Search instead for 
Did you mean: 

Message mapping in ABAP

Former Member
0 Kudos

Hello Friends,

I am basically ABAPer .While i am practicing XI, I got struckup in message mapping. In the corner of the mapping editor we had create function icon. if i click on that, one window will open to write JAVA Code. but I dont know JAVA. I want to write in ABAP. So friends where do i specify that, i want to write that code in ABAP.

Thank yoou & Regards

Satish

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi ,

<i>we had create function icon</i>

We can write our own user defined functions here using JAVA only.We cannot write ABAP coding here.

If you want to implement through ABAP you can go for ABAP mapping instead of message mapping.

Check this blog also...

/people/ravikumar.allampallam/blog/2005/02/10/different-types-of-mapping-in-xi

/people/sameer.shadab/blog/2005/09/29/testing-abap-mapping

Sekhar

Former Member
0 Kudos

HI,

ABAP mapping is not available in XI by default. You have to add an entry in exchange profile to enable it.

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

R3_ABAP|Abap-class;R3_XSLT|XSL

Develop your ABAP-OO class in the Object Navigator (se80)

Create a new Interface Mapping

Select Mapping Type Abap-class

Enter the name of the ABAP-OO class

Refer this link on ABAP mapping.

http://help.sap.com/saphelp_nw2004s/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/content.htm

Regards,

Sudheer.

Message was edited by:

sudheer babu

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

have a look at this guide:

https://websmp201.sap-ag.de/~sapdownload/011000358700003082332004E/HowToABAPMapping.pdf

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>