Abap
Internal Tables – Part 2
To know the concepts of an internal tables please check the post – Internal tables – Part 1. In this section let’s see some operations on standard internal table practically in programs. Putting data in a standard internal table using keyword – ‘APPEND’ statement. The APPEND statement adds a single Read more…