ROIU_VL_FACTOR SAP (Factor Structure for Valuation Formula Batch Process) Structure details

Dictionary Type: Structure
Description: Factor Structure for Valuation Formula Batch Process




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




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

ROIU_VL_FACTOR 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 "Factor Structure for Valuation Formula Batch Process" 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_VL_FACTOR TYPE ROIU_VL_FACTOR.

The ROIU_VL_FACTOR table consists of various fields, each holding specific information or linking keys about Factor Structure for Valuation Formula Batch Process data available in SAP. These include DN_NO (Delivery network number), WL_NO (Well ID number), WC_NO (Well Completion Number), MP_NO (Measurement point 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 or numeric)


SAP ROIU_VL_FACTOR 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
DN_NODelivery network number OIU_DN_NOCHAR20Assigned to domainALPHAOIU_DN_NOOIU_DNH_OIU_PR_DN
WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
WC_NOWell Completion Number OIU_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
MP_NOMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
ORIG_MP_NOOriginal measurement point number OIU_ORIG_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_ORIG_MP_NO
VL_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
VL_DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5Assigned to domainALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
CT_NOContract Number OIU_CT_NOCHAR10Assigned to domainALPHAOIUCM_CONTRACT_NUMBEROIU_CID
FRML_NOFormula number OIU_FRML_NOCHAR8Assigned to domainOIU_FORMULA_NOOIU_FRML
SALE_DTSales Date / Month OIU_SALE_DTDATS8DATUM
VL_VT_TYPE_CDVolume Type Code 1 OIU_VT_1_CDCHAR2Assigned to domainOIU_VL_TYPE_CDOIU_VTCD
PERATFI_CDPercent, Rate, Fixed Codes 1 OIU_PERATFI_1_CDCHAR1OIU_PERATFI_CD
MK_TYPE_CDMarketing type code OIU_MK_TYPE_CDCHAR2Assigned to domainOIU_MK_TYPE_CD
INTEXT_FLReimbursement & Deduction Codes OIU_REIMDED_CDCHAR1OIU_REIMB_DED_CD
RVWD_TYPE_CDFormula Reserve Word Type 1 OIU_RVWD_1_TYPE_CDCHAR1OIU_RVWD_TYPE_CODE
RVWD_CDValuation Reserved Word 1 OIU_RVWD_1_CODECHAR20Assigned to domainOIU_RVWD_CODE
VSRC_CDValuation Source Code 1 OIU_VSRC_1_CDCHAR1OIU_VSRC_CD
VSRC_NOValuation Source 1 OIU_VSRC_1_NOCHAR20CHAR020
VSRC_WC_NOWell Completion Number 1 OIU_WC_1_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WC
FR_DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5Assigned to domainALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
CTSRC_NOContract Number 1 OIU_CT_1_NOCHAR10OIUCM_CONTRACTALPHAOIUCM_CONTRACT_NUMBEROIU_CID
FR_VT_TYPE_CDVolume Type Code 1 OIU_VT_1_CDCHAR2Assigned to domainOIU_VL_TYPE_CDOIU_VTCD
MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_MAJPD_CDOIU_MAJPD
FR_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
RW_VALUEValuation Result Value OIU_RW_VALUEDEC23(8) OIUVL_VALUE
USED_MP_NOMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
USED_WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
USED_WC_NOWell Completion Number OIU_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
USED_CT_NOContract Number OIU_CT_NOCHAR10Assigned to domainALPHAOIUCM_CONTRACT_NUMBEROIU_CID
USED_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
USED_VT_TYPE_CDVolume Type Code 1 OIU_VT_1_CDCHAR2Assigned to domainOIU_VL_TYPE_CDOIU_VTCD

Key field Non-key field



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

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

How to access SAP table ROIU_VL_FACTOR

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