cancel
Showing results for 
Search instead for 
Did you mean: 

Display/Change parameter in operational mapping

former_member290264
Participant
0 Kudos

Hello experts,

I am learning XSLT mapping concept.

can you help me to understand Display/Change Parameter in Operational mapping.

Thanks,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor

Hello Ravi,

Can you check if your following the steps like below and are passing parameters in graphical mapping in the operation mapping?

https://blogs.sap.com/2008/02/14/sap-pi-71-mapping-enhancements-series-parameterized-message-mapping...

Answers (3)

Answers (3)

former_member190293
Active Contributor

Hi Ravi!

In Operation mapping you define parameter names for setting it later in Interface Determination.

At next step you bind your OM parameters to message mapping parameters. In case of graphical mapping you can select appropriate parameter of MM from dropdown list, in case of java mapping you type parameter name refered in java mapping.

As far as I know there is no direct way to pass parameters to XSLT mapping.

The only way is to use java mapping prior to XSLT mapping that reads parameters from OM and saves it to Dynamic Configuration. In XSLT you're able to access DC and get parameters.

Regards, Evgeniy.

former_member186851
Active Contributor

Adding to EVE you can check the below blog if you wish to pass parameters in XSLT or if you wish to pass in graphical mapping check the above one

https://blogs.sap.com/2014/03/13/handling-paramatereized-and-simple-xslt-mapping-together-with-java-...

former_member290264
Participant
0 Kudos

Hello Raghuraman,

I have done simple xslt mapping example. xml to xml transformation.

now I am trying Display/Change Parameter in OM, but I didn't get it.

former_member186851
Active Contributor
0 Kudos

Hello Ravi,

Are you looking for parameterized XSLT Mapping?