SAP READ TEXTPOOL - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for READ_TEXTPOOL

READ TEXTPOOL

ABAP Reference
ABAP Code Snippet


ABAP Syntax READ TEXTPOOL prog INTO itab LANGUAGE lang.

ABAP Code Snippet

What does it do? Imports the text elements of the language specified in lang and the program specified in prog into the internal table itab of the type TEXTPOOL.

Return to menu