Menu

SAP Function Module RSUT_DATATYPE_GET_CHAR_LENGTH

Erforderliche Länge eines CHAR-Feldes für sichern MOVE/WRITE

Recommended Now

Fire TV Stick Lite Essentials Bundle

This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.

Check it out on amazon.com →

The Function Module RSUT_DATATYPE_GET_CHAR_LENGTH (Erforderliche Länge eines CHAR-Feldes für sichern MOVE/WRITE) is a standard Function Module in SAP ERP and is part of the function group RSUT within the package RSUM.

Technical Information

Function Module RSUT_DATATYPE_GET_CHAR_LENGTH
Short Text Erforderliche Länge eines CHAR-Feldes für sichern MOVE/WRITE
Function Group RSUT
Package RSUM
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DATATYPE LIKE DD03P-DATATYPE DDIC-Datentyp des Quellfeldes
I_DECIMALS TYPE I Anzahl Dezimalstellen (nur für CURR, DEC & QUAN)
I_EXTERNAL_REPRESENTATION LIKE RPYGSGF-FLAG Länge für externe Darstellung berechnen (WRITE)
I_LENGTH TYPE I Zeichen- bzw. Ziffernlänge des Quellfeldes
I_MAX_DOUBLED_DELIMITERS TYPE I 0 Maximale Anzahl von Begrenzungszeichen im Wert
I_OUTPUT_LENGTH TYPE I Ausgabelänge aus dem DDIC
I_SIGN_LENGTH TYPE I 1 Zeichenlänge des Vorzeichens
I_SIGN_REPRESENTATION TYPE C '-' Zeichendarstellung des Vorzeichens
I_WITHOUT_GROUPING LIKE RPYGSGF-FLAG Zahlen ohne Gruppierung (Tausendertrennzeichen)
I_WITHOUT_SIGN LIKE RPYGSGF-FLAG Ohne Vorzeichen
I_WITH_DELIMITERS LIKE RPYGSGF-FLAG Begrenzungszeichen berücksichtigen

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_CHAR_LENGTH TYPE I Zeichenlänge des Wertes für Zeichendarstellung

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
ILLEGAL_DATATYPE Ungültiger Datentyp
ILLEGAL_DECIMALS Ungültige Anzahl von Dezimalstellen
ILLEGAL_LENGTH Ungültige Zeichen- bzw. Ziffernlänge