ROIKSHP SAP (Shipment Workbench help structure) Structure details

Dictionary Type: Structure
Description: Shipment Workbench help structure




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




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

ROIKSHP 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 "Shipment Workbench help 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_ROIKSHP TYPE ROIKSHP.

The ROIKSHP table consists of various fields, each holding specific information or linking keys about Shipment Workbench help structure data available in SAP. These include SHNUMBER (TD shipment number), TRIP (Trip Number), OIG_SSTSF (TD Shipment Status (Functional)), VEHICLE (TD Vehicle 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 or numeric)


SAP ROIKSHP 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
SHNUMBERTD shipment number OIG_SHNUMCHAR10OIGSALPHAOIG_SHNUMOIS
TRIPTrip Number OIG_TRIPNUMC5OIG_TRIP
OIG_SSTSFTD Shipment Status (Functional) OIG_SSTSFCHAR1OIG_SSTSF
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10OIGVALPHAOIG_VHLNMROIV
VEH_TEXTTD vehicle header text OIG_VHLTXTCHAR40OIG_TEXT
COMPPL_INDITPI Compartement Planning Indicator OIK_COMPPL_INDICHAR1CHECKBOX
LOADPLANTLoading plant OIG_LDPLTCHAR4T001WWERKSWRK
SHIPTOShip-to party KUNWECHAR10KNA1ALPHAKUNNR
SHIPTONAMEName 1 NAME1_GPCHAR35NAME
DOC_TYPSD document category VBTYPCHAR1VBTYP
DLNUMBERTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
DLSEQTD document sequence field OIG_DELSEQCHAR4ALPHAOIG_DELSEQ
LOAD_INDITD shipment item load indicator OIG_LDINDCHAR1OIG_LDIND
DISCH_INDITD shipment item discharge indicator OIG_DCINDCHAR1OIG_DCIND
VGBELDocument number of the reference document VGBELCHAR10VBUKALPHAVBELN
STATUSTPI planning status OIK_PSTCHAR1OIK_PST
LEDLog state indicator for TAS/TPI purposes OIK_LEDCHAR80CHAR80
INDDisplay mode indicator for TAS/TPI purposes OIK_DMODECHAR80CHAR80
DLVOLUMEDocument quantity OIK_QUANTQUAN13(3) MENG13
DLUOMShipment unit of measure OIG_SHUOMUNIT3T006CUNITMEINS
NDRIVETIMETPI: Non-driving time OIK_NDTIMETIMS6TIME
DRIVETIMETPI: Driving time OIK_DTIMETIMS6TIME
DISTANCEDistance OIK_DISTDEC5DEC5
DISTUOMUnit of measure for distance MEDSTUNIT3T006CUNITMEINS
ETAEstimated Time of Arrival at return plant OIK_ETATIMS6TIME
EDAEstimated date of arrival at return plant OIK_EDADATS8DATUM
CHECK_STATUSCheck status OIK_STATUSCHAR1OIK_STATUS
STATUS_ICONCheck status OIK_STAT_ICONCHAR80CHAR80
RADIO_DELTD Delivery (doc.type) radio button OIG_RBDELCHAR1OIG_RBDEL
RADIO_RESTD radio button reservation (doc.type) OIG_RBRESCHAR1OIG_RBRES
RADIO_SNTD radio button: shipping notification(doc.type) OIG_RBSNCHAR1OIG_RBSN
SHIFTTD driver shift OIG_SHIFTCHAR1TOIGHOIG_SHIFT
DRIVERCODETD driver number OIG_DRVNMRCHAR10Assigned to domainALPHAOIG_DRVNMRDNO
SHTYPETD shipment type OIG_TDSTYPCHAR4Assigned to domainOIG_TDSTYPOIC
START_TIMEStart time OIG_STTIMETIMS6UZEIT
SH_LENGTHOverall Shift length OIK_SHLENTIMS6TIME
CHG_REASONOIL-TPI: Change reason code OIG_CHREASCHAR2TOIGS4OIG_REASC
LOADDATEPlanned date for start of shipment OIG_SHSTDTDATS8DATUM
VEH_SCRELFreight cost relevant vehicle OIG_VHSCRELCHAR10OIGVALPHAOIG_VHLNMR
UPD_FLAGTransaction type TRTYPCHAR1TRTYP
LD_IND_UPDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CURR_ETAEstimated Time of Arrival at return plant OIK_ETATIMS6TIME
UPD_ETA 0

Key field Non-key field



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

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

How to access SAP table ROIKSHP

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