cancel
Showing results for 
Search instead for 
Did you mean: 

Concept of Global Container or Global Variable

Former Member
0 Kudos

Hi friends,

My Scenario is from JMS to SOAP.

I need to store some data when it comes to XI from JMS.

When the response comes back from SOAP I need to add these fields and send back to JMS.

Can I do this Scenario without using BPM ?

Is there any concept like Global Container which I can use it in different Message mappings?

Thanks and regards,

Jose

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Jose,

u can not use the global containers in different message mapping . It has to be the same message mapping .Use the following link :

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm</a>

Regards,

Keith.

Former Member
0 Kudos

Hi Jose -

>>>Is there any concept like Global Container which I can use it in different Message mappings?

No, the global container is only global within the runtime of the mapping instance, not between mappings.

Regards,

Jin

former_member335553
Active Contributor
0 Kudos

Hi,

This object enables you to cache the values that you want to read again when you next call any user-defined function in the same message mapping. Note that the sequence in which user-defined functions are called is predefined. It depends on the position of the target fields that the function was assigned to

On details of global container refer these.

/people/sap.user72/blog/2005/10/01/xi-new-features-in-sp14

http://help.sap.com/saphelp_nw2004s/helpdata/en/75/8e0f8f3b0c2e4ea5f8d8f9faa9461a/frameset.htm

/people/michal.krawczyk2/blog/2005/03/04/globalcontainer--in-graphical-mapping-xi

Former Member
0 Kudos

Hi Jose,

There is concept called Global Container. The following links might help you

/people/sap.user72/blog/2005/10/01/xi-new-features-in-sp14

http://help.sap.com/saphelp_nw2004s/helpdata/en/75/8e0f8f3b0c2e4ea5f8d8f9faa9461a/frameset.htm

Regards,

Ramesh P