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

LDBs

Former Member
0 Likes
1,267

how can i define ldb in my program?

any simple working example would do good.

Points for sure

Sagar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,225

Hi ,

Check this link out.

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

Regards.

Eshwar.

8 REPLIES 8
Read only

naimesh_patel
Active Contributor
0 Likes
1,225

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

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
1,225

hi

refer ur old thread.

Read only

Former Member
0 Likes
1,226

Hi ,

Check this link out.

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

Regards.

Eshwar.

Read only

0 Likes
1,225

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

Read only

0 Likes
1,225

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

Read only

Former Member
0 Likes
1,225

>

> 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

Read only

0 Likes
1,225

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

Read only

0 Likes
1,225

>

> 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