ROIJ_VEHAVAIL_STATUS SAP (Vehicle available status) Structure details

Dictionary Type: Structure
Description: Vehicle available status




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




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

ROIJ_VEHAVAIL_STATUS 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 available status" 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_VEHAVAIL_STATUS TYPE ROIJ_VEHAVAIL_STATUS.

The ROIJ_VEHAVAIL_STATUS table consists of various fields, each holding specific information or linking keys about Vehicle available status data available in SAP. These include PRNOMTK (Previous Nomination Technical Key), NOMTK (Nomination (technical) Key), PRLOCID (Previous Location ID), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIJ_VEHAVAIL_STATUS 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
NMVEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
PRNOMTKPrevious Nomination Technical Key OIJ_PRNMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
PRLOCIDPrevious Location ID OIJ_PRLOCIDCHAR10Assigned to domainOIJ_LOCID
LOCIDLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
PRSCHDATEPrevious Scheduled Date OIJ_PRSCHDATEDATS8DATUM
ROUTERoute ROUTECHAR6Assigned to domainROUTE
DURATIONTotal duration in calendar days GESZTDDEC11TSTRGTSTRDURAG
EXP_ARR_DATEVehicle Expected Arrival Date OIJ_EXP_ARR_DATEDATS8DATUM
RC_CODEVehicle availability reason code OIJ_VHAVL_RCCODECHAR2OIJ_VHAVL_RCCODE
TYPEMaster Data Event Type OI0_EVTYPECHAR4OI0_EVTYPEOI0_EVTYPOI0_EVTYPE
FR_DATEEvent Start Date OIJ_EVST_DATEDATS8DATUM
TO_DATEEvent End Date OIJ_EVED_DATEDATS8DATUM
VBELNFreight contract number OIJ_EL_CPNOCHAR10Assigned to domainALPHAVBELN
VBTYPTSW Details document type OIJ_EL_VBTYPCHAR1OIJ_EL_VBTYP
POSNRContract item number OIJ_EL_POSNRNUMC6Assigned to domainPOSNR
VEH_MAXVOLTD vehicle maximum volume OIG_VEHMVLFLTP16(16) OIB_ADQNT
VOL_UOMTD volume unit of measure OIG_VOLUOMUNIT3Assigned to domainCUNITMEINS
AVAIL_CAPACITYTD-Vehicle's Available Capacity OIJ_AVAL_CAPQUAN13(3) MENGE
REMCAPRemaining Capacity in Quantity OIJ_REMCAP_QUANQUAN13(3) MENG13
REMCAP_UOMGeneral unit of measure OIJ_UNITUNIT3Assigned to domainCUNITMEINS
REMCAP_PERCRemaining capacity in percentage OIJ_REMCAP_PERCDEC4(1) DEC3_1
AVAIL_PEROIL-TSW: Rolling period OIJ_PERIODNUMC3ANZTA
MIN_AVAIL_PEROIL-TSW: Rolling period OIJ_PERIODNUMC3ANZTA
MSG_TYPEMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
MSG_CLASSApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MSG_NBRMessage number MSGNRCHAR3Assigned to domainMSGNR
MSG_ARG1Message Variable OI0_CP_ARGCHAR50OI0_CP_ARG
MSG_ARG2Message Variable OI0_CP_ARGCHAR50OI0_CP_ARG
MSG_ARG3Message Variable OI0_CP_ARGCHAR50OI0_CP_ARG
MSG_ARG4Message Variable OI0_CP_ARGCHAR50OI0_CP_ARG

Key field Non-key field



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

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

How to access SAP table ROIJ_VEHAVAIL_STATUS

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