cancel
Showing results for 
Search instead for 
Did you mean: 

Programatically saving variant in BRF+ function .

Former Member
0 Kudos

Hi Experts,

I am currently working on creating BRF+ function for Dunning proposal Run to determine the collection strategy.

We need to run Dunning proposal Run through Tcode FPVA.

Configured BRF+ gets called from inside FQ Event 315.

Now when I run FPVA ,I want the data that is getting passed to the BRF+ internally to save it as a variant for future Reference.

I am thinking we need to enhance the FM to cater this but don't have much idea exactly what needs to be done.

Any idea on how I can achieve this will be very helpful.

Thanks & Regards,

Nilanjan Nag

Accepted Solutions (0)

Answers (1)

Answers (1)

shwetars
Advisor
Advisor
0 Kudos

Hi Nilanjan,

Any application consumes BRF+ via call to the API: CL_FDT_FUNCTION_PROCESS-->PROCESS( ).

You need to find the point where this call happens within your FM and there-after do the necessary  coding to save this data into variants for furture reference.

I hope this is the information you were looking for.

Regards,

Shweta

Former Member
0 Kudos

Hi Shweta,

Thanks for your Response.

I know how to call BRF+ from ABAP program and the exact location as well where its getting called.

But my asking is there any SAP provided Class/method / FM which I can use to save the data as variant that is being passed to the BRF+ ?

Thanks,

Nilanjan