cancel
Showing results for 
Search instead for 
Did you mean: 

Global variables in MM

deviprasad_pothireddy
Active Participant
0 Kudos

Hi all,

1) I am using 2 message mappings in my scenario.

Source structure -> bapi

Bapi-> target structure

Here I would like to save some input parameters using global variables. Later I would like to map these values to target structure and some other mappings by accessing global variables.

Could you please tell me how to achieve this

2)I have seen java section in message mapping. How it is useful in message mapping and also tell me how clean-up section useful in message mapping.

I hope I can get valuable solution with an example.

Regards,

Deviprasad.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

take a look at this:

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

Regards,

Robin

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prasad,

you can define the global variable in the java section of the mapping. and that variable can be used in the user defined functions.

I dont know much about the clean up section, but i think it is used for clearing up the variable once the mapping prog is executed.

hope this helps.

thanks

Nikhil