cancel
Showing results for 
Search instead for 
Did you mean: 

Performance analysis for custom BADI in SAP BPC

former_member307359
Participant
0 Kudos

Hi,

How to do the run time analysis for custom badi in SAP BW for optimization, please guide me. if some one know the procedure which part of code take more time for execution.

Regards

Vimal Raj

Accepted Solutions (1)

Accepted Solutions (1)

former_member181999
Contributor
0 Kudos
UmaArjunan
Active Participant
0 Kudos

If the badi is taking longer time to execute, Lets say if it is more than 15 mins based on your source records and business logic,   then you can first check the basic ABAP performance improving factors like ,

- Select statements within loop -------takes more time.

- collect statement with standard table declaration and read with out binary etc,.

Answers (0)