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 are the attributes have in LDB, Report?

What the main diff. in screen while we using LDB?

5 REPLIES 5

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

The selection screen is pre-defined, meaning that you don't have to code it yourself. If you look at the code behind the LDB, you will see the selection-screen code.

Regards,

Rich Heilman

Former Member
0 Kudos

Rahul, please open only one post for similar questions(you have another one with the same title) and please reward and close as they get answered.

Thank you,

Srinivas

0 Kudos

The Logical Data base will have,

01. Selection screen

02. Processes for data processing

03. Various events such as GET, PUT, GET Late etc.

I think this should give you sufficient inputs on your query.

Mahendra

Former Member
0 Kudos

Hi Rahul,

go through this link,

<u>http://help.sap.com/saphelp_erp2004/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/frameset.htm</u>

Hope it helps u.

Thanks&Regards,

Ruthra

Former Member
0 Kudos

Hi,

LDB basically carries 3 funtions,

*Data Retireval

*Authorization Check

*Screening

These are the major functions of LDB.

Majorly LDB is used in HR module programing.

You need to specify the LDB name in the attibutes of the

program,Other wise it will not reconize the root node of LDB.

Also look at the transaction SE36.

If you find my answer suitable please award me with sutiable points.

Regards,

Irfan Hussain