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

Logical Database.

Former Member
0 Likes
554

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
528

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

3 REPLIES 3
Read only

Former Member
0 Likes
528
Read only

0 Likes
528

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

Read only

Former Member
0 Likes
529

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