Application Development 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: 

LOGICAL DATABASE

Former Member
0 Kudos
154

HI,

can u guys explain me what is logical database?....and its uses?..........

1 ACCEPTED SOLUTION

Former Member
0 Kudos
96

Hi

Plz check this thread:

Thanks

Vijay

PLZ reward points if helpful

6 REPLIES 6

Former Member

Former Member
0 Kudos
97

Hi

Plz check this thread:

Thanks

Vijay

PLZ reward points if helpful

Former Member
0 Kudos
96

HI,

-->Logical databases are special ABAP programs that retrieve data and make it available to application programs. The most common use of logical databases is still to read data from database tables by linking them to executable ABAP programs.

-->they have inbuilt selection-screen

-->you want to improve response times, logical databases permit you to take a number of measures to achieve this (for example, using joins instead of nested SELECT statements). These become immediately effective in all of the application programs concerned and save you from having to modify their source code.

check this link

http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm

Hope it is useful,

Thanks,

Sandeep.

Former Member
0 Kudos
96

hii Steam,

you can find everything about LDBs here...

<a href="http://help.sap.com/saphelp_46c/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm">LDBs</a>

to be more practical, LDBs in SAP are generally used with reports in HR module...

PNP and PNPCE LDBs are used generally in HR reports..

These LDBs have their own selection screena nd while used with GET event in the report...they automatically filter the selection screen data and they have authorisation checks as well...

They also provide better control over employee data access authorisation..

Reward useful answers,

Regards,

Tejas

Former Member
0 Kudos
96

Hi ,

Logical databases are special ABAP programs that retrieve data and make it available to application programs. Logical databases contain Open SQL statements that read data from the database. You do not therefore need to use SQL in your own programs. The logical database reads the program, stores them in the program if necessary, and then passes them line by line to the application program or the function module LDB_PROCESS.

<b>Reward Points if its usefull</b>.

Former Member
0 Kudos
96

Hi,

PLease go thru this link.

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9be035c111d1829f0000e829fbfe/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9be035c111d1829f0000e829fbfe/frameset.htm</a>

Thanks,

Sri.