SAP Function SET_TEXT_IN_POOL - Sets cursor on a text in a pool (default: beginning of pool)

Parameter Reference Type Length Default Optional Text
ID THEAD-TDID C 4 SPACE X Text ID
LANGUAGE THEAD-TDSPRAS C 1 SPACE X Text Language
NAME THEAD-TDNAME C 70 SPACE X Text Name
OBJECT THEAD-TDOBJECT C 10 SPACE X Text object

Parameter Reference Length Optional Text
POOL TLINE 134 Text pool table

Exception Text
NOT_IN_POOL Text does not exist in pool


Sets the cursor on the text specified with the parameters OBJECT, NAME,ID, and LANGUAGE. This text can then be read with the function moduleGET_TEXT_FROM_POOL.
Note: As the default setting, OBJECT, NAME, ID, LANGUAGE are notfilled. In this case, the cursor is positioned on the first text in thepool.
INCLUDE STXD_PP_ID OBJECT DOKU ID TX
INCLUDE STXD_PP_LANGUAGE OBJECT DOKU ID TX
INCLUDE STXD_PP_NAME OBJECT DOKU ID TX
INCLUDE STXD_PP_OBJECT OBJECT DOKU ID TX
INCLUDE STXD_PP_POOL OBJECT DOKU ID TX