OIG_E SAP (TD Event) Structure details

Dictionary Type: Structure
Description: TD Event




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




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

OIG_E 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 Event" 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_E TYPE OIG_E.

The OIG_E table consists of various fields, each holding specific information or linking keys about TD Event data available in SAP. These include DOC_NUMBER (TD Assigned document number), SHITEM (Shipment item), STATUS (TD Event status), PSTDTF (TD Event: Planned Start Date - From).. 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_E 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
EV_SEQTD - event sequence number OIG_EVSEQCHAR4ALPHAOIG_EVSEQ
DOC_NUMBERTD Assigned document number OIG_ASGDOCCHAR10ALPHAOIG_ASGDOC
SHITEMShipment item OIG_SHITMNUMC4Assigned to domainOIG_SHITM
STATUSTD Event status OIG_EVSTATCHAR1OIG_EVSTAT
PSTDTFTD Event: Planned Start Date - From OIG_PSTDTFDATS8DATUM
PSTTMFTD Event: Planned Start Time - From OIG_PSTTMFTIMS6UZEIT
PSTDTTTD Event: Planned Start Date - To OIG_PSTDTTDATS8DATUM
PSTTMTTD Event: Planned Start Time - To OIG_PSTTMTTIMS6UZEIT
PEDDTFTD Event: Planned End Date - From OIG_PEDDTFDATS8DATUM
PEDTMFTD Event: Planned End Time - From OIG_PEDTMFTIMS6UZEIT
PEDDTTTD Event: Planned End Date - To OIG_PEDDTTDATS8DATUM
PEDTMTTD - event planned - 'end time to' OIG_PEDTMTTIMS6UZEIT
CRE_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CRE_DATEDate on Which Record Was Created ERDATDATS8DATUM
CRE_TIMEEntry time ERZETTIMS6UZEIT
CHA_NAMEName of Person Who Changed Object AENAMCHAR12USNAM
CHA_DATEChanged On AEDATDATS8DATUM
CHA_TIMETime last change was made AEZETTIMS6UZEIT
ASTDTFTD - Actual Start Date of Event (From) OIG_ASTDTFDATS8DATUM
ASTTMFTD - Actual Start Time of Event (From) OIG_ASTTMFTIMS6UZEIT
ASTDTTTD - Actual Start Date of Event (To) OIG_ASTDTTDATS8DATUM
ASTTMTTD - Actual Start Time of Event (To) OIG_ASTTMTTIMS6UZEIT
AEDDTFTD Event actual end date from OIG_AEDDTFDATS8DATUM
AEDTMFTD Event actual end time from OIG_AEDTMFTIMS6UZEIT
AEDDTTTD Event actual end date to OIG_AEDDTTDATS8DATUM
AEDTMTTD Event actual end time to OIG_AEDTMTTIMS6UZEIT
DEFAULTEDField selection OIG_FIELDSCHAR1OIG_FIELDS
VEH_NRVehicle Sequence Number in Shipment OIG_VEHNRNUMC3Assigned to domainOIG_VEHNR
TSRFOStage of transport sequence TSRFONUMC4TSRFO

Key field Non-key field



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

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

How to access SAP table OIG_E

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