OIUX7_WY_GVOL SAP (Tax 2.0 - WYGP Volume) Table details

Dictionary Type: Table
Description: Tax 2.0 - WYGP Volume




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




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

OIUX7_WY_GVOL is a standard SAP Table which is used to store Tax 2.0 - WYGP Volume data and is available within R/3 SAP systems depending on the version and release level.

The OIUX7_WY_GVOL table consists of various fields, each holding specific information or linking keys about Tax 2.0 - WYGP Volume data available in SAP. These include RUN_ID (Run ID of Tax Report), SALES_DT (Sales Date / Month), DN_NO (Delivery network number), WL_NO (Well ID 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: Can be enhanced (character-type or numeric)


SAP OIUX7_WY_GVOL 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
RUN_IDRun ID of Tax Report OIUX3_RUN_IDNUMC10NUMC10
SALES_DTSales Date / Month OIU_SALE_DTDATS8DATUM
DN_NODelivery network number OIU_DN_NOCHAR20OIU_PR_DNALPHAOIU_DN_NOOIU_DNH_OIU_PR_DN
WL_NOWell ID number OIU_WL_NOCHAR15OIU_PR_WELLALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
WC_NOWell Completion Number OIU_WC_NOCHAR5OIU_PR_WCALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
PDCDFull three char. product code (Major and Detail Products) OIU_FULL_PD_CDCHAR3OIUX3_PDCDOIU_FULL_PD_CD
VL_TYPE_CDVolume type code OIU_VT_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CDOIU_VTCD
UOMMeasurement unit OIU_MEAS_UUNIT3T006CUNITMEINS
GROSS_VOLGross Volume OIUX3_GROSS_VOLUMEDEC11(2) OIUX3_SIGNED_DEC_11_2
VOL_TYPETax 2.0 - WYGP Volume Type OIUX7_VOLUME_TYPECHAR1OIUX7_VOLUME_TYPE
RPT_GRP_NOTax 2.0 - Wyoming Report Group Number OIUX6_WY_REPORT_GROUP_NUMBERCHAR5OIUX6_WY_REPORT_GROUP_NUMBER
PROD_YEARTax 2.0 - Production Year OIUX7_PRODUCTION_YEARNUMC4
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 OIUX7_WY_GVOL using ABAP code

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

SELECT SINGLE *
FROM OIUX7_WY_GVOL
INTO CORRESPONDING FIELDS OF WA_OIUX7_WY_GVOL
WHERE...

How to access SAP table OIUX7_WY_GVOL

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