RCDEF SAP (Reconciliation: definition of movement type groups) Table details

Dictionary Type: Table
Description: Reconciliation: definition of movement type groups




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




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

RCDEF is a standard SAP Table which is used to store Reconciliation: definition of movement type groups data and is available within R/3 SAP systems depending on the version and release level.

The RCDEF table consists of various fields, each holding specific information or linking keys about Reconciliation: definition of movement type groups data available in SAP. These include COL (Column Number), PARAM (Parameter ID), RESB (Activation of reservations (RESB)), BWA_01 (Movement Type (Inventory Management)).. 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: Can be enhanced (character-type)

Text table = RCDEFT


SAP RCDEF 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 MANDTCLNT3Assigned to domainMANDT
COLColumn Number COLUMNUMC2NUM02
PARAMParameter ID PARAMIDCHAR6TC20PARAMID
RESBActivation of reservations (RESB) ACT_RESCHAR1CHAR01
BWA_01Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_02Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_03Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_04Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_05Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_06Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_07Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_08Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_09Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_10Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_11Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_12Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_13Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_14Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWA_15Movement Type (Inventory Management) BWARTCHAR3T156BWARTBWA

Key field Non-key field



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

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

SELECT SINGLE *
FROM RCDEF
INTO CORRESPONDING FIELDS OF WA_RCDEF
WHERE...

How to access SAP table RCDEF

Within an ECC or HANA version of SAP you can also view further information about RCDEF 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!