2007 Apr 10 12:33 PM
What are the 3 main sub objects of a LDB? More than one answer is correct.
a) Structure
b) Selection Screen
c) Search Helps
d) Tables
e) DB Program
pl.. give me explanation for thi
2007 Apr 10 12:37 PM
What are the 3 main sub objects of a LDB? More than one answer is correct.
a) Structure
b) Selection Screen
c) Search Helps
d) Tables
e) DB Program
pl.. give me explanation for thi
2007 Apr 10 12:37 PM
2007 Apr 10 12:38 PM
2007 Apr 10 12:40 PM
Hi Sarath,
<b>LBD (T-code : se36 )is</b> an hierarchial structured table that retrieves several tables collectively and brings them and stores them in RAM to filter the selected output.
The three main things in LDB are :
1. Selection screen
2. Authorization CHeck
3.Fetching data
The correct ans is:
a) Structure
b) Selection Screen
d) Tables
Regards ,
Ginni.
Reward if helpful.
2007 Apr 10 12:42 PM
Structure, Selection Screen , DB Program
Logical database has its own selection screen, db program n uses the ifotype structures ...
reward if useful.
2007 Apr 10 12:43 PM
Hi,
This is explanation
A logical database is made up of three components . They are:
Structure
The structure defines the data view of the logical database. It determines the structure of the other components and the behavior of the logical database at runtime. The order in which data is made available to the user depends on the hierarchical structure of the logical database concerned.
Selections
The selections define a selection screen, which forms the user interface of the executable programs that use the logical database. Its layout is usually determined by the structure. You can adapt the selections to your own requirements and also add new ones. When you link a logical database to an executable program, the selections of the logical database become part of the standard selection screen of the program (screen number 1000). If you call a logical database using the function module LDB_PROCESS, the selections are filled using interface parameters.
Database program
The database program contains the ABAP statements used to read the data and pass it to the user of the logical database. The structure of the database program is a collection of special subroutines. It is determined by the structure and the selections. You can adapt the database program to your own requirements and also extend it.
Ans: A, B and E
Hope this will help you
2007 Apr 10 12:53 PM
Structure, Selectionscreen, search help are subobjects of LDB.
DB program is also a subobject of ldb only.
To see this subobjects u better goto Tcode SE36 & check.
Structure used to display & edit the structure of a database table.
Selections used to write the coding (database access coding)
serach help is used to edit the mode of LDB serach help.
Here both selection screen & db program are used to edit the database acces program .
For more help read f1 help.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |