cancel
Showing results for 
Search instead for 
Did you mean: 

Global Container

Former Member
0 Kudos

What is Global Container and where is it used..and why is it used.

Message was edited by:

Raghavesh Reddy

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

look into this post for a sample example - http://www.erpgenie.com/netweaver/xi/mapping1.htm

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Container is an objects in Simple and Advanced Functions just like MappingTrace.

Container is an object that enables you to cache the values that you want to read again when you next call the <b>same</b> user-defined function.

Global Container is an object that enables you to cache the values that you want to read again when you next call <b>any</b> user-defined function that is in the same message mapping.

Have a look at the Methods and source code examples of the Container Object here:

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

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

Thanks

Former Member
0 Kudos

This object enables you to cache the values that you want to read again when you next call any user-defined function that is 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.

Imagine a target structure in the mapping editor in which all the structure nodes have been expanded. The fields are processed from top to bottom, starting at the root node.

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