Menu

SAP Function Module RW_TAB_CKEY_GET

Primärschlüssel einer C Tabelle ermitteln und in Character String stellen

The Function Module RW_TAB_CKEY_GET (Primärschlüssel einer C Tabelle ermitteln und in Character String stellen) is a standard Function Module in SAP ERP and is part of the function group GARX within the package GBAS.

Technical Information

Function Module RW_TAB_CKEY_GET
Short Text Primärschlüssel einer C Tabelle ermitteln und in Character String stellen
Function Group GARX
Package GBAS
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_CLIENT_IN_CKEY LIKE BOOLE-BOOLE 'X' Mandant in CKEY enthalten: 'X' ja, ' ' nein
I_TABNAME LIKE DD02L-TABNAME Name der Tabelle

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
T_CKEY TYPE RWARC_T_CTABLE Primärschlüssel der Tabelle als Character String
T_CLEAR_FIELDS TYPE RWARC_T_FIELDNAME Felder, die im CKEY initialisiert werden
T_CTABLE TYPE RWARC_T_CTABLE Tabelleninhalt

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
KEY_DATA_TYPE_INVALID Nur zeichenartige Schlüsselfelder sind zugelassen
TAB_NOT_FOUND Tabelle nicht gefunden