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

Splitting the internal table values

Former Member
0 Likes
320

i have a internal table with say 10,000 lines i want split into multiple internal table say with 5000 and 5000 lines. How to code it?

Moderator message: duplicate post locked.

Edited by: Thomas Zloch on Nov 24, 2010 4:19 PM

1 REPLY 1
Read only

Former Member
0 Likes
291

Hi

APPEND LINES OF ITAB FROM 1 TO 500 TO ITAB2.

Max