‎2007 Jun 13 10:18 PM
Hi All,
What is Logical Database ?
How it is different then main database ?
What is the use of LDB ?
Example needed with explaination ..
Why to Logical Database ?
Thanks in advance.
Regards.
Raj
‎2007 Jun 13 10:36 PM
What is Logical Database ?
[Ans: Based on the application - logical data bases will be created - it will be in tree structured - basically as nodes]
How it is different then main database ?
[These are logically maintained not physical tables]
What is the use of LDB ?
[There are lot of advantages - like ... predefined selection-screens, less code comparitive to normal programming...etc ]
Example needed with explaination ..
[Check this link - http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm];
Why to Logical Database ?
[There are lot of advantages - like ... predefined selection-screens, less code comparitive to normal programming...etc ]
Regards,
*DJ
reward, if its useful
‎2007 Jun 13 10:20 PM
You 'll find all the details here:
https://forums.sdn.sap.com/click.jspa?searchID=3168951&messageID=3211596
‎2007 Jun 13 10:25 PM
Basically SAP has created some logical Data base.
For ex. If you want to see the Open AR report for Customer there is a LDB for that.
Go to SE36, LDB - DDF and look for the structure and the source code. You can use this LDW in the program that you create. Look in attributes for the program created in SE38. You will find option for the LDB.
For the above example LDB - DDF, only with the statement GET BSID, you will get all the information releated to the customer.
God and easy to use but might be some performance issues.
Shreekant
‎2007 Jun 13 10:36 PM
What is Logical Database ?
[Ans: Based on the application - logical data bases will be created - it will be in tree structured - basically as nodes]
How it is different then main database ?
[These are logically maintained not physical tables]
What is the use of LDB ?
[There are lot of advantages - like ... predefined selection-screens, less code comparitive to normal programming...etc ]
Example needed with explaination ..
[Check this link - http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm];
Why to Logical Database ?
[There are lot of advantages - like ... predefined selection-screens, less code comparitive to normal programming...etc ]
Regards,
*DJ
reward, if its useful