Application Development 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: 

Obsolete ABAP Statement - Get node

Former Member
0 Kudos

Hi,

We have one ABAP program that uses

GET node [LATE] [FIELDS f1 f2 ...]

It was working fine last June month end until today. When I checked, the above is listed under Obsolete Syntax. May I know how do I find out since when this syntax become obsolete?

The last upgrade we have is 3 months ago.

Please help.

Thank you.

regards,

zl

1 REPLY 1

0 Kudos

The GET node statement is obsolete, because logical databases are obsolete. But they are still working, if you use them in existing programs. You can also use an existing logical databases by using the function-module LDB_PROCESS. But I never tried this.