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

logical database

Former Member
0 Likes
1,127

Hi all,

Im using the logical database F1S to get and write some flight details.

but when I say

nodes : f1s

it says it is not defined.

but in sldb transaction the F1S exists....

how can i resolve this.

2.What is the difference between using nodes and tables.

Regards,

Sagar

Edited by: sandeep sagar on Oct 13, 2008 7:38 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,095

any inputs??

10 REPLIES 10
Read only

Former Member
0 Likes
1,096

any inputs??

Read only

0 Likes
1,095

Hi

After NODES : keyword

u have to give TABLE (node) name , not the LDB name ,

NODE name u can find by go through Structure of LDB , t.code SE36.

Regards

Sachin

Read only

0 Likes
1,095

thanks for your inputs, but when i say

nodes : f1s is that incorrect?

Read only

0 Likes
1,095

Again: F1S is the logical database and SPFLI, SFLIGHT and SBOOK are the nodes of that LDB.

Read only

0 Likes
1,095

hi

YES , F1S is LDB name not a node name .

node name u define when u create structure.

Read only

0 Likes
1,095

Nodes : F1s (cannot be defined according to you)

Even if I say Tables : spfli or Nodes : Spfli in order to access the LDB it says it is not available.

Any idea??

Sagar

Read only

0 Likes
1,095

Hi,

Try like:

Attributes>logical database>give the logical database name then activate the program

Also,

Declare table name which comes under the top of F1S in 'nodes'

and using 'GET' stmt, you can fetch the corresponding data.

Regards,

Neenu

Read only

0 Likes
1,095

Thanks Neenu..that works!

Read only

Former Member
0 Likes
1,095

both nodes and tables are same

but only in logical database nodes is used instead of tables

Read only

Former Member
0 Likes
1,095

HI Sagar,

You declare the node of the structure using the TABLES statement.

This creates the necessary interface work areas as table work areas.

You can also use the NODES statement to define database tables as nodes.

If a node of a logical database is not a database table, you must use the NODESstatement.

The interface work areas are shared by the database program and the user, and so act as an interface for passing data.

The term u201Cuseru201D here can mean either an executable program to which the logical database is linked, or the function module LDB_PROCESS.

Regards.

Eswar.