on 2022 Aug 17 4:01 PM
Hi All,
I am new to BRF+. We are developing a function within BRF+ that uses the DBLOOKUP expression. The plan is to call this function multiple times within an ABAP program. If we do this, it appears that the DBLOOKUP is executed as part of each function call. This seems inefficient as the DBLOOKUP is selecting a large volume of data that will be the same with each function call. It seems that that only alternative would be to fetch against this table within the ABAP program and pass it to the function as part of its signature.
Is there a way to perform this DBLOOKUP once allowing the records to persist between each function call? Appreciate your help in advance.
John
Hi All,
I was able to solve this issue using a procedure call to a static method instead.
John
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.