cancel
Showing results for 
Search instead for 
Did you mean: 

performance tuning in Smart form

Former Member
0 Kudos

Hi,

How to performance tuning in Smart form level

Any tips available kindly send me any one .

Thanks&Regards,

Maya

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

HI Maya,

In general the smartforms do not need any performance tuning, as it is more at a record level.

If anything needs to be tuned, that is the driver program.

Regards,

Ravi

Former Member
0 Kudos

Hi,

If you are using a customized print program to call the Smart Form...it is better to fetch most of the data as much as possible within it and pass it useing form interface/functional module interface.

Then in the ABAP code where ever used, fallowing the ABAP coding performance tuning options like avoiding the MOVE-CORRESPONDING, INTO CORRESPONDING, using binary search for READ statement...etc...

Regards,

Bharat.