ROIGV_MS SAP (TD Vehicle, Marine Scheduling Attributes) Structure details

Dictionary Type: Structure
Description: TD Vehicle, Marine Scheduling Attributes




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




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

ROIGV_MS 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 "TD Vehicle, Marine Scheduling Attributes" 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_ROIGV_MS TYPE ROIGV_MS.

The ROIGV_MS table consists of various fields, each holding specific information or linking keys about TD Vehicle, Marine Scheduling Attributes data available in SAP. These include CLF_EFDT (Vehicle Classification Effective Date), REG_CNTRY (Vehicle Registered Country), REG_DATE (TD-Vehicle Registered Date), OWNER (TD-Vehicle Owner).. 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 ROIGV_MS 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
NAME_EFF_DATEName Effective Date OIG_NMEFFDTDATS8Assigned to domainOIG_NMEFFDT
CLF_EFDTVehicle Classification Effective Date OIG_CLFEFFDTDATS8Assigned to domainOIG_CLFEFFDT
REG_CNTRYVehicle Registered Country OIG_REG_CNTRCHAR3T005LAND1
REG_DATETD-Vehicle Registered Date OIG_REGDTDATS8Assigned to domainOIG_REGDT
OWNERTD-Vehicle Owner OIG_VEH_OWNERCHAR20OIG_VEH_OWNER
REG_OWNERTD-Vehicle Registered Owner OIG_VEH_REG_OWNCHAR20OIG_VEH_REG_OWN
GRP_IDTD-Vehicle Berth Compatibility Group ID OIG_BR_CP_GRP_IDCHAR10TOI0_CP_GRPOI0_CP_GRP_IDOIJ_CP_VEH_GRP_ID
OWN_FLAGTD-Vehicle Own Flag OIG_VOWNFLCHAR1OIG_VOWNFL
BALLCAPTD-Vehicle Ballast Capacity OIG_BALLCAPQUAN13(3) OIG_BALLCAP
FL_BNK_CAPATD-Vehicle Fuel Bunker Capacity OIG_FL_BNK_CAPAQUAN13(3) OIG_FL_BNK_CAPA
DSL_BNK_CAPATD-Vehicle Diesel Bunker Capacity OIG_DSL_BNK_CAPAQUAN13(3) OIG_DSL_BNK_CAPA
CAP_UOMUoM of TD-Vehicle Bunker Capacity OIG_CAP_UOMUNIT3T006CUNITMEINS
WT_UOMUoM of TD-Vehicle(For Draft) OIG_WT_UOMUNIT3T006CUNITMEINS
CLASS_GRPTD-Vehicle Classification Group OIG_CL_GRPCHAR10TOIGVCLGROIG_CL_GRP
VHCLSIGNTD-Vehicle Call Sign OIG_VHCLSIGNCHAR10OIG_VHCLSIGN
STCMNRTD-Vehicle Telex Number OIG_STCMNRCHAR30OIG_STCMNR
SRFXNRTD-Vehicle Fax Number OIG_STFXNRCHAR30OIG_STFXNR
DRAFTMaximum Vehicle Draft OIG_VEH_DRAFTQUAN13(3) OIG_VEH_DRAFT

Key field Non-key field



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

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

How to access SAP table ROIGV_MS

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