Menu

SAP Function Module CHANGEDOCU_KEY_ANY2CHAR

Konvertiere aus übergebene Struktur(any) in tabkey(char)

The Function Module CHANGEDOCU_KEY_ANY2CHAR (Konvertiere aus übergebene Struktur(any) in tabkey(char)) is a standard Function Module in SAP ERP and is part of the function group SCD8 within the package SZD.

Technical Information

Function Module CHANGEDOCU_KEY_ANY2CHAR
Short Text Konvertiere aus übergebene Struktur(any) in tabkey(char)
Function Group SCD8
Package SZD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IV_STRUCT_IN TYPE ANY Tabellenstruktur, welche den Key enthält
IV_TABNAME LIKE CDPOS-TABNAME Tabellenname passend zur Tabellenstruktur

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EV_TABKEY LIKE CDPOS_UID-TABKEY Key der übergebenen Tabellenzeile in char

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
NAMETAB_ERROR Tabellenname exisitert nicht im DDIC
TABNAME_IS_EMPTY Übergebener Tabellenname ist leer