UAREP_CONFIG1 SAP (Configuration for UA Reports) Table details

Dictionary Type: Table
Description: Configuration for UA Reports




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




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

UAREP_CONFIG1 is a standard SAP Table which is used to store Configuration for UA Reports data and is available within R/3 SAP systems depending on the version and release level.

The UAREP_CONFIG1 table consists of various fields, each holding specific information or linking keys about Configuration for UA Reports data available in SAP. These include AREAID (FIN Master Data: Application Area), TYPENAME (Type Name), CONFIG_ID (UUID in compressed form (22 character UUENCODEd)).. 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 UAREP_CONFIG1 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
AREAIDFIN Master Data: Application Area UG_AREAIDCHAR22SYSUUID_22UG_AREAID
TYPENAMEType Name UAB_TYPENAMECHAR10ACC_TYPE_NAMEUAB_TYPENAME
CONFIG_IDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM UAREP_CONFIG1
INTO CORRESPONDING FIELDS OF WA_UAREP_CONFIG1
WHERE...

How to access SAP table UAREP_CONFIG1

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