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 |
1) How to maintain lists in dialog programming? 2)How to send greeting with different languages to different regions in smartforms? 3)Can we transfer 100 screen data to pass 200 screen? 4)In reports 1st list o/p can be consider as i/p of 2nd list how it maintains? 5) In lsmw data length 20 chars only but there is 24 chars field how can u manage? 6)What is the diff b/w OK_CODE n SY_UCOMM?
Type casting and error handling
can u save internal table in sap memory from abap memory?
7 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
what is the major advantage of start-form?
How to upload a flat file from a legacy system into sap using BAPI ? And i also want the flat File to be uploaded in another Client.. ie suppose i am working in client 800 , i want run the BAPI and upload the file to Client suppose 000 directly from 800.
in real time with the help of scripts what we can do?
What is the sequential order of triggering events in interactive report?
What is the use of the statement leave to list-processing?
What is dynamic action? : sap abap hr
what is leave to TRANSACTION?
what are the similarities between internal tables and structures?
How you will catch errors in call transaction?