OIU_RV_RVWD SAP (Valuation Reserve Word Control Table) Table details

Dictionary Type: Table
Description: Valuation Reserve Word Control Table




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




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

OIU_RV_RVWD is a standard SAP Table which is used to store Valuation Reserve Word Control Table data and is available within R/3 SAP systems depending on the version and release level.

The OIU_RV_RVWD table consists of various fields, each holding specific information or linking keys about Valuation Reserve Word Control Table data available in SAP. These include RVWD_TYPE_CD (Reserved Word Type Code), RVWD_USE_CD (Valuation Reserve Word Use Code), MATNR_FL (Material required flag), VT_TYPE_CD_FL (Vol type required flag).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIU_RV_RVWD 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
RVWD_CDValuation Reserved Word OIU_RVWD_CODECHAR20OIU_CM_RVWDOIU_RVWD_CODE
RVWD_TYPE_CDReserved Word Type Code OIU_RVWD_TYP_CDCHAR1OIU_RVWD_TYP_CD
RVWD_USE_CDValuation Reserve Word Use Code OIU_RVWD_USE_CDCHAR1OIU_RVWD_USE_CD
MATNR_FLMaterial required flag OIU_MATNR_FLCHAR1OIU_RVWD_RULE_CD
VT_TYPE_CD_FLVol type required flag OIU_VOLTYP_FLCHAR1OIU_RVWD_RULE_CD
PERATFI_CD_FLPercent, Rate or Fixed Amount Required Flag OIU_PERATFI_FLCHAR1OIU_RVWD_RULE_CD
ACTENTSET_CD_FLActual, Entitled, Settlement Flag OIU_ACTENTSET_FLCHAR1OIU_RVWD_RULE_CD
VSRC_WC_NO_FLWell Completion Required Flag OIU_WC_FLCHAR1OIU_RVWD_RULE_CD
MP_FLMeasurement point required - flag OIU_MP_FLCHAR1OIU_RVWD_RULE_CD
CTSRC_NO_FLContract Required Flag OIU_CT_FLCHAR1OIU_RVWD_RULE_CD
PUR_NO_FLAlternative Purchaser required Flag OIU_ALT_PURCH_FLCHAR1OIU_RVWD_RULE_CD
VNAME_FLVenture required flag OIU_VNAME_FLCHAR1OIU_RVWD_RULE_CD
DOI_NO_FLDOI required flag OIU_DOI_FLCHAR1OIU_RVWD_RULE_CD
TR_NO_FLUsage indicator for Reserve word parameter OIU_RVWD_USE_FLCHAR1OIU_RVWD_RULE_CD
UOM_FLUsage indicator for Reserve word parameter OIU_RVWD_USE_FLCHAR1OIU_RVWD_RULE_CD
TAX_TYPE_FLUsage indicator for Reserve word parameter OIU_RVWD_USE_FLCHAR1OIU_RVWD_RULE_CD
TAX_CLS_FLUsage indicator for Reserve word parameter OIU_RVWD_USE_FLCHAR1OIU_RVWD_RULE_CD
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIU_RV_RVWD
INTO CORRESPONDING FIELDS OF WA_OIU_RV_RVWD
WHERE...

How to access SAP table OIU_RV_RVWD

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