ROIJ_VEH_AVAIL SAP (Vehicle Availability Structure) Structure details

Dictionary Type: Structure
Description: Vehicle Availability Structure




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




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

ROIJ_VEH_AVAIL 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 Availability Structure" 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_AVAIL TYPE ROIJ_VEH_AVAIL.

The ROIJ_VEH_AVAIL table consists of various fields, each holding specific information or linking keys about Vehicle Availability Structure data available in SAP. These include PRNOMTK (Previous Nomination Technical Key), PRNOMNR (Previous Nomination Number), PRPOT_DEP_DATE (Potential Departure Date of the Previous Nom. Of TD-Vehicle), PRLOCID (Previous 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_VEH_AVAIL 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
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
PRNOMTKPrevious Nomination Technical Key OIJ_PRNMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
PRNOMNRPrevious Nomination Number OIJ_PRNMNRCHAR20OIJ_NOMNR
PRPOT_DEP_DATEPotential Departure Date of the Previous Nom. Of TD-Vehicle OIJ_PRPOT_DEP_DATEDATS8OIJ_POT_DEP_DATE
PRLOCIDPrevious Location ID OIJ_PRLOCIDCHAR10Assigned to domainOIJ_LOCID
POT_DEP_DATEPotential Departure Date of TD-Vehicle OIJ_POT_DEP_DATEDATS8OIJ_POT_DEP_DATE
CRNOMTKCurrent Nominations Technical Key OIJ_CRNMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
CRNOMNRCurrent Nomination Number OIJ_CRNMNRCHAR20OIJ_NOMNR
CRLOCIDCurrent Location ID OIJ_CRLOCIDCHAR10Assigned to domainOIJ_LOCID
CRLOC_ATTRCurrent Location Attribute OIJ_CRLOCATTRCHAR1OIJ_EL_LOATT
CRNMFRDTFrom Date of Current Nomination OIJ_CURR_NOM_FR_DTDATS8OIJ_CURR_NOM_FR_DT
CRNMFRTMFrom Time of Current Nomination OIJ_CRNM_FRTMTIMS6UZEIT
CRNMTODTTo Date of Current Nomination OIJ_CURR_NOM_TO_DTDATS8OIJ_CURR_NOM_TO_DT
CRNMTOTMTo Time of Current Nomination OIJ_CRNM_TOTMTIMS6UZEIT
NXLOCIDNext Location ID OIJ_NXLOCIDCHAR10Assigned to domainOIJ_LOCID
NXLOC_ATTRNext Location Attribute OIJ_NXLOCATTRCHAR1OIJ_EL_LOATT
NXARDTTD-Vehicle Arrival Date OIJ_ARR_DATEDATS8OIJ_ARR_DATE
NXNOMTKFuture Nomination Technical Key OIJ_NXNMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
NXNOMNRNext Nomination Number OIJ_NXNMNRCHAR20OIJ_NOMNR
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
SINGLE_VOYSingle voyage flag OIJ_EL_SVCHAR1XFELD
VEH_AVAIL_FR_DATEStart Date of Vehicle Availability OIJ_VEH_AVAIL_FR_DATEDATS8OIJ_VEH_AVAIL_FR_DATE
VEH_AVAIL_FR_TIMEFrom Time of Vehicle Availability OIJ_VEH_AVAIL_FR_TIMETIMS6UZEIT
VEH_AVAIL_TO_DATEEnd Date of Vehicle Availability OIJ_VEH_AVAIL_TO_DATEDATS8OIJ_VEH_AVAIL_TO_DATE
VEH_AVAIL_TO_TIMETo Time of Vehicle Availability OIJ_VEH_AVAIL_TO_TIMETIMS6UZEIT
VAL_FROMValidity period start date OIJ_EL_VALFDATS8DATUM
VAL_TOValidity period end date OIJ_EL_VALTDATS8DATUM
VEH_TYPETD vehicle type OIG_VHLTYPCHAR4Assigned to domainOIG_VHLTYPOIE
STFXNRTD-Vehicle Fax Number OIG_STFXNRCHAR30OIG_STFXNR
DECLDeclare flag: charterer or owner driven OIJ_EL_DECLCHAR1OIJ_EL_CHOW
DECL_QUDeclare flag: charterers or owners option OIJ_EL_DEQUCHAR1OIJ_EL_CHOW
TOL_MINCargo size tolerance - minimum OIJ_EL_TMINDEC3(1) PRZ21
TOL_MAXCargo size tolerance - maximum OIJ_EL_TMAXDEC3(1) PRZ21

Key field Non-key field



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

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

How to access SAP table ROIJ_VEH_AVAIL

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