‎2008 Oct 13 6:38 AM
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
‎2008 Oct 13 2:10 PM
‎2008 Oct 13 2:10 PM
‎2008 Oct 13 2:14 PM
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
‎2008 Oct 13 2:20 PM
thanks for your inputs, but when i say
nodes : f1s is that incorrect?
‎2008 Oct 13 2:23 PM
Again: F1S is the logical database and SPFLI, SFLIGHT and SBOOK are the nodes of that LDB.
‎2008 Oct 13 2:24 PM
hi
YES , F1S is LDB name not a node name .
node name u define when u create structure.
‎2008 Oct 14 5:44 AM
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
‎2008 Oct 14 6:24 AM
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
‎2008 Oct 14 11:05 AM
‎2008 Oct 13 2:12 PM
both nodes and tables are same
but only in logical database nodes is used instead of tables
‎2008 Oct 13 2:17 PM
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.