cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter mapping

Former Member
0 Kudos

Experts

My interface determination has 3 operation mappings in sequence.

The first operation mapping gets back an export parameter from the message mapping it contains.

I want to send this exported parameter to the second operation mapping.

Is this possible and if yes can you guide me how to achieve it

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>Is this possible and if yes can you guide me how to achieve it

You can pass values of one mapping as the input for the next mapping in the sequence of  single  operation mapping. Here your requirement is to export parameters across operation mapping. I would do this way.  Save the values of any mapping in the database table or file using simple udf. Then update the values accordingly in the consecutive mapping so that the last mapping gets the values of the previous mapping updates.

file lookup udf

https://wiki.sdn.sap.com/wiki/display/XI/File+Lookup+in+UDF

Similary you can write read in the database table.

Former Member
0 Kudos

My Interface determination looks like below

OMA

OMB

OMC

My first operation mapping OMA has below message mappings

MM1     => exports a parameter STOP to OM1

MM2

I want this parameter STOP to go to OMB and to the message mapping MM3 contained in it.

How can I pass this export parameter out of OMA as an import parameter to OMB

Regards

smavachee
Active Contributor
0 Kudos

Put them in sequence as per your requirement and see whether u r able to get expected output.

Regards,

Sunil

former_member181985
Active Contributor
0 Kudos

Hello Girish,

As per SAP help,

"You can set export parameters in the mapping program. Export parameters can only be evaluated in monitoring or integration processes." check for table section: Primary Uses of Mapping Program Parameters

http://help.sap.com/saphelp_nwpi71/helpdata/en/43/bbb7fd90f5332ee10000000a11466f/content.htm

Regards,

Praveen Gujjeti

smavachee
Active Contributor
0 Kudos

Not sure about exact requirements, but you need to put them in sequence at Interface Mapping.

It get processed in sequence the way it has been given it at Interface Mapping.

Refer here..

Pre-configuring Mapping Programs with Operation Mappings

Regards,

Sunil