ROIU_RV_FRMLH SAP (Maintenance Structure: Valuation Formula Detail Header) Structure details

Dictionary Type: Structure
Description: Maintenance Structure: Valuation Formula Detail Header




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




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

ROIU_RV_FRMLH is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Maintenance Structure: Valuation Formula Detail Header" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIU_RV_FRMLH TYPE ROIU_RV_FRMLH.

The ROIU_RV_FRMLH table consists of various fields, each holding specific information or linking keys about Maintenance Structure: Valuation Formula Detail Header data available in SAP. These include FRML_DESC (Formula Description), EFF_FROM_DT (Effective from date), EFF_TO_DT (Effective To Date), APPR_FL (Approval 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIU_RV_FRMLH structure 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
FRML_NOFormula number OIU_FRML_NOCHAR8OIU_RV_FRMLOIU_FORMULA_NOOIU_FRML
FRML_DESCFormula Description OIU_FRML_DESCCHAR35OIU_TEXT35
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
APPR_FLApproval Flag OIU_APPR_FLCHAR1OIU_X_FLAG
REF_FRML_NOReference Formula number OIU_FRML_NO_REFCHAR8OIU_RV_FRMLOIU_FORMULA_NOOIU_R_FRML
REF_FRML_DESCFormula Description OIU_FRML_DESCCHAR35OIU_TEXT35
REF_EFF_FROM_DTReference effective from date OIU_EFF_FROM_DT_REFDATS8DATUMOIU_R_EFD
VL_TYPE_CDVolume type code OIU_VT_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CDOIU_VTCD
VL_TYPE_DEVolume Type Description OIU_VL_TYPE_DECHAR50OIU_TEXT50
VL_CLS_CDVolume Class Code OIU_VL_CLS_CDCHAR1OIU_VC_CD
VL_CLS_DEVolume Class Description OIU_VL_CLS_DECHAR50OIU_TEXT50
MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_MAJPD_CDOIU_MAJPD
MAJPD_DEShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
MATNRMaterial Number MATNRCHAR18OIU_CM_MAT_PRCDMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
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 structure ROIU_RV_FRMLH using ABAP code?

As ROIU_RV_FRMLH is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIU_RV_FRMLH as there is no data to select.

How to access SAP table ROIU_RV_FRMLH

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