OIUX7_WY_4121HST SAP (Tax 2.0 - WYGP 4121 Up To Date History) Table details

Dictionary Type: Table
Description: Tax 2.0 - WYGP 4121 Up To Date History




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




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

OIUX7_WY_4121HST is a standard SAP Table which is used to store Tax 2.0 - WYGP 4121 Up To Date History data and is available within R/3 SAP systems depending on the version and release level.

The OIUX7_WY_4121HST table consists of various fields, each holding specific information or linking keys about Tax 2.0 - WYGP 4121 Up To Date History data available in SAP. These include RPT_COMP (Reporting Company), PROD_YEAR (Tax 2.0 - Production Year), RPT_GRP_NO (Tax 2.0 - Wyoming Report Group Number), OPERATED_FLAG (Tax 2.0 - Operated Flag).. 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 OIUX7_WY_4121HST 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
RPT_COMPReporting Company OIUX3_REPORTING_COMPANYCHAR4OIUX3_RPT_COMPCHAR4
PROD_YEARTax 2.0 - Production Year OIUX7_PRODUCTION_YEARNUMC4
RPT_GRP_NOTax 2.0 - Wyoming Report Group Number OIUX6_WY_REPORT_GROUP_NUMBERCHAR5OIUX6_WY_REPORT_GROUP_NUMBER
OPERATED_FLAGTax 2.0 - Operated Flag OIUX6_OPERATED_FLAGCHAR1YESNO
TAX_DISTRICTTax 2.0 - WYGP Tax District OIUX7_WY_TAX_DISTRICTNUMC6
REV_BOOK_ADJ_INDTax 2.0 - Reversal/Booking/Reversal Adjustment/Adjustment OIUX6_REV_BOOK_REVADJ_ADJ_INDCHAR1OIUX6_REV_BOOK_REVADJ_ADJ_IND
VOLUME_PRODUCEDTax 2.0 - WYGP Volume Produced OIUX7_VOLUME_PRODUCEDDEC11(2) OIUX3_SIGNED_DEC_11_2
VOLUME_SOLDTax 2.0 - WYGP Volume Sold OIUX7_VOLUME_SOLDDEC11(2) OIUX3_SIGNED_DEC_11_2
TAXABLE_VALUETaxable Value OIUX3_TAXABLE_VALUECURR11(2) OIUX3_SIGNED_CURR_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 OIUX7_WY_4121HST using ABAP code

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

SELECT SINGLE *
FROM OIUX7_WY_4121HST
INTO CORRESPONDING FIELDS OF WA_OIUX7_WY_4121HST
WHERE...

How to access SAP table OIUX7_WY_4121HST

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