cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mapping in SAP PI 7.1

Former Member
0 Kudos

Hi,

Documentation for Java mapping in all SAP sites are still pertaining to PI 7.0. With many of the mapping API classes changed, I have been trying hard to get a simple mapping example built as a Proof of Concept.

Does anyone know where I can find a simple little example using the AbstractTransformation class? My intention is to simply copy from the outbound service to the inbound service using Java. Simply, the TransformationInput object should be copied to TransformationOutput object.

I am new to SAP world, so haven't java mapped in PI before. Any help will be very much appreciated.

Thanks,

Kapila

Accepted Solutions (1)

Accepted Solutions (1)

former_member187563
Contributor
0 Kudos

You can get the details about the upgrade in :

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8085e299-718c-2a10-de94-928f62b7...

related to java mapping i dont think much of a change is required.For java mapping you can refer

regards,

ujjwal kumar

Answers (1)

Answers (1)

former_member182455
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi guys,

Thank you. It looks like I can go ahead with building the POC based on information in the links provided.

Probably, all I have to do is to get references to the InputStream and OutputStream from the TransformationInput and TransformationOutput classes respectively and then continue as in the PI 7.0 java mapping.

Thanks again for your prompt replies. With more proper documentation on PI 7.1, this will be a lot more easier.

Regards,

Kapila

prateek
Active Contributor
0 Kudos