ROIU_DLYAV_INFO SAP (Structure for Daily Availability) Structure details

Dictionary Type: Structure
Description: Structure for Daily Availability




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




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

ROIU_DLYAV_INFO 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 "Structure for Daily Availability" 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_DLYAV_INFO TYPE ROIU_DLYAV_INFO.

The ROIU_DLYAV_INFO table consists of various fields, each holding specific information or linking keys about Structure for Daily Availability data available in SAP. These include NEW_VOLUME_U (Standard Daily Volume Unit), STD_EST_VL_U (Standard Estimated Volume Unit), EFF_FROM_DT (Effective from date), EFF_TO_DT (Effective To Date).. 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_DLYAV_INFO 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
NEW_VOLUMENew Volume OIU_NEW_VOLUMEQUAN13(3) MENGE
NEW_VOLUME_UStandard Daily Volume Unit OIU_STD_DAILY_VOL_UUNIT3Assigned to domainCUNITMEINS
STD_EST_VL_UStandard Estimated Volume Unit OIU_STD_EST_VL_UUNIT3Assigned to domainCUNITMEINS
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
TEMPERATURETemperature OIU_TEMPQUAN13(3) MENGE
TEMP_UUnit of Temperature OIU_TEMP_UUNIT3Assigned to domainCUNITMEINS
OB_PS_BASEPressure Base OIU_PS_BASEQUAN13(3) MENGE
OB_PS_BASE_UPressure Base Unit OIU_PS_BASE_UUNIT3Assigned to domainCUNITMEINS
STD_DAILY_VOLStandard Daily Volume OIU_STD_DAILY_VOLQUAN13(3) MENGE
STD_DAILY_VOL_UStandard Daily Volume Unit OIU_STD_DAILY_VOL_UUNIT3Assigned to domainCUNITMEINS
AFS_DAYDay OIU_DAYINT25INT2_NOS
AVAIL_POINT_AFSAvailability Point AFS OIU_AVAIL_POINT_AFSQUAN13(3) MENGE

Key field Non-key field



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

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

How to access SAP table ROIU_DLYAV_INFO

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