cancel
Showing results for 
Search instead for 
Did you mean: 

Improve ABAP code performance using BRF+

sanjana_lingras
Active Participant
0 Kudos

Hi Team,

I need few techniques using which we can improve ABAP code performance and make code more dynamic using BRF+(i.e. BRFplus)

Please guide me with the details.

Regards,

Sanjana

Accepted Solutions (1)

Accepted Solutions (1)

ttrapp
Active Contributor
0 Kudos

BRFplus is very fast, but a good ABAP programmer will be able write faster code since he's smarter than the code generator of BRFplus. In plain ABAP programming you can use secondary indexes of internal tables for examples.

But nevertheless I recommend to use BRFplus since it will be easier to maintaina and to understand. In this space you will finde many examples to make your application more dynamic, readable for business users and so on. Look atthis tax code example here:

Best Regards,

Tobias

Answers (0)