KCDRA SAP (Data Transfer Rules: Attributes of Receiver Fields) Table details

Dictionary Type: Table
Description: Data Transfer Rules: Attributes of Receiver Fields




ABAP Code to SELECT data from KCDRA
Related tables to KCDRA
Access table KCDRA




Table field list including key, data, relationships and ABAP select examples

KCDRA is a standard SAP Table which is used to store Data Transfer Rules: Attributes of Receiver Fields data and is available within R/3 SAP systems depending on the version and release level.

The KCDRA table consists of various fields, each holding specific information or linking keys about Data Transfer Rules: Attributes of Receiver Fields data available in SAP. These include REPID (Sender structure), RFELD (Receiver field), UNIT (Unit of measurement), CUNIT (Translation unit).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP KCDRA table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
REPIDSender structure KCD_REPIDCHAR40KCDSMKCD_REPIDSRP
RFELDReceiver field KCD_RFELDCHAR30DD03LFDNAME
UNITUnit of measurement KCD_UNITUNIT3T006CUNITMEINS
CUNITTranslation unit KCD_CUNITUNIT3T006CUNITMEINS
CUKYTarget currency KCD_CUKYCUKY5TCURCWAERS
COVIDNumber of translation key in currency translation CFNUMBRNUMC3T242QCFNUMBRNBR
VUPDAData update type KCD_VUPDACHAR1CHAR1
VMODEValidation type KCD_VMODECHAR1CHAR1
MAPKGrouping category for non-assigned fields KCD_MAPKCHAR1CHAR1
RFFIEReference field for the unit of the sender field KCD_RFFIECHAR30DD03LFDNAME
GOPERTotal operation KCD_GOPERCHAR5KCD_GOPER
VARIAVariable Name KCD_VNAMECHAR10Assigned to domainKCD_VNAME
GRULEGeneral data transfer rule KCD_GRULECHAR40KCD_GRULE
OKNVRConversion routine KCD_KONVRCHAR5CONVEXIT
RULNMGeneral data transfer rule KCD_GRULECHAR40KCD_GRULE

Key field Non-key field



How do I retrieve data from SAP table KCDRA using ABAP code

The following ABAP code Example will allow you to do a basic selection on KCDRA to SELECT all data from the table
DATA: WA_KCDRA TYPE KCDRA.

SELECT SINGLE *
FROM KCDRA
INTO CORRESPONDING FIELDS OF WA_KCDRA
WHERE...

How to access SAP table KCDRA

Within an ECC or HANA version of SAP you can also view further information about KCDRA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!