OIG_S0 SAP (TD Shipment Type) Structure details

Dictionary Type: Structure
Description: TD Shipment Type




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




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

OIG_S0 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 Shipment Type" 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_OIG_S0 TYPE OIG_S0.

The OIG_S0 table consists of various fields, each holding specific information or linking keys about TD Shipment Type data available in SAP. These include VMRQT (Vehicle meter required indicator), CPLID (Compartment load indicator), CHKCMP_P_C (Check compatibility at scheduling for product/compartment), CHKCMP_V_C (Check compatibility at scheduling for vehicle/customer).. 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 OIG_S0 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
VEH_MODETD vehicle mode of transport OIG_VMOTCHAR1OIG_VMOT
VMRQTVehicle meter required indicator OIG_VMRQTCHAR1CHAR1_X
CPLIDCompartment load indicator OIG_CPLIDCHAR1OIG_CPLID
CHKCMP_P_CCheck compatibility at scheduling for product/compartment OIG_CMP_PCNUMC1OIG_CMPTY
CHKCMP_V_CCheck compatibility at scheduling for vehicle/customer OIG_CMP_VCNUMC1OIG_CMPTY
PART_DCTD partial delivery confirmation allowance OIG_PRTDCCHAR1X
UOMIDUnit of measure identification OIG_UOMIDCHAR1OIG_UOMID
CFBLLConfirm balance load of deliveries OIG_CFBLLCHAR1OIG_CFBLL
INPGPIntransit posting group OIG_INPGPCHAR2TOIGS2OIG_INPGP
WGT_UOMTD weight unit of measure OIG_WGTUOMUNIT3T006CUNITMEINS
VOL_UOMTD volume unit of measure OIG_VOLUOMUNIT3T006CUNITMEINS
NR_DECVNumber of decimal places for shipment quantities OIG_NRDECNUMC2OIG_NRDEC
NR_DECWNumber of decimal places for shipment quantities OIG_NRDECNUMC2OIG_NRDEC
VOLA_UOMTD volume unit of measure (ambient) OIG_VOLAUNIT3T006CUNITMEINS
VOLC_UOMTD volume unit of measure, corrected (temperature) OIG_VOLCUNIT3T006CUNITMEINS
OVLD_WRNGTD check overloading at loading - (only warning) OIG_CHKOWECHAR1CHAR1_X
OIG_DLNMCKSequence number check for TD document OIG_DLNMCKCHAR1OIG_DLNMCK
SCHUNDTD-S Underdelivery tolerance message level OIG_SCHUNDCHAR1OIG_TOL
SCHOVRTD-S Overdelivery tolerance message level OIG_SCHOVRCHAR1OIG_TOL
LOAUNDTD-L under-delivery tolerance message level OIG_LOAUNDCHAR1OIG_TOL
LOAOVRTD-L Over-delivery tolerance message level OIG_LOAOVRCHAR1OIG_TOL
DELUNDTD-D Under-delivery tolerance message level OIG_DELUNDCHAR1OIG_TOL
DELOVRTD-D over-delivery tolerance message level OIG_DELOVRCHAR1OIG_TOL
EV_SEQ_UNITD Event sequence number (unique) OIG_EVSEQUCHAR1OIG_DLNMCK
EV_GROUPTD - event default group OIG_EVGRPCHAR4TOIGEGOIG_EVGRP
SHFT_MNTTD - shift mandatory OIG_SHFTMTCHAR1CHAR1_X
CHK_OVLTD check overloading OIG_CHKOVLCHAR1CHAR1_X
VCLOSEVehicle close flag; set confirmation to complete (status=6) OIG_VCLOSECHAR1CHAR1_X
VBALNCTD vehicle balance check against tolerance table (TOIGS5) OIG_VBALNCCHAR1CHAR1_X
GLPSTTD gain/loss postings at vehicle close OIG_GLPSTCHAR1CHAR1_X
EXCH_SCHAutomatically access user exit for exchange assignment OIG_EXCHCHAR1CHAR1_X
FFTYPFulfillment indicator for exchange assignments OIA_FFTYPCHAR1OIA_FFTYP
EXGASSPurchase assignment user exit OIA_EXGASSNUMC3Assigned to domainGRPNO
BWARTMovement Type (Inventory Management) BWARTWECHAR3T156BWARTBWE
VSARTShipping type VSARTTRCHAR2T173VERSART
EXCH_LOADAutomatically access user exit for exchange assignment OIG_EXCHCHAR1CHAR1_X
EXCH_CHECKCheck exchange assignments at scheduling OIG_EXCHCHCHAR1CHAR1_X
AUSTGASGNTD-F auto assignment of stages to document items OIG_ASTGASCHAR1CHAR1_X
FKARTShipment cost type FKART_TCHAR4Assigned to domainFKART_TFRK
FRKRLProposal freight costs relevance, Shipment header FRKRL_KOPCHAR1FRKRL
FRKRL_STRProposal freight costs relevance, shipment leg FRKRL_STRCHAR1FRKRL
FRKRL_UMPProposal for shipment costs relevance - Load transfer point FRKRL_UMPCHAR1FRKRL
FRKRL_GRPProposal for freight costs relevance, Border cross.pt FRKRL_GRPCHAR1FRKRL
FRKRL_VEHTD - shipment cost relevance for vehicles OIG_FRKRLVCHAR1FRKRL
SCLDTYPETD-F -Shipment costing based on loaded or disch. quantitites OIG_STYPECHAR1OIG_STYPE
CPL_CUSFNTTD compartment planning - customer function OIG_CPCUSFCHAR1CHAR1_X
NEW_COMPAdopt compartment allocation when the vehicle is changed OIG_NCOMPCHAR1X
CHGDOCSIS-OIL TD Write Change Documents for TD shipments OIG_CHGDOCSCHAR1X
PROLIDangerous Goods Management Profile in SD Documents ADGE_PROLICHAR3Assigned to domainADGD_PROLITDGC5_PROLI_01
DGTLOCKBlock Indicator for Dangerous Goods ADGE_TLOCKCHAR1X
DGMDDATSelection date dangerous goods master data ADGE_MDDATDATS8DATUM
CONT_DGIndicator: Document contains dangerous goods ADGE_NCDGCHAR1X
C_SHTYPShipment type SHTYPCHAR4TVTKSHTYPTSH

Key field Non-key field



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

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

How to access SAP table OIG_S0

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