T5ASRSELFLD SAP (Report Selection Fields for LPA) Table details

Dictionary Type: Table
Description: Report Selection Fields for LPA




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




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

T5ASRSELFLD is a standard SAP Table which is used to store Report Selection Fields for LPA data and is available within R/3 SAP systems depending on the version and release level.

The T5ASRSELFLD table consists of various fields, each holding specific information or linking keys about Report Selection Fields for LPA data available in SAP. These include ROLE (LPA Role), INSTANCE (LPA Instance), TCODE (Transaction Code), REPORT_FIELDNAME (Field Name).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5ASRSELFLD 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 MANDTCLNT3Assigned to domainMANDT
ROLELPA Role ASR_ROLECHAR3ASR_ROLE
INSTANCELPA Instance ASR_INSTANCECHAR3ASR_INSTANCE
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
REPORT_FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
INFTYInfotype INFTYCHAR4INFOTYPITP
INFTY_FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KINDABAP: Type of selection RSSCR_KINDCHAR1SYCHAR01
SIGNABAP: ID: I/E (include/exclude values) TVARV_SIGNCHAR1SYCHAR01
OPTIABAP: Selection option (EQ/BT/CP/...) TVARV_OPTICHAR2SYCHAR02
LOWABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE
HIGHABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE
USERGROUPUser Group ASR_USERGROUPCHAR2ASR_USERGROUP

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ASRSELFLD
INTO CORRESPONDING FIELDS OF WA_T5ASRSELFLD
WHERE...

How to access SAP table T5ASRSELFLD

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