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

Using Logical Databases and the Tables or Nodes Statement

Former Member
0 Likes
712

I want to start using Logical Databases whenever possible, but it seems that I need to use the Tables or Nodes statement for the Get statement to work. Is there anyway to avoid Tables/Nodes statement since they are obsolete (and still use LDBs)?

Message was edited by: Jason DeLuca

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
677

Hi Jason,

1) table statement is obligatory:

-> look at abap-docu to GET:

...

node is a node in the logical database that is assigned to the report (type 1 program) in the program attributes. <b>You must declare the node in the report using the NODES statement (or the TABLES statement, if the node is of the type "table").</b>

...

2) some ldb-selections from the selection screen

depends on the table-statement too, i remember...

regards Andreas

5 REPLIES 5
Read only

andreas_mann3
Active Contributor
0 Likes
678

Hi Jason,

1) table statement is obligatory:

-> look at abap-docu to GET:

...

node is a node in the logical database that is assigned to the report (type 1 program) in the program attributes. <b>You must declare the node in the report using the NODES statement (or the TABLES statement, if the node is of the type "table").</b>

...

2) some ldb-selections from the selection screen

depends on the table-statement too, i remember...

regards Andreas

Read only

0 Likes
677

Thanks for the reply. I now realize that using Select is faster and more efficient. Before, I thought the opposite. Do you agree with this statement(that Selects are better)?

Read only

0 Likes
677

Hello Jason,

In my experience, I have never used a logical database in any of my programs. I have just learnt the basics of it a couple of years back and that was that. I have always found the SELECTs to be more efficient, simple and straightforward.

Regards,

Anand Mandalika.

Read only

0 Likes
677

Thank you Poornanand.

Message was edited by: Jason DeLuca

Read only

Vinod_Chandran
Active Contributor
0 Likes
677

Try function module LDB_PROCESS