Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

performance wise ldb is increaseing or decreasing

Former Member
0 Likes
546

Hi all,

This is krishna.In my report am using LDB.what r the advantage and disadvantage.and perform wise it's increasing or decreasing.

1. without ldb we r write report pgm,and without macro we write report pgm.my i Know what is the Diff b/w the normal report and using LDB and MACROS and Function Modules.

Regards.

Krishna.

Hi all,

This is krishna.In my report am using LDB.what r the advantage and disadvantage.and perform wise it's increasing or decreasing.

1. without ldb we r write report pgm,and without macro we write report pgm.my i Know what is the Diff b/w the normal report and using LDB and MACROS and Function Modules.

Regards.

Krishna.

3 REPLIES 3
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
515

Hi

Defintely LDBs will increase your performance.

All the tables you are using have the relation then you can create the LDB and use it in your program. Genrally we use LDBs for Dynamic selection screens.

Regards,

kumar

Read only

p291102
Active Contributor
Read only

Former Member
0 Likes
515

I think , it depends. if the report requires several fields from various DB tables with complex calc then LDB's increase the performance. I have seen simple reports where LDB's didnt increase the performance due to features as automatic text recognition etc.. which is an overhead ..