cancel
Showing results for 
Search instead for 
Did you mean: 

use of container variable in UDF

Former Member
0 Kudos

hey guys

wats the use of container variable in UDF,where is that variable used?

i know container elements in BPM but not in UDF.

thanx

Ahmad

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Ahmad,

Container Variable enables you to cache the values that you want to read again when you next call the same user-defined function. An instance of the container object is transferred to each user-specific function by using the container parameter.

Go through this help for further information on this:

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

...Satish

Former Member
0 Kudos

thanx guys

Former Member
0 Kudos

The "container" in the UDF are similar to that one in BPM, as concept.

But the container in UDF completety indipendent from the BPM's one.

Read the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/75/8e0f8f3b0c2e4ea5f8d8f9faa9461a/frameset.htm">SAP Help for GlobalContainer Object</a> and you will know everything about it.

Regards,

Sandro