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

Initial line number in Table type

Former Member
0 Likes
700

Hi,

What does Initial line number signifies in the Table type-->Initialization and Access tab. No help documentation is present for this tab. is it allocates initial memory or is there any other functionality of initial line number.

thanks,

tanmaya

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
571

I believe it is the equivalent of the OCCURS keyword when you define an internal table in ABAP. In structure DD40V, the field is called OCCURS!

matt

Hi,

What does Initial line number signifies in the Table type-->Initialization and Access tab. No help documentation is present for this tab. is it allocates initial memory or is there any other functionality of initial line number.

thanks,

tanmaya

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
572

I believe it is the equivalent of the OCCURS keyword when you define an internal table in ABAP. In structure DD40V, the field is called OCCURS!

matt

Read only

Former Member
0 Likes
571

thanks Matt for your valuable post.

i was also thinking about the same......