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.
Function Module | COMMIT_TEXT |
Short Text | Transfer text creation text(s) to update |
Function Group | STXD |
Package | STXD |
Module Type | Normal Module |
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 |
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 |
This function module does not define any CHANGING 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) |
This function module does not define any Exceptions.