Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BRF Search Expression

Former Member
0 Likes
602

Hi All,

I have a BRF Search expression of class CL_CRM_SEARCH_BRF. This return a table with 3 entries.

I have one Tag expression which reads only the AMOUNT from the above search expression. This is getting only the first line from the above table.

My requirement is, i need to loop through the table, getting one line each time.

Can any one please let me know how i can achieve this.

Regards,

Seema

5 REPLIES 5
Read only

Former Member
0 Likes
557

Solved by myself.

Read only

Former Member
0 Likes
557

Solved by myself.

Read only

0 Likes
557

Hi Seema,

I saw your post regarding usage of Table in BRF. I have a requirement to check for the all the service contracts in CRM which are active for a Customer. So i need to check for dates and few fields and get the result if there is any record present.

Could you please give me an Idea about what Expression should I create in BRF so that I can perform the below check.

Thanks,

Bhavesh.

Read only

0 Likes
557

Hi Seema,

I saw your post regarding usage of Table in BRF. I have a requirement to check for the all the service contracts in CRM which are active for a Customer. So i need to check for dates and few fields and get the result if there is any record present.

Could you please give me an Idea about what Expression should I create in BRF so that I can perform the below check.

Thanks,

Bhavesh.

Read only

Oliver_Bu
Explorer
0 Likes
557

Hello,

we need to process data from multiple i.e. contract items in CRM 6 after an event occured. My thought was I could probably use a search expression.

What we need to achieve is to find contract items which belong to a: a certain ship to partner / Validity period and b: ship to / project (Partner function) / validity and provide the result as context / structure that can be processed one after another in the following BRF flow....

Can you help me with some tips please. I struggle a little here.

Thanks a lot!

Oliver

Edited by: Oliver Buschmann on Jul 9, 2009 3:41 AM