Application Development and Automation 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: 
Read only

hi

Former Member
0 Likes
966

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
711

Hi,

answer:

a,b, and e.

reward points

regards,

Anji

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

6 REPLIES 6
Read only

Former Member
0 Likes
712

Hi,

answer:

a,b, and e.

reward points

regards,

Anji

Read only

Former Member
0 Likes
711

a,b, e are right

Read only

Former Member
0 Likes
711

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.

Read only

Former Member
0 Likes
711

Structure, Selection Screen , DB Program

Logical database has its own selection screen, db program n uses the ifotype structures ...

reward if useful.

Read only

Former Member
0 Likes
711

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

Read only

Former Member
0 Likes
711

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.