OIUX3_TX_RPOSME SAP (Tax Reporting - Texas Oil Report Summary Errors) Table details

Dictionary Type: Table
Description: Tax Reporting - Texas Oil Report Summary Errors




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




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

OIUX3_TX_RPOSME is a standard SAP Table which is used to store Tax Reporting - Texas Oil Report Summary Errors data and is available within R/3 SAP systems depending on the version and release level.

The OIUX3_TX_RPOSME table consists of various fields, each holding specific information or linking keys about Tax Reporting - Texas Oil Report Summary Errors data available in SAP. These include RUN_ID (Run ID of Tax Report), PROD_PURC_IND (Producer or Purchaser), TAXPAYER_NUMBER (Texas Taxpayer Number), FILING_PERIOD (Texas Filing Period (YYMM)).. 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 OIUX3_TX_RPOSME 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_IDNUMC10OIUX3_TX_RPODTNUMC10
PROD_PURC_INDProducer or Purchaser OIUX3_PRODUCER_PURCHASER_INDCHAR1OIUX3_TX_RPODTOIUX3_PRODUCER_PURCHASER_IND
TAXPAYER_NUMBERTexas Taxpayer Number OIUX3_TX_TAXPAYER_NUMBERNUMC11OIUX3_TX_RPODT
FILING_PERIODTexas Filing Period (YYMM) OIUX3_TX_FILING_PERIODNUMC4OIUX3_TX_RPODT
RSA_INDRaw/Summary/Adjustment OIUX3_RAW_SUMMARY_ADJ_INDCHAR1OIUX3_RAW_SUMMARY_ADJ_IND
ERROR_SEQ 0
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
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 OIUX3_TX_RPOSME using ABAP code

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

SELECT SINGLE *
FROM OIUX3_TX_RPOSME
INTO CORRESPONDING FIELDS OF WA_OIUX3_TX_RPOSME
WHERE...

How to access SAP table OIUX3_TX_RPOSME

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