Menu

SAP Function Module COMMIT_TEXT

Transfer text creation text(s) to update

The Function Module COMMIT_TEXT (Transfer text creation text(s) to update) is a standard Function Module in SAP ERP and is part of the function group STXD within the package STXD.

Technical Information

Function Module COMMIT_TEXT
Short Text Transfer text creation text(s) to update
Function Group STXD
Package STXD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ID LIKE THEAD-TDID '*' Text ID
KEEP LIKE SPACE Indicator: Continue to keep texts in text memory
LANGUAGE LIKE THEAD-TDSPRAS '*' Text language
LOCAL_CAT LIKE SPACE Catalog stored locally and not in memory
NAME LIKE THEAD-TDNAME '*' Text Name
OBJECT LIKE THEAD-TDOBJECT '*' Text object
SAVEMODE_DIRECT LIKE SPACE Indicator: Save texts immediately

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COMMIT_COUNT LIKE SY-INDEX Number of updated texts

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_ID TYPE STXDRID Table for text IDs (RANGES)
T_LANGUAGE TYPE STXDRLANG Table for text languages (RANGES)
T_NAME TYPE STXDRNAME Table for text names (RANGES)
T_OBJECT TYPE STXDROBJ Table for text objects (RANGES)

Exceptions

This function module does not define any Exceptions.