2007 Feb 14 10:10 AM
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.
2007 Feb 14 10:18 AM
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
2007 Feb 14 10:51 AM
Hi,
Go through this link.
http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_FunctionalAreas_WithoutLogicalDB.asp
Thanks,
Shankar
2007 Feb 16 9:29 AM
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 ..