ROIU_RV_RUNTKT SAP (VL run ticket) Structure details

Dictionary Type: Structure
Description: VL run ticket




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




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

ROIU_RV_RUNTKT 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 "VL run ticket" 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_RUNTKT TYPE ROIU_RV_RUNTKT.

The ROIU_RV_RUNTKT table consists of various fields, each holding specific information or linking keys about VL run ticket data available in SAP. These include POS_NO (Position Number for), RUN_TKT_NO (Run Ticket Number), 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_RV_RUNTKT 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
POS_NOPosition Number for OIU_POS_NONUMC3NUMC3
RUN_TKT_NORun Ticket Number OIU_RUN_TKT_NOCHAR7CHAR7
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
STD_VOLStandard volume OIU_STD_VOLQUAN13(3) MENGE
ENTL_GR_VLEntitled Gross Volume Amount OIU_ENTL_GR_VL_AMQUAN13(3) MENGE
STD_VOL_UStandard volume unit OIU_STD_VOL_UUNIT3Assigned to domainCUNITMEINS
BASE_DENSITYStandard Density OIU_STD_DENSITYQUAN13(3) MENGE
BASE_DENSITY_UStandard Density UoM OIU_STD_DENSITY_UUNIT3Assigned to domainCUNITMEINS
PRICE_PER_UNITTransporter unit value OIUVL_PRICE_PER_UNITCURR15(2) WERT8
PRICE_PER_UNIT_CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
ACTL_GR_VAL_AMActual Gross Value Amount OIU_ACTL_GR_VAL_AMCURR13(2) WERT7
ENTL_GR_VAL_AMEntitled Gross Value Amount OIU_ENTL_GR_VAL_AMCURR13(2) WERT7
ACTL_GR_VAL_CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
DNTYPDensity Type OIB_DNTYPCHAR1OIB_DNTYP

Key field Non-key field



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

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

How to access SAP table ROIU_RV_RUNTKT

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