cancel
Showing results for 
Search instead for 
Did you mean: 

Service Pack needed for ABAP MApping ?

inigo_sacramento
Participant
0 Kudos

Hi everyone.

i'm trying to activate the ABAP MAPPING but it's no working.

I've done everything SAP documents say. Even i've followed all your posts but it doesn't work.

I wanto to know if ABAP MAPPING is available for Service Pack 9 (the one i have).

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

manish_bhalla2
Contributor
0 Kudos

Hi Inigo,

Yes, it should be available to you.

Cheers

Manish

inigo_sacramento
Participant
0 Kudos

Hi Manish.

Can i send you and email with screenshots of my configuration?

? can't understand why isn't working yet.

Thanks.

Former Member
0 Kudos

Put the following code in and you should see it in SM51 and be able to debug it.1

data flag.

do.

if not flag is initial.

exit.

endif.

enddo.

Former Member
0 Kudos

Hi

According to help.sap for ABAP Mapping

<i>"To reference the development objects of the ABAP Workbench from interface mappings, customers must assign the following value to the parameter com.sap.aii.repository.mapping.additionaltypes in the exchange profile:

<b>com.sap.aii.repository.mapping.additionaltypes=R3_ABAP|Abap-class;R3_XSLT|XSL (ABAP Engine)</b>"</i>

So go in Exchange Profile and chk whether this parameter has this value.

U can also go thru this blog to test ur mapping

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

Hope it helps.

Regards

Arpit Seth

inigo_sacramento
Participant
0 Kudos

The problem is that i can't seen ABAP MAPPING option when i define the message mapping.

manish_bhalla2
Contributor
0 Kudos

Hi Inigo,

Yes, you can send me an email.

Also, have you done the necessary config in the Exchange Profile to enable the ABAP mappings?

Cheers

Manish

Former Member
0 Kudos

Hi Inigo

Email me the details as well, will try looking into it. My system is on SP9 and it works fine. My contact details are in my Business Card.

But why are you choosing message mapping, if u r using abap mapping.Just create a new interface mapping, and there you shd see ABAP Mapping in the drop down.

cheers

sameer

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you can only choose abap mapping class in the interface mapping not in the message mapping

BTW

XI does not support value help

when you choose abap mapping class

so you have to know the name of the class that you use

Regards,

michal

inigo_sacramento
Participant
0 Kudos

Hi.

I know that you select type of mapping in interface mapping. I've made a mistake, but that's not the problem.

The problem is that i've followed all the steps that sap says, and i can't select type of mapping. Only java class, message mapping and XSL appear in the list box.

That's why i asked about the release of the JAVA application ( my release is 09 ).

Thanks.