OIUX3_RPT SAP (Tax Reporting - Reports) Table details

Dictionary Type: Table
Description: Tax Reporting - Reports




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




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

OIUX3_RPT is a standard SAP Table which is used to store Tax Reporting - Reports data and is available within R/3 SAP systems depending on the version and release level.

The OIUX3_RPT table consists of various fields, each holding specific information or linking keys about Tax Reporting - Reports data available in SAP. These include RPT_ID (Report ID), RPT_GRP (Tax Report Group), LAND1 (Country Key), PRI_GEO_LOC (Primary geographical location (PRI geo. loc.)).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = OIUX3_RPT_TX


SAP OIUX3_RPT 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_IDReport ID OIUX3_RPT_IDCHAR10OIUX3_RPT_ID
RPT_GRPTax Report Group OIUX3_REPORT_GROUPCHAR3OIUX3_RPT_GRPOIUX3_REPORT_GROUP
LAND1Country Key LAND1CHAR3OIU_CM_LXPGLLAND1LND
PRI_GEO_LOCPrimary geographical location (PRI geo. loc.) OIU_PRI_GEO_LOCCHAR2OIU_CM_LXPGLOIU_PRI_GEO_LOCOIU_PRI_GEO_LOC
TAXPAYER_NO_LENTaxpayer Number Length OIUX3_TAXPAYER_NUMBER_LENGTHNUMC2NUMC2
TAXPAYER_NO_NUMNumbers Only OIUX3_TAXPAYER_NO_NUMBER_ONLYCHAR1YESNO
REPORT_CLASSReport Class OIUX3_REPORT_CLASSCHAR30SEOCLASSSEOCLSNAME
ADMIN_PROGABAP Program Name PROGNAMECHAR40D010SINFPROGNAME
ADMIN_DYNNRNumber of the following screen DYNNRCHAR4DYNNR
PRA_DETAIL_PROGABAP Program Name PROGNAMECHAR40D010SINFPROGNAME
PRA_DETAIL_DYNNRNumber of the following screen DYNNRCHAR4DYNNR
RPT_DETAIL_PROGABAP Program Name PROGNAMECHAR40D010SINFPROGNAME
RPT_DETAIL_DYNNRNumber of the following screen DYNNRCHAR4DYNNR
OOS_PROGABAP Program Name PROGNAMECHAR40D010SINFPROGNAME
OOS_DYNNRNumber of the following screen DYNNRCHAR4DYNNR
LOAD_FMName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
COMBINEDTax 2.0 - Current Amended Runs Combined OIUXC_CURRENT_AMENDED_COMBINEDCHAR1YESNO
COMBINED_MASTERTax 2.0 - Combined Master OIUXC_COMBINED_MASTERCHAR1OIUX3_AC_INDICATOR
RPT_TYPEReport 2.0 - Report type indicator OIUX3_RPT_TYPECHAR1OIUX3_RPT_TYPE
ALLOW_SA_DTReport 2.0 - Allow Sales Date range OIUX3_ALLOW_SALES_DATECHAR1YESNO

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUX3_RPT
INTO CORRESPONDING FIELDS OF WA_OIUX3_RPT
WHERE...

How to access SAP table OIUX3_RPT

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