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: 

GET KNA1

Former Member
0 Kudos
991

Has anybody ever used this command GET KNA1

if its so, can you tell me the purpose and when to use it?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
206

Hi sia

Any executable ABAP program that has a logical database linked to it can contain a GET statement for each node of the structure. When you run the program, the corresponding event blocks are processed in the sequence prescribed by the hierarchical structure of the logical database. If a program does not contain a GET statement for every node of a logical database, the processing passes through all the nodes that lie in the path from the root to the nodes specified by GET statements.

[http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9aa335c111d1829f0000e829fbfe/content.htm]

Hope this helps.

Thanks and Regards

Shivika

2 REPLIES 2

former_member181995
Active Contributor
0 Kudos
206

Anjali,

this command we used in Logical database.

for more help i would suggest you to press F1 on GET KNA1 you will be able to see SAP help which would be help full to you.

Amit.

Former Member
0 Kudos
207

Hi sia

Any executable ABAP program that has a logical database linked to it can contain a GET statement for each node of the structure. When you run the program, the corresponding event blocks are processed in the sequence prescribed by the hierarchical structure of the logical database. If a program does not contain a GET statement for every node of a logical database, the processing passes through all the nodes that lie in the path from the root to the nodes specified by GET statements.

[http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9aa335c111d1829f0000e829fbfe/content.htm]

Hope this helps.

Thanks and Regards

Shivika