‎2008 Oct 13 2:11 PM
how can i define ldb in my program?
any simple working example would do good.
Points for sure
Sagar
‎2008 Oct 13 2:29 PM
‎2008 Oct 13 2:15 PM
Check out standard transaction FLB5N. It is using the LDB DDF.
Regards,
Naimesh Patel
‎2008 Oct 13 2:17 PM
‎2008 Oct 13 2:29 PM
‎2008 Oct 14 5:45 AM
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
‎2008 Oct 14 5:48 AM
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
‎2008 Oct 14 6:00 AM
>
> 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
‎2008 Oct 14 6:09 AM
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
‎2008 Oct 14 7:31 AM
>
> 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