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: 

LDBs

Former Member
0 Kudos

how can i define ldb in my program?

any simple working example would do good.

Points for sure

Sagar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

Check this link out.

http://saptechnical.com/Tutorials/ABAP/LDB/page1.htm

Regards.

Eshwar.

8 REPLIES 8

naimesh_patel
Active Contributor
0 Kudos

Check out standard transaction FLB5N. It is using the LDB DDF.

Regards,

Naimesh Patel

Former Member
0 Kudos

hi

refer ur old thread.

Former Member
0 Kudos

Hi ,

Check this link out.

http://saptechnical.com/Tutorials/ABAP/LDB/page1.htm

Regards.

Eshwar.

0 Kudos

Eswar,

Can you let me know how to define a simple ldb like F1S in my program and make use of Get and getlate events.

Regards,

Sagar

0 Kudos

Hi

While you are creating a Z program in the SE38 t-code then in the initial screen where you define Description and specify the pacakage name in that screen ,you have a field with Logical data base in that field write F1Sand save it , w your program can access the LDB F1S.

OR

Simply Save the program with out specifying any LDB's and call the Function module LDB_PROCESS in the program and pass the LDb name to the funciton module so that you can access the LDb through your program.

Regards

Pavan

Former Member
0 Kudos

>

> how can i define ldb in my program?

>

> any simple working example would do good.

>

> Points for sure

> Sagar

Please check the following demo programs

DEMO_PROGRAM_GET

DEMO_PROGRAM_GET_LATE

DEMO_SELTAB_GET_EVENT

0 Kudos

Rajesh,

All im dng is in se38 .

I just key in

Nodes : spfli.

and save and active but it says, spfli is not a node in __S

how to resolve this?

Regards,

Sagar

0 Kudos

>

> Rajesh,

>

> All im dng is in se38 .

>

> I just key in

>

> Nodes : spfli.

>

> and save and active but it says, spfli is not a node in __S

>

> how to resolve this?

>

> Regards,

> Sagar

Hi Sandeep,

1. Go to the Attributes of your program(follow the menu path Goto->Attributes)

2. Select the type of the program as '1'(Executable)

3. Enter the value for Logical database (In your case : F1S)

4. Save and activate the changes