Menu

SAP Function Module RKD_CHECK_PACKED

Checks a string for packed contents

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 RKD_CHECK_PACKED (Checks a string for packed contents) is a standard Function Module in SAP ERP and is part of the function group KYCN within the package KC.

Technical Information

Function Module RKD_CHECK_PACKED
Short Text Checks a string for packed contents
Function Group KYCN
Package KC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHAR TYPE C String mit Ziffern und '.,+-'
DECIMALS TYPE NUMERIC 5 gewünschte Augabedezimalen für CHAR_WRITE
DECIMAL_PUNKT TYPE C '.' Dezimalbez. (bei space wird selbst ermit.)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHAR1 TYPE C Ausgabe als Char-String für ABAP verständl.
CHAR_WRITE TYPE C Ausgabe nach User-Format
FLOAT TYPE F Ausgabe als Type F
PACK TYPE P Ausgabe als Type P (Decimals beliebig)
SUBRC LIKE SY-SUBRC 2-too large,4-too many decs.,8-invalid

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.