GRRM_OB_S_RA_ATTR SAP (RCSA attributes - main reporting structure) Structure details

Dictionary Type: Structure
Description: RCSA attributes - main reporting structure




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




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

GRRM_OB_S_RA_ATTR 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 "RCSA attributes - main reporting structure" 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_GRRM_OB_S_RA_ATTR TYPE GRRM_OB_S_RA_ATTR.

The GRRM_OB_S_RA_ATTR table consists of various fields, each holding specific information or linking keys about RCSA attributes - main reporting structure data available in SAP. These include RA_PLAN_ID (RCSA - Plan ID), RA_SURVEY_ID (RCSA - Survey ID), RA_OFFLINE (RCSA - Offline ID), RA_RISK_CAT (RCSA - Risk category ID).. 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 (Deep)


SAP GRRM_OB_S_RA_ATTR 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
RARCSA - ID GRRM_OB_REP_RCSA_IDCHAR32GRFN_GUID
RA_PLAN_IDRCSA - Plan ID GRRM_OB_REP_RCSA_PLAN_IDCHAR32GRFN_GUID
RA_SURVEY_IDRCSA - Survey ID GRRM_OB_REP_RCSA_SURVEY_IDCHAR32SYSUUID_C
RA_OFFLINERCSA - Offline ID GRRM_OB_REP_RCSA_OFFLINECHAR1GRFN_BOOLEAN
RA_RISK_CATRCSA - Risk category ID GRRM_OB_REP_RCSA_CRGROUP_IDNUMC8
RA_ORGUNITRCSA - Org unit ID GRRM_OB_REP_RCSA_ORGUNIT_IDNUMC8
RA_STATUSRCSA - Status ID GRRM_OB_REP_RCSA_STATUSCHAR10GRRM_OB_RCSA_STATUS
RA_TASKPLANRCSA - task plan ID GRRM_OB_REP_RCSA_TASKPLAN_IDCHAR32SYSUUID_C
RA_CREATED_BYRCSA - Created by ID GRRM_OB_REP_RCSA_CREATED_BYCHAR12Assigned to domainXUBNAME
RA_CREATED_ONRCSA - Created on date GRRM_OB_REP_RCSA_CREATED_ONDATS8
RA_CREATED_ON_TMRCSA - Created on time GRRM_OB_REP_RCSA_CREATED_ON_TMTIMS6
RA_CHANGED_BYRCSA - Changed by ID GRRM_OB_REP_RCSA_CHANGED_BYCHAR12Assigned to domainXUBNAME
RA_CHANGED_ONRCSA - Changed on date GRRM_OB_REP_RCSA_CHANGED_ONDATS8
RA_CHANGED_ON_TMRCSA - Changed on time GRRM_OB_REP_RCSA_CHANGED_ON_TMTIMS6
RA_APPROVED_BYRCSA - Approved by ID GRRM_OB_REP_RCSA_APPROVED_BYCHAR12Assigned to domainXUBNAME
RA_APPROV_ONRCSA - Approved on date GRRM_OB_REP_RCSA_APPROVED_ONDATS8
RA_APPROV_ON_TMRCSA - Approved on time GRRM_OB_REP_RCSA_APPROVE_ON_TMTIMS6
RA_KF_VALUERCSA - Key figure value GRRM_OB_REP_RCSA_KEYFIG_VALUECURR15(2) GRFN_AMOUNT
RA_KF_CURRRCSA - Key figure currency GRRM_OB_REP_RCSA_KEYFIG_CURRCUKY5Assigned to domainWAERS
RA_STATUS_TRCSA - Status text GRRM_OB_REP_RCSA_STATUS_TCHAR60GRFN_REP_TEXT_060
RA_OFFLINE_TRCSA - Offline text GRRM_OB_REP_RCSA_OFFLINE_TCHAR60GRFN_REP_TEXT_060
RA_CREATED_BY_TRCSA - Created by text GRRM_OB_REP_RCSA_CREATED_BY_TCHAR80GRFN_REP_USER_NAME
RA_CHANGED_BY_TRCSA - Changed by text GRRM_OB_REP_RCSA_CHANGED_BY_TCHAR80GRFN_REP_USER_NAME
RA_APPROVED_BY_TRCSA - Approved by text GRRM_OB_REP_RCSA_APPROVED_BY_TCHAR80GRFN_REP_USER_NAME

Key field Non-key field



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

As GRRM_OB_S_RA_ATTR 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 GRRM_OB_S_RA_ATTR as there is no data to select.

How to access SAP table GRRM_OB_S_RA_ATTR

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