OIUVL_OILTKT_HST SAP (Oil Ticket Current) Table details

Dictionary Type: Table
Description: Oil Ticket Current




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




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

OIUVL_OILTKT_HST is a standard SAP Table which is used to store Oil Ticket Current data and is available within R/3 SAP systems depending on the version and release level.

The OIUVL_OILTKT_HST table consists of various fields, each holding specific information or linking keys about Oil Ticket Current data available in SAP. These include OILSTMTH_NO (Header System Number), RUN_TKT_NO (Run Ticket Number), SALE_DT (Sales Date / Month), ORIG_MP_NO (Original measurement point 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIUVL_OILTKT_HST 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
MANDTClient MANDTCLNT3T000MANDT
OILSTMTH_NOHeader System Number OIUVL_HEADER_SYS_NONUMC20OIUVL_SYS_NO
RUN_TKT_NORun Ticket Number OIU_RUN_TKT_NOCHAR7CHAR7
SALE_DTSales Date / Month OIU_SALE_DTDATS8DATUM
ORIG_MP_NOOriginal measurement point number OIU_ORIG_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_ORIG_MP_NO
MATNRMaterial Number MATNRCHAR18OIU_CM_MAT_PRCDMATN1MATNRMATS_MAT1
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
DENSITYDensity OIUVL_DENSITYQUAN13(3) MENGE
DENSITY_UDensity / Gravity Quantity Unit OIU_DENSITY_UUNIT3T006CUNITMEINS
VL_TYPEVolume type code OIU_VT_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CDOIU_VTCD
VL_CLS_CDVolume class code OIU_VC_CDCHAR1OIU_VC_CDOIU_VCCD
TRNSP_NOTransporter number OIU_TRNSP_NOCHAR10KNA1ALPHAKUNNROIU_TRNSP_NO
TRNSP_REF_NOTransporter Reference Number OIU_TRNSP_REF_NOCHAR25OIU_TEXT25OIU_TRNSP_R
VOLUME_AMTVolume (Sales Volume) OIU_VOLQUAN13(3) MENGE
VOLUME_UNITVolume Unit OIU_VOL_UUNIT3T006CUNITMEINSOUMV
VALUE_AMTValue after gravity adjustment OIU_VALUECURR15(2) WERT8
VALUE_CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
PC_AMTTransporter unit value OIUVL_PRICE_PER_UNITCURR15(2) WERT8
PC_CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
PC_CT_NOPC Contract Number OIU_PC_CT_NOCHAR10OIUCM_CONTRACTALPHAOIUCM_CONTRACT_NUMBER
PC_WLPC Well ID Number OIU_PC_WL_NOCHAR15OIU_PR_WELLALPHAOIU_WL_NO
PC_WCPC Well Completion Number OIU_PC_WC_NOCHAR5OIU_PR_WCALPHAOIU_WC_NO
PC_MPPC Measurement point number OIU_PC_MP_NOCHAR20OIU_PR_MPALPHAOIU_MP_NO
KALSMSales and Distribution: Pricing Procedure in Pricing KALSMASDCHAR6T683KALSM
PC_CONDITIONCondition type KSCHACHAR4T685KSCHLVKS
RVSL_ONLY_FLReversal Only Flag OIUVL_RVSL_ONLY_FLCHAR1OIU_FLAG
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUVL_OILTKT_HST
INTO CORRESPONDING FIELDS OF WA_OIUVL_OILTKT_HST
WHERE...

How to access SAP table OIUVL_OILTKT_HST

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