OIUX6_WY_FORM2 SAP (Tax 2.0 - Wyoming Conservation Summarized FORM 2 Data) Table details

Dictionary Type: Table
Description: Tax 2.0 - Wyoming Conservation Summarized FORM 2 Data




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




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

OIUX6_WY_FORM2 is a standard SAP Table which is used to store Tax 2.0 - Wyoming Conservation Summarized FORM 2 Data data and is available within R/3 SAP systems depending on the version and release level.

The OIUX6_WY_FORM2 table consists of various fields, each holding specific information or linking keys about Tax 2.0 - Wyoming Conservation Summarized FORM 2 Data data available in SAP. These include OPERATOR_ID (Tax 2.0 - Wyoming Operator ID), SALES_DT (Sales Date / Month), FIELD_NAME (Tax 2.0 - Wyoming Field Name), LEASE_UNIT_NAME (Tax 2.0 - Wyoming Lease Unit Name / API).. 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 OIUX6_WY_FORM2 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
OPERATOR_IDTax 2.0 - Wyoming Operator ID OIUX6_WY_OPERATOR_IDCHAR4OIUX6_WY_OPERATOR_ID
SALES_DTSales Date / Month OIU_SALE_DTDATS8DATUM
FIELD_NAMETax 2.0 - Wyoming Field Name OIUX6_WY_FIELD_NAMECHAR35
LEASE_UNIT_NAMETax 2.0 - Wyoming Lease Unit Name / API OIUX6_WY_LEASE_UNIT_NAMECHAR35CHAR35
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
GROSS_VOL_OILTax 2.0 - Gross Volume Oil OIUX6_GROSS_VOLUME_OILDEC11(2) OIUX3_SIGNED_DEC_11_2
GROSS_VOL_GASTax 2.0 - Gross Volume Gas OIUX6_GROSS_VOLUME_GASDEC11(2) OIUX3_SIGNED_DEC_11_2
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 OIUX6_WY_FORM2 using ABAP code

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

SELECT SINGLE *
FROM OIUX6_WY_FORM2
INTO CORRESPONDING FIELDS OF WA_OIUX6_WY_FORM2
WHERE...

How to access SAP table OIUX6_WY_FORM2

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