OIUX7_WY_4211 SAP (Tax 2.0 - WYGP 4211) Table details

Dictionary Type: Table
Description: Tax 2.0 - WYGP 4211




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




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

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

The OIUX7_WY_4211 table consists of various fields, each holding specific information or linking keys about Tax 2.0 - WYGP 4211 data available in SAP. These include RUN_ID (Run ID of Tax Report), RPT_COMP (Reporting Company), PROD_YEAR (Tax 2.0 - Production Year), RPT_GRP_NO (Tax 2.0 - Wyoming Report Group 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 OIUX7_WY_4211 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
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
TIK_BA_NOBusiness Associate OIUCM_BUS_ASSOCCHAR6OIUH_CM_BAALPHAOIUCM_BUS_ASSOCOIUCM_BUS_ASSOC
TIK_BA_SEQ_NOSequence Number OIUCM_SEQ_NOCHAR2OIUH_CM_BAALPHAOIUCM_SEQ_NOOIUCM_SEQ_NO
REV_BOOK_ADJ_INDTax 2.0 - Reversal/Booking/Reversal Adjustment/Adjustment OIUX6_REV_BOOK_REVADJ_ADJ_INDCHAR1OIUX6_REV_BOOK_REVADJ_ADJ_IND
TIK_OPERATOR_IDTax 2.0 - Wyoming Operator ID OIUX6_WY_OPERATOR_IDCHAR4OIUX6_WY_OPERATOR_ID
TIK_VOLUMETax 2.0 - WYGP Total TIK Volume OIUX7_TOTAL_TIK_VOLUMEDEC11(2) OIUX3_SIGNED_DEC_11_2
EXCLUDE_FLAGTax 2.0 - Exclude Flag OIUX7_EXCLUDE_FLAGCHAR1YESNO
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_4211 using ABAP code

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

SELECT SINGLE *
FROM OIUX7_WY_4211
INTO CORRESPONDING FIELDS OF WA_OIUX7_WY_4211
WHERE...

How to access SAP table OIUX7_WY_4211

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