OIUX7_WY_4101_OP SAP (Tax 2.0 WYGP - 4101 Op/Non-Op Switch Info) Table details

Dictionary Type: Table
Description: Tax 2.0 WYGP - 4101 Op/Non-Op Switch Info




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




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

OIUX7_WY_4101_OP is a standard SAP Table which is used to store Tax 2.0 WYGP - 4101 Op/Non-Op Switch Info data and is available within R/3 SAP systems depending on the version and release level.

The OIUX7_WY_4101_OP table consists of various fields, each holding specific information or linking keys about Tax 2.0 WYGP - 4101 Op/Non-Op Switch Info 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)


SAP OIUX7_WY_4101_OP 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
OPERATED_MONTHSCharacter Field of Length 12 CHAR12CHAR12CHAR12
OPERATED_DAYSNumc3, internal use NUMC3NUMC3NUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUX7_WY_4101_OP
INTO CORRESPONDING FIELDS OF WA_OIUX7_WY_4101_OP
WHERE...

How to access SAP table OIUX7_WY_4101_OP

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