cancel
Showing results for 
Search instead for 
Did you mean: 

Can we migrate Java mappings from SAP PO to SAP Integration Suite

manemahesh
Participant
519

Hi All,

Can we migrate Java Mappings from SAP PO to Integration suite as is? If not by when this functionality is supposed to be available by SAP? Any leads on Roadmap for this functionality addon .

Regards

Mahesh

RJ22
Explorer
0 Kudos
Hello Mahesh,

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Mahesh,

Java mapping as it is not supported and also dont see as part of thier roadmap.Best possible way would be redesigning either using javascript or groovy.

Regards,

Sri

manemahesh
Participant
0 Kudos

Hi Sriprasad,

Got it. Thank for your quick response.

Answers (4)

Answers (4)

RJ22
Explorer
0 Kudos
RJ22
Explorer
0 Kudos

Hello Mahesh,

Will share the blog link soon.

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Mahesh,

Please accept the right answer and close the thread.

Regards,

Sri

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Mahesh,

You cant migrate Java Mapping as it is. You might need to access to functionality for which you might have written Java Mapping ( might be case of enrichment or lookup ) and then redesign it leveraging different steps of cloud integration.

If you really want to go ahead with coding side then you might need to rewrite most of the code using JavaScript or Groovy Script.

Regards,

Sri

manemahesh
Participant
0 Kudos

Hi Sriprasad,

Thanks for your inputs. I understand that if my Java mapping involves any kind of lookup then obviously i will have to redesign the code & perform lookup outside of java mapping using Request-Reply but what if JavaMap doesn't have any lookups?