cancel
Showing results for 
Search instead for 
Did you mean: 

global container

Former Member
0 Kudos

what is global container

Is there any relation b/w global container and container object

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

ref

/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

http://help.sap.com/saphelp_nw04/helpdata/en/e0/7d8e40496f6f1de10000000a1550b0/frameset.htm

Thanks

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

The values can be stored/retreived bu the UDF in the global container during the runtime.

It is accessiable to all the UDF in a namespace.

Blog On Global Variable

<a href="/people/sap.user72/blog/2005/10/01/xi-new-features-in-sp14: New features in SP14</a> by Felix Jeyareuben

Regards

Santhosh

<a href=" to set the thread to solved when you have received a solution</a>

Former Member
0 Kudos

Hi,

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

<b>Methods of the Container Object:</b>

void setParameter (String parName, Object obj);

Object getParameter(String parName);

MappingTrace getTrace();

<b>GlobalContainer getGlobalContainer();</b>

java.util.Map container.getTransformationParameters()

b]GlobalContainer getGlobalContainer();</b>

Returns a GlobalContainer object with which you can save the values that can be read by any user-specific functions in the same message mapping.

For more help please go through the link below

http://help.sap.com/saphelp_erp2004/helpdata/en/78/b4ea10263c404599ec6edabf59aa6c/content.htm

<b>Cheers,

*RAJ*</b>

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>Is there any relation b/w global container and container object

none

>>>what is global container

in the old days it was used to store objects in mappings

now we can use global variables instead

Regards,

michal

Former Member
0 Kudos

containerobject has also same functionality......means both global container & containerobject are same