cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between Context and Queue in UDF

Former Member
0 Kudos

hi,

i am trying to write udf but i have doubt when do i select Contect and when do i select Queue as my udf ? How do we decide which one i select ?

Thanks & Regards

Naveen

Accepted Solutions (0)

Answers (3)

Answers (3)

justin_santhanam
Active Contributor
0 Kudos

Naveen,

Whenever u want to cache the entire input in particulare context then u go can for advanced UDF. If not don't use Queue , use Value.

Best regards,

raj.

Shabarish_Nair
Active Contributor
0 Kudos
prabhu_s2
Active Contributor
0 Kudos

when u go 4 advanced udf functionalites u need this. for simple udf not req to play with queue nor context. the input when using a context or queue will be an array of strings but in simple udf's it is just a single string that u will be accessing. u can also check here:

http://help.sap.com/saphelp_nw2004s/helpdata/en/40/7b8e40496f6f1de10000000a1550b0/content.htm