After the end of the LOOP, you can SELECT the data you have inserted into an internal table. The data has not been committed to the table yet, but this SELECT will be able to retrieve it because it has been cached until the COMMIT.
Rob
After the end of the LOOP, you can SELECT the data you have inserted into an internal table. The data has not been committed to the table yet, but this SELECT will be able to retrieve it because it has been cached until the COMMIT.
Rob