ABAP Keyword Documentation → ABAP - Quick Reference
INSERT TEXTPOOL - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
INSERT TEXTPOOL prog FROM itab LANGUAGE lang.
Effect
Inserts the text elements in the internal table itab
of the type TEXTPOOL into the
repository. They are inserted
as a text pool of the language specified in lang
for the program specified in prog
.