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: 

LDB ?

Former Member
0 Kudos

what is LDB ? y r u using this ? by whom it can use it by ABAPers or functoinal ?

2 REPLIES 2

Former Member
0 Kudos

Hi,

It's ABAPer's job.

1. A logical database is in fact

a program only.

2. This LDB provides two main things :

a) a pre-defined selection screen

which handles all user inputs and validations

b) pre defined set of data

based upon the user selection.

3. So we dont have to worry about from

which tables to fetch data.

4. Moreover, this LDB Program,

handles all user-authorisations

and is efficient in all respects.

5. tcode is SLDB.

Regards,

KK

Former Member
0 Kudos

Hi Spart,

the following links might be helpful to you in understanding LDB's. they are one of the smartest things in abap, and make coding easier.

/people/srivijaya.gutala/blog/2007/03/05/why-not-logical-databases

Cheers

ajay