V_RCDEF SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_RCDEF is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_RCDEF table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_RCDEF table view 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 MANDTCLNT3MANDT
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
DESC_MVT_SHORTDescription of the Movement Types for Pharm. Reconciliation DESC_MVT_SCHAR15CHAR15S
DESC_MVTDescription of the Movement Types for Pharm. Reconciliation DESC_MVTCHAR40CHAR40_LOW

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_RCDEF
INTO CORRESPONDING FIELDS OF WA_V_RCDEF
WHERE...

How to access SAP table V_RCDEF

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