SIAROLR SAP (ASAP Role for SAP Review Program) Table details

Dictionary Type: Table
Description: ASAP Role for SAP Review Program




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




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

SIAROLR is a standard SAP Table which is used to store ASAP Role for SAP Review Program data and is available within R/3 SAP systems depending on the version and release level.

The SIAROLR table consists of various fields, each holding specific information or linking keys about ASAP Role for SAP Review Program data available in SAP. These include IA_ID (IA: ID from PC tool), R3ROLE (Role Name), LOIO (ID for documents and relations).. 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: Not classified

Text table = SIAROLRT


SAP SIAROLR 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
ROLEASAP Role for SAP Review Program SREV05CHAR3ALPHASREV05
IA_IDIA: ID from PC tool S_IA_IDINT13
R3ROLERole Name AGR_NAMECHAR30Assigned to domainAGR_NAMEAGR_NAME
LOIOID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID

Key field Non-key field



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

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

SELECT SINGLE *
FROM SIAROLR
INTO CORRESPONDING FIELDS OF WA_SIAROLR
WHERE...

How to access SAP table SIAROLR

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