ROIU_VL_RESULT SAP (Result Structure for Valuation Formula Batch Process) Structure details

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




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




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

ROIU_VL_RESULT 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 "Result 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_RESULT TYPE ROIU_VL_RESULT.

The ROIU_VL_RESULT table consists of various fields, each holding specific information or linking keys about Result Structure for Valuation Formula Batch Process data available in SAP. These include RESULT_VALUE (Valuation Result Value), RESULT_VALUE_U (Standard volume unit), RSLT_ACTENTST_CD (Actual, Entitlement, Settlement Codes), RSLT_REIM_DED_CD (Reimbursement & Deduction Codes).. 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_RESULT 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
RESERVE_WORDValuation Reserved Word OIU_RVWD_CODECHAR20Assigned to domainOIU_RVWD_CODE
RESULT_VALUEValuation Result Value OIU_RW_VALUEDEC23(8) OIUVL_VALUE
RESULT_VALUE_UStandard volume unit OIU_STD_VOL_UUNIT3Assigned to domainCUNITMEINS
RSLT_ACTENTST_CDActual, Entitlement, Settlement Codes OIU_ACTENTSET_CDCHAR1OIU_ACTENTSET_CD
RSLT_REIM_DED_CDReimbursement & Deduction Codes OIU_REIMDED_CDCHAR1OIU_REIMB_DED_CD
TRNSP_NOTransporter number OIUVL_TRNSP_NOCHAR10OIUVL_TRNSP_NO
TRNSP_CT_NOTransporter contract number OIUVL_TRNSP_CT_NOCHAR10OIUVL_TRNSP_CT_NO
INT_BUKRSInternal Company Code OIUVL_INT_BUKRSCHAR4Assigned to domainBUKRS
INT_VNAMEInternal venture name OIUVL_INT_VNAMECHAR6OIUVL_INT_VNAME
INT_DOI_NOInternal division of interest number OIUVL_INT_DOI_NOCHAR5OIUVL_INT_DOI_NO
EXT_BUKRSExternal Company Code OIUVL_EXT_BUKRSCHAR4Assigned to domainBUKRS
EXT_VNAMEExternal venture name OIUVL_EXT_VNAMECHAR6OIUVL_EXT_VNAME
EXT_DOI_NOExternal division of interest number OIUVL_EXT_DOI_NOCHAR5OIUVL_EXT_DOI_NO
RSLT_TAXTYPESeverance Tax Type OIU_SEVT_TAX_TYCHAR2Assigned to domainOIU_SEVT_TAX_TYOIU_SEVT_TAX_TY
MKT_COST_CHG_LVLMarketing Cost Change Level for VCR Reprocessing OIU_MKT_COST_CHG_LVLCHAR1OIU_MKT_COST_CHG_LVL
TAX_CLSTax Class OIU_TAX_CLSCHAR4Assigned to domainOIU_TAX_CLSOIU_TAX_CLS

Key field Non-key field



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

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

How to access SAP table ROIU_VL_RESULT

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