Modifying the internal table contents using MODIFY statement

Using the MODIFY statement, we can modify more than one data record in an internal table. It is modified with the contents of the structure along with the additional conditions such as WHERE, INDEX, USING KEY. Using the ‘TRANSPORTING’ keyword, we can specify which component of the structure in the internal table must be transferred. …

Modifying the internal table contents using MODIFY statement Read More »