cancel
Showing results for 
Search instead for 
Did you mean: 

UDF required to count records in Quee

Former Member
0 Kudos

Hi Gurus,

am working on some requirement where i need to count number of records in whole queue using UDFs...

queue structure containes few contexts having occurance 1,1 and few having 0 to unbound.

I am following this procedure

1.cache the entire queue...

2.using for loop to iterate the queue

3.using condition if(input.equals(ResultList.CC)) then count++;

is that is enough, plz need ur help here.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos

Using an Index Function would suffice your requirement.

Regards,

Abhishek.

Shabarish_Nair
Active Contributor
0 Kudos

try the idea as in here - http://wiki.sdn.sap.com/wiki/display/XI/CountofRecords-%27Countontheeasiestway+through%27