cancel
Showing results for 
Search instead for 
Did you mean: 

Append table in BRF+

former_member204479
Active Participant
0 Kudos

Hi,

I am building a BRF plus agent rule. In doing so, I need to fill up a table (BRF plus application local table) with data from another table. This source table is pulled in a Brf Plus Loop expression.

So basically, In a loop I am pulling a table from context. In every iteration of the loop I want to append the records from this source table to a table that I have created in the brf application.

At the end of the loop I want the consolidated records of all the data in the source table in every iteration.

Is this possible? If so, I am really stuck getting the right pointer. Great if someone can help, please!

Thanks!

Sammukh

Accepted Solutions (0)

Answers (1)

Answers (1)

madhusap
Active Contributor
0 Kudos

Hi Sammukh,

Can you elaborate on business use case for this scenario from GRC point of view

I am sure this is possible and I can help you with this, but to start of with i just wanted to understand the use case for this so that i can just try it in my system and can provide you with the details.

Regards,

Madhu.

Former Member
0 Kudos

I too am trying to find the best way to build a table within BRF+ by append, collect, or insert. I was hoping to develop a code free application. After exploring many options, I conclude that the only way to do this is by creating a procedure call expression in which I have coded a static method inputting the record filled within the loop and changing the table. If anyone has found a code free solution, please respond.