ROIUREP_LA_O1D SAP (SLA enhancement on LA tax report) Structure details

Dictionary Type: Structure
Description: SLA enhancement on LA tax report




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




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

ROIUREP_LA_O1D is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SLA enhancement on LA tax report" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIUREP_LA_O1D TYPE ROIUREP_LA_O1D.

The ROIUREP_LA_O1D table consists of various fields, each holding specific information or linking keys about SLA enhancement on LA tax report data available in SAP. These include LA_TAX_NO (OIUH_CHAR10), SEV_ACCT_NO (OIUH_CHAR5), TAX_PERIOD (OIUH_CHAR4), PARISH (OIUH_CHAR2).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ROIUREP_LA_O1D structure 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
PRODUCT_CODEOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
LA_TAX_NOOIUH_CHAR10 OIUH_CHAR10CHAR10CHAR10H_OIU_RV_CT
SEV_ACCT_NOOIUH_CHAR5 OIUH_CHAR5CHAR5CHAR5
TAX_PERIODOIUH_CHAR4 OIUH_CHAR4CHAR4CHAR4
PARISHOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
FIELDOIUH_CHAR4 OIUH_CHAR4CHAR4CHAR4
PRODUCER_CDOIUH_CHAR4 OIUH_CHAR4CHAR4CHAR4
LEASEOIUH_CHAR6 OIUH_CHAR6CHAR6CHAR6
PURCHASE_CDOIUH_CHAR5 OIUH_CHAR5CHAR5CHAR5
KIND_CODEOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
RATEOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
VOLUME_BBLOIUH_CHAR14 OIUH_CHAR14CHAR14CHAR14
GROSS_TAXABLE_VALUEOIUH_CHAR14 OIUH_CHAR14CHAR14CHAR14
TRANSPORTATION_CHARGEOIUH_CHAR11 OIUH_CHAR11CHAR11CHAR11
SCHEDULEOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
TAX_INTEREST_AMOUNTOIUH_CHAR13 OIUH_CHAR13CHAR13CHAR13

Key field Non-key field



How do I retrieve data from SAP structure ROIUREP_LA_O1D using ABAP code?

As ROIUREP_LA_O1D is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIUREP_LA_O1D as there is no data to select.

How to access SAP table ROIUREP_LA_O1D

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