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: 

Like table of

Former Member
0 Kudos
305

Data It_Kna1 like table of kna1.

Here it_kna1 refers to an internal table or a work area?

4 REPLIES 4

Former Member
0 Kudos
213

to internal table not work area

Former Member
0 Kudos
213

hai,

it_kna1 refers to an internal table without header line.

Regards

jase

ak_upadhyay
Contributor
0 Kudos
213

Hi,

It refers to an Internal table.

Regards

AK

Former Member
0 Kudos
213

hi

actually we define the internal tables as

for header line we use keywords

WITH HEADER LINE

LIKE <ref table>

for internal table body we use the key words

OCCURS n

LIKE TABLE OF

so here ur internal table reffered as a table body without header line. ok

i think this syntaxes may clear ur doubt