ROIKVD SAP (TPI: Transfer structure - Scheduling/Transportation screen) Structure details

Dictionary Type: Structure
Description: TPI: Transfer structure - Scheduling/Transportation screen




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




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

ROIKVD 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 "TPI: Transfer structure - Scheduling/Transportation screen" 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_ROIKVD TYPE ROIKVD.

The ROIKVD table consists of various fields, each holding specific information or linking keys about TPI: Transfer structure - Scheduling/Transportation screen data available in SAP. These include CLIENT (Client), LOADDATE (Planned date for start of shipment), SHIFT (TD driver shift), DRIVERCODE (TD driver number).. 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)


SAP ROIKVD 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
LOADDATEPlanned date for start of shipment OIG_SHSTDTDATS8DATUM
SHIFTTD driver shift OIG_SHIFTCHAR1TOIGHOIG_SHIFT
DRIVERCODETD driver number OIG_DRVNMRCHAR10OIGDALPHAOIG_DRVNMRDNO
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10OIGVALPHAOIG_VHLNMROIV
TPLSTTransportation planning point TPLSTCHAR4TTDSTPLSTTDP
SH_LENGTHOverall Shift length OIK_SHLENTIMS6TIME
START_TIMEStart time OIG_STTIMETIMS6UZEIT
WORK_TIMEMaximum work time OIK_WORKTITIMS6TIME
SHIFT_DATEShift date OIK_SHDATDATS8DATUM
DRIVERHOURMaximum drive time OIK_DRHOURTIMS6TIME
SCHED_STAGETPI/TD: Process Shipment Scheduling stage OIK_SCHED_STAGECHAR1CHAR1_X
LOAD_STAGETPI/TD: Process Shipment Loading stage OIK_LOAD_STAGECHAR1CHAR1_X
DELIV_STAGETPI/TD: Process Delivery Confirmation stage OIK_DELIV_STAGECHAR1CHAR1_X
RETPLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PLANT_TXTName NAME1CHAR30TEXT30
ETA_RETURNEstimated Time of Arrival at return plant OIK_ETATIMS6TIME
SHIFT_TXTShift description OIG_SHIFTTCHAR40OIG_TEXT
VEH_TEXTTD vehicle header text OIG_VHLTXTCHAR40OIG_TEXT
DRV_NAMEDriver's last name OIG_DRNAM2CHAR20OIG_DRNAME
TPLST_TXTDescription BEZEI20CHAR20TEXT20
UPDATEFLAGChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
NUDRIVERNot-Unique Driver OIK_NUDRIVERCHAR1CHAR1
NUSHIFTNot-Unique Shift OIK_NUSHIFTCHAR1CHAR1
NULOADDATENot-unique Load date OIK_NULOADDATECHAR1X

Key field Non-key field



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

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

How to access SAP table ROIKVD

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