ROIU_RV_TFRMLAU SAP (Temporary Valuation Formula Alternate Use) Structure details

Dictionary Type: Structure
Description: Temporary Valuation Formula Alternate Use




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




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

ROIU_RV_TFRMLAU 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 "Temporary Valuation Formula Alternate Use" 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_TFRMLAU TYPE ROIU_RV_TFRMLAU.

The ROIU_RV_TFRMLAU table consists of various fields, each holding specific information or linking keys about Temporary Valuation Formula Alternate Use data available in SAP. These include VSRC_WL_NO (Well ID number), VSRC_WC_NO (Well Completion Number), VSRC_MP_NO (Measurement point number), VSRC_CT_NO (Contract Number).. 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)


SAP ROIU_RV_TFRMLAU 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
VLTXNS_NOValuation Transaction Number OIU_VLTXNS_NONUMC12OIU_SYS_NO
VSRC_WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
VSRC_WC_NOWell Completion Number OIU_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
VSRC_MP_NOMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
VSRC_CT_NOContract Number OIU_CT_NOCHAR10Assigned to domainALPHAOIUCM_CONTRACT_NUMBEROIU_CID
RVWD_VL_TYPE_CDVolume type code OIU_VT_CDCHAR2Assigned to domainOIU_VL_TYPE_CDOIU_VTCD
RVWD_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
RVWD_TYPE_CDFormula Reserved Word Type OIU_RVWD_TYPE_CODECHAR1OIU_RVWD_TYPE_CODE

Key field Non-key field



How do I retrieve data from SAP structure ROIU_RV_TFRMLAU using ABAP code?

As ROIU_RV_TFRMLAU 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_TFRMLAU as there is no data to select.

How to access SAP table ROIU_RV_TFRMLAU

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