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

Like table of

Former Member
0 Likes
935

Data It_Kna1 like table of kna1.

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

Data It_Kna1 like table of kna1.

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

4 REPLIES 4
Read only

Former Member
0 Likes
843

to internal table not work area

Read only

Former Member
0 Likes
843

hai,

it_kna1 refers to an internal table without header line.

Regards

jase

Read only

ak_upadhyay
Contributor
0 Likes
843

Hi,

It refers to an Internal table.

Regards

AK

Read only

Former Member
0 Likes
843

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