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

Nested internal tables

Former Member
0 Likes
493

whats the purpose of using nested internal tables in a code.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
454

Nested internal table is used to read/validate data present in one internal table by comparing the data with another internal table data. There are several cases where nesting is required depending on the requirement and the logic used to achieve the goal.

Regards,

Amit

2 REPLIES 2
Read only

Former Member
0 Likes
455

Nested internal table is used to read/validate data present in one internal table by comparing the data with another internal table data. There are several cases where nesting is required depending on the requirement and the logic used to achieve the goal.

Regards,

Amit

Read only

Former Member