What is logical data base
Answers were Sorted based on User's Feedback
Answer / susmita
A logical database is simply an ABAP program that combines
the contents of the database tables.A logical database is
linked into ABAP report program as one of the program
attributes.
Is This Answer Correct ? | 7 Yes | 2 No |
logical data base is a sap standard application program is
used to read data from multiple tables, it provides the
authorization checks and pre-defined selection screens.
eg:
in sap hr pa ----- pnp/pnpce node ---- pernr
om ----- pch node ---- objec
Recruitment ---pap node ----- applicant
ldb is hierarchal structure so performance is low.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mishra
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.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / l.sai koteswararao
If we want to use the same data more and many times for not
disturbing the main database we can create one logical data
base of that data to make free of the main database.
this is preferred mainly in hr team
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kubera
A Logical Database is a method by which the ABAP programs
can access and process the data.
Is This Answer Correct ? | 1 Yes | 1 No |
After the SESSION is created where is it stored?
How can we upload a text file having delimiters in to legacy system? : abap bdc
Difference between check table and value table.
3 Answers vCentric Technologies,
i want to see a material master data which is at client side.How can i view that?
sap modifications and enhancements are stored in which table?
what is BDCDATA structure?
What is direct input method ?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
Among the Call Transaction and Session Method, which is faster?
what connects smartform to it's driver program?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?