OIJ_TKT_TMST_PR SAP (Ticket Timestamp Transfer Control Table) Table details

Dictionary Type: Table
Description: Ticket Timestamp Transfer Control Table




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




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

OIJ_TKT_TMST_PR is a standard SAP Table which is used to store Ticket Timestamp Transfer Control Table data and is available within R/3 SAP systems depending on the version and release level.

The OIJ_TKT_TMST_PR table consists of various fields, each holding specific information or linking keys about Ticket Timestamp Transfer Control Table data available in SAP. These include TICKET_ITEM (OIL-TSW: Ticket item number), TICKET_VERSION (OIL-TSW: Ticket version), TICKET_PURPOSE (OIL-TSW: Ticket Purpose), EVENT_NR (TD - event 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP OIJ_TKT_TMST_PR table 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
TICKET_KEYOIL-TSW: Ticket key OIJ_EL_TKT_KEYCHAR20ALPHAOIJ_EL_TKT_KEY
TICKET_ITEMOIL-TSW: Ticket item number OIJ_EL_TKT_POSNRNUMC6OIJ_EL_TKT_POSNR
TICKET_VERSIONOIL-TSW: Ticket version OIJ_EL_TKT_VERSIONNUMC3OIJ_EL_TKT_VERSIONOIJ_TKT_VERS
TICKET_PURPOSEOIL-TSW: Ticket Purpose OIJ_EL_TKT_PURPOSECHAR1OIJ_EL_TKT_PURPOSEOIJ_TKT_PURP
EVENT_NRTD - event number OIG_EVNRNUMC4OIG_EVNR
O_ITMSTMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
O_ITMSTM_NUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
C_ITMSTMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
C_ITMSTM_NUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
O_ETMSTMTank dip time stamp OIB_TMSTMNUMC14OII_TIMEST
O_ETMSTM_NTank dip time stamp OIB_TMSTMNUMC14OII_TIMEST
C_ETMSTMTank dip time stamp OIB_TMSTMNUMC14OII_TIMEST
C_ETMSTM_NTank dip time stamp OIB_TMSTMNUMC14OII_TIMEST
TIME_ST_LOAD_STATime at which data was created (date and time) TMSTMPCHAR14CHAR14
TIME_ST_LOAD_SNTime at which data was created (date and time) TMSTMPCHAR14CHAR14
TIME_ST_LOAD_ENDTime at which data was created (date and time) TMSTMPCHAR14CHAR14
TIME_ST_LOAD_ENTime at which data was created (date and time) TMSTMPCHAR14CHAR14
TIME_ST_LED_OTTime at which data was created (date and time) TMSTMPCHAR14CHAR14
TIME_ST_LED_OT_NTime at which data was created (date and time) TMSTMPCHAR14CHAR14
ACTUALSTARTFROMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ACTUALSTARTFROMNUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ACTUALSTARTTOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ACTUALSTARTTONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ACTUALENDFROMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ACTUALENDFROMNUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ACTUALENDTOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ACTUALENDTONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATIONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATION_NUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
MODIFICATIONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
MODIFICATION_NUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table OIJ_TKT_TMST_PR using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIJ_TKT_TMST_PR to SELECT all data from the table
DATA: WA_OIJ_TKT_TMST_PR TYPE OIJ_TKT_TMST_PR.

SELECT SINGLE *
FROM OIJ_TKT_TMST_PR
INTO CORRESPONDING FIELDS OF WA_OIJ_TKT_TMST_PR
WHERE...

How to access SAP table OIJ_TKT_TMST_PR

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