cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.4 migration - converting abap mapping to the equivalent

prabhu_s2
Active Contributor
0 Kudos

hello!

I'm working on PI 7.4 single stack installation with a interface to be migrated from 7.1 dual having abap mapping....question is what are the way available for me to convert the abap mapping to the equivalent in 7.4...i guess the option is to go for java mapping but is there any other ways to perform this migration?

Accepted Solutions (0)

Answers (1)

Answers (1)

azharshaikh
Active Contributor
0 Kudos

Hi Prabhu,

AFAIK - there is no standard way to convert code from ABAP to Java directly.

You need to understand the logic written in ABAP as per FS and do the corresponding coding in PI (either using Standard Graphical MM or Java Mapping) based on the requirement.

Regards,

Azhar

prabhu_s2
Active Contributor
0 Kudos

thanks for your comments Azhar....but would an idea of moving the abap mapping program (class) to ECC and make a rfc call from java mapping will be okay?  in this way i would still retain the abap mapping encapsulated within a rfc in ECC - the rfc would return the output back to calling java program as xml . would this work?

azharshaikh
Active Contributor
0 Kudos

Hi Prabhu,

Yes that also should be fine I believe. It will depend more on the kind of logic the current ABAP map is having & you need to check the feasibility of doing so.

Regards,

Azhar