cancel
Showing results for 
Search instead for 
Did you mean: 

question on brf+ read functionality

Former Member
0 Kudos

Hello ,

I have a normal internal table in BRF+ application, I want to read one entry in that internal table based on a field value.  I know we can create a procedure call and call an function module and perform the required thing there.

But just want to know if this can be achieved with out calling the procedure call.

Thanks,

RG

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

if you just want the first line that matches a condition you can use the table expression:

If you want all matches you can model the selection of specific fields with a loop expression

But keep in mind that this generated as a loop with all the performance drawbacks that come with it.

BR

Christian

Answers (0)