Menu

SAP Function Module CTMV_FORMAT_CHECK

Überprüfung der Formatangaben eines Merkmals

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module CTMV_FORMAT_CHECK (Überprüfung der Formatangaben eines Merkmals) is a standard Function Module in SAP ERP and is part of the function group CTMV within the package CT.

Technical Information

Function Module CTMV_FORMAT_CHECK
Short Text Überprüfung der Formatangaben eines Merkmals
Function Group CTMV
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
EXPONENT_FIX_IMP LIKE CABN-ATDIM 0 Exponent with fixed exponents
FORMAT LIKE CABN-ATFOR Data type
INTERVAL_VALUES LIKE CABN-ATINT Interval Values Allowed
LOWERCASES LIKE CABN-ATKLE SPACE Case sensitive
NUMBER_OF_POSITIONS_IMP LIKE CABN-ANZST Number of characters
PATTERN_IMP LIKE CABN-ATSCH SPACE Template
PLACES_AFTER_DECIMAL_SIGN_IMP LIKE CABN-ANZDZ 0 Number of decimal places
TYPE_OF_EXPONENT_IMP LIKE CABN-ATDEX 0 Type of exponent
UNIT_OF_MEASURE LIKE RCTMV-EINH2 SPACE Unit of measure
WITH_SIGN_IMP LIKE CABN-ATVOR SPACE Negative values allowed

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXPONENT_FIX_EXP LIKE CABN-ATDIM Type of exponent
INTERNAL_UNIT_OF_MEASURE LIKE CABN-MSEHI Internal unit of measure
NUMBER_OF_POSITIONS_EXP LIKE CABN-ANZST Number of characters
PATTERN_EXP LIKE CABN-ATSCH Template
PLACES_AFTER_DECIMAL_SIGN_EXP LIKE CABN-ANZDZ Number of decimal places
TYPE_OF_EXPONENT_EXP LIKE CABN-ATDEX Exponent with fixed exponents
WITH_SIGN_EXP LIKE CABN-ATVOR Negative values allowed

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
EXP_LENGTH_CONFLICT Conflict between exponent entry and length
INVALID_LENGTH Incorrect length entered
INVALID_PATTERN Incorrect template
MISSING_LENGTH Length missing
NO_CHANGE_OF_LOWERCASES No change to 'case sensitive' indicator
NO_CHANGE_OF_UNIT Change to unit of measure not allowed
NO_EXPONENT_POSSIBLE Exponent entry not allowed
NO_FORMAT_CHANGE Change to format not allowed
NO_SHORTENING Characteristic length reduced
TO_MANY_DECIMALS Too many decimal places