OIJ_VEH_PERF SAP (Marine Scheduling - Table to Store vehicle Performanace) Table details

Dictionary Type: Table
Description: Marine Scheduling - Table to Store vehicle Performanace




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




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

OIJ_VEH_PERF is a standard SAP Table which is used to store Marine Scheduling - Table to Store vehicle Performanace data and is available within R/3 SAP systems depending on the version and release level.

The OIJ_VEH_PERF table consists of various fields, each holding specific information or linking keys about Marine Scheduling - Table to Store vehicle Performanace data available in SAP. These include VEH_ID (TD Vehicle Number), PEG_ID (Pegging identifier), SS_DATETIME (DateTime on which meeasurement comparison took place), LOCID (Location ID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIJ_VEH_PERF table 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

Key field Non-key field



How do I retrieve data from SAP table OIJ_VEH_PERF using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIJ_VEH_PERF to SELECT all data from the table
DATA: WA_OIJ_VEH_PERF TYPE OIJ_VEH_PERF.

SELECT SINGLE *
FROM OIJ_VEH_PERF
INTO CORRESPONDING FIELDS OF WA_OIJ_VEH_PERF
WHERE...

How to access SAP table OIJ_VEH_PERF

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