SAP Table CTU_PARAMS

Parameter string for runtime of CALL TRANSACTION USING...

CTU_PARAMS (Parameter string for runtime of CALL TRANSACTION USING...) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link CTU_PARAMS to other SAP tables.

CTU_PARAMS table fields

Field Data element Checktable Datatype Length Decimals
DISMODE Processing mode for CALL TRANSACTION USING... CTU_MODE CHAR 1 0
A Display all screens
E Display errors
N Background processing
P Background processing; debugging possible
UPDMODE Update mode for CALL TRANSACTION USING... CTU_UPDATE CHAR 1 0
L Local
S Synchronous
A Asynchronous
CATTMODE CATT mode for CALL TRANSACTION USING... CTU_CATT CHAR 1 0
NULL No CATT
N CATT without individual screen control
A CATT with individual screen control
DEFSIZE Default screen size for CALL TRANSACTION USING... CTU_DEFSZE CHAR 1 0
NULL No
X Yes
RACOMMIT CALL TRANSACTION USING... is not completed by COMMIT CTU_RAFC CHAR 1 0
NULL No
X Yes
NOBINPT SY-BINPT=SPACE for CALL TRANSACTION USING... CTU_NOBIM CHAR 1 0
NULL No
X Yes
NOBIEND SY-BINPT=SPACE after data end for CALL TRANSACTION USING... CTU_NOBEN CHAR 1 0
NULL No
X Yes