cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a already existing mapping from a java mapping

Former Member
0 Kudos

Hi.

Is it possible to get a reference to an existing graphical mapping in a new java mapping or new user defined function?

Rod

Accepted Solutions (0)

Answers (4)

Answers (4)

STALANKI
Active Contributor
0 Kudos

Great IdeaC.heck this link https://media.sdn.sap.com/javadocs/NW04/SPS15/pi/com/sap/aii/mapping/api/package-summary.html

I am not sure that will be of any help but definitely a great start!

Former Member
0 Kudos

I do not actaully want to do a Multi-mapping in the Interface mapping.

I want to dynamically instantiate the mapping class that is generated when you compile the graphical in a java mapping.

Thanks for the reply though..

STALANKI
Active Contributor
0 Kudos

It might be possible but can you let us know the requirements or the need for the referencing the mappings so that we can help you with a good way out.

Former Member
0 Kudos

Hi,

If you have the mapping to run one after another and you need the output of mapping1 as input of mapping2 then you can add this in Interface mapping one after the other with required Message Interface.

Don't know if you can refer to a standard Graphical mapping in a Java mapping?

Regards

Vijaya