Menu

SAP Function Module CTCV_SYNTAX_CHECK

Syntax Check on Strings

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module CTCV_SYNTAX_CHECK (Syntax Check on Strings) is a standard Function Module in SAP ERP and is part of the function group CTCV within the package CT.

Technical Information

Function Module CTCV_SYNTAX_CHECK
Short Text Syntax Check on Strings
Function Group CTCV
Package CT
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ATTRIBUT LIKE Characteristic name
BASEUNIT LIKE SPACE Base unit
DECIMALS LIKE 0 Number of decimal places
DEC_PRESENTATION LIKE ','
ERR_NAME TYPE ATBEZ Characteristic description
EXPONENT LIKE SPACE
EXPONENT_ART LIKE '0'
FORMAT LIKE 'CHAR' Format (data type)
INTERVAL LIKE SPACE Intervals allowed
LANGUAGE LIKE SY-LANGU Language
LENGTH LIKE 0 Number of characters
LOWERCASE LIKE SPACE
MASK LIKE SPACE Template
MASK_ALLOWED LIKE ' '
NEGATIV LIKE SPACE
SCREEN_NAME LIKE SPACE Name of the I/O field on the Scree
SINGLE_SELECTION LIKE SPACE Only individual value allowed
STRING LIKE String to be checked (step by step)
T_SEPARATOR LIKE ' '
VALUE_SEPERATOR LIKE ,'

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
STRING_IS_MASKED LIKE

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
TSTRG LIKE STRG

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CURRENCY_CHECK Error in currency specification
DATE_CHECK Error when entering the date
FORMAT_CHECK Format error
ILLEGAL_INTERNAL_BASEUNIT Invalid base unit of measure
INTERVAL_CHECK Error in interval specification
INTERVAL_NOT_ALLOWED
NO_VALID_DIMENSION
PATTERN_CHECK Inconsistency regarding defined template
PRESENTATION_NOT_POSSIBLE
TIME_CHECK Error in line specification
UNIT_CHECK Error in one of the unit specifications