ROIJ_VEH_PERF_IO SAP (Vehicle Performance Table: I/O) Structure details

Dictionary Type: Structure
Description: Vehicle Performance Table: I/O




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




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

ROIJ_VEH_PERF_IO 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 "Vehicle Performance Table: I/O" 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_ROIJ_VEH_PERF_IO TYPE ROIJ_VEH_PERF_IO.

The ROIJ_VEH_PERF_IO table consists of various fields, each holding specific information or linking keys about Vehicle Performance Table: I/O data available in SAP. These include CLIENT (Client), VEH_ID (TD Vehicle Number), PEG_ID (Pegging identifier), SS_DATETIME (DateTime on which meeasurement comparison took place).. 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 ROIJ_VEH_PERF_IO 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
CLIENTClient MANDTCLNT3T000MANDT
VEH_IDTD Vehicle Number OIG_VHLNMRCHAR10OIGVALPHAOIG_VHLNMROIV
PEG_IDPegging identifier OIJ_PEGIDCHAR20OIJ_PEGALPHAOIJ_PEGID
SS_DATETIMEDateTime on which meeasurement comparison took place OIJ_SS_DATETIMEDEC15TZNTSTMPS
LOCIDLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
ANCAverage Normal Check OIJ_ANCDEC5(2) OIJ_INIT_ANC
COMP_RATIOComparison Ratio OIJ_COMP_RATIODEC6(2) OIJ_COMP_RATIO
CALC_TOL_USEDCalculation Tolerance OIJ_CALC_TOLDEC4(2) OIJ_CALC_TOL
TOLERANCETolerance OIJ_TOLDEC4(2) OIJ_CALC_TOL
SHP_QTYShip Quantity OIJ_SHP_QTYQUAN13(3) MENG13
SHR_QTYShore Quantity OIJ_SHR_QTYQUAN13(3) MENG13
SS_DIFF_VOLMeasurement Comparison Volume Difference OIJ_SS_DIFFQUAN13(3) MENG13
DIFF_VOL_UOMUoM for the Measurement Comparison Volume Difference OIJ_SS_DIFF_UOMUNIT3T006CUNITMEINS
ANC_CALC_METHODANC Calculation method OIJ_ANC_CALC_METHODCHAR1OIJ_ANC_CALC_METHOD
VOYAGE_COUNTERVoyage Counter OIJ_VOYAGE_COUNTERINT410OIJ_VOYAGE_COUNTER
BADI_IMPL_NAMEMeasurement Comparison's Badi Implementation Name OIJ_BADI_NAMECHAR20SXC_EXITEXITIMP
REL_STATUSVehicle Release Status of Measurement Comparison OIJ_REL_STATUSCHAR1OIJ_REL_STATUS
NOT_REL_INDMeasurement Comparison calc. isnot relevant for future OIJ_NRELCHAR1XFELD
PREVSHIPQTYShip measured load/discharge qty. in prev. location OIJ_PREVSHIPQTYQUAN13(3) MENGE
PREVQTYUOMLoaded/Discharged Material UOM OIJ_LDUOMUNIT3Assigned to domainCUNITMEINS
PREVSHOREQTYAt shore measured loaded/discharged qty. in prev. location OIJ_PREVSHRQTYQUAN13(3) MENGE
USEIN_FLAGUse in flag for ship/shore qty. values in calculations OIJ_USEINFLAGCHAR1OIJ_USEINFLAG
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZEITTime of creation OI0_ERTIMTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZEITTime of day the record was changed OI0_AETIMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
DATEDate on which Measurement comparison done OIJMC_DATEDATS8DATUM
TIMEMeasurement Comparison Time OIJMC_TIMETIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table ROIJ_VEH_PERF_IO

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