GRPC_S_REP_OUT_M1A SAP (Reporting M1A) Structure details

Dictionary Type: Structure
Description: Reporting M1A




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




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

GRPC_S_REP_OUT_M1A 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 "Reporting M1A" 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_GRPC_S_REP_OUT_M1A TYPE GRPC_S_REP_OUT_M1A.

The GRPC_S_REP_OUT_M1A table consists of various fields, each holding specific information or linking keys about Reporting M1A data available in SAP. These include ORGUNIT_T (Organization), ORGUNIT_D (Organization Description), MCGROUP (Indirect Entity-Level Control Group ID), MCGROUP_T (Indirect Entity-Level Control Group).. 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 GRPC_S_REP_OUT_M1A 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
ORGUNITOrganization ID GRPC_REP_ORGUNIT_IDNUMC8NUMC08
ORGUNIT_TOrganization GRPC_REP_ORGUNIT_TEXTCHAR100GRPC_TEXT
ORGUNIT_DOrganization Description GRPC_REP_ORGUNIT_DESCRSTRG0
MCGROUPIndirect Entity-Level Control Group ID GRPC_REP_MCGROUP_IDNUMC8NUMC08
MCGROUP_TIndirect Entity-Level Control Group GRPC_REP_MCGROUP_TEXTCHAR100GRPC_TEXT
MCONTROLIndirect Entity-Level Control ID GRPC_REP_MCONTROL_IDNUMC8NUMC08
MCONTROL_TIndirect Entity-Level Control GRPC_REP_MCONTROL_TEXTCHAR100GRPC_TEXT
RESP_PERSOwner ID GRPC_REP_RESP_PERS_IDNUMC8NUMC8
RESP_PERS_TOwner GRPC_REP_RESP_PERS_TEXTCHAR100GRPC_TEXT
VALID_FROMValid from GRPC_DATE_FROMDATS8GRPC_DATE_FROM
VALID_TOValid to GRPC_DATE_TODATS8GRPC_DATE_TO
MC_STATUSEntity-Level Control Assessment Status GRPC_REP_MC_STATUSCHAR5CRM_J_STATUS
MC_STATUS_TManagement Control Assessment Status (Text) GRPC_REP_MC_STATUS_TXTCHAR100GRPC_TEXT
MC_RATINGEntity-Level Control Assessment Rating ID GRPC_REP_MC_RATINGCHAR1GRPC_AS_RATING
MC_RATING_TEntity-Level Control Assessment Rating GRPC_REP_MC_RATING_TXTCHAR100GRPC_TEXT
MC_ICONEntity-Level Control Assessment Rating (Symbol) GRPC_REP_MC_ICONCHAR30ICONNAME
MC_CASEGUIDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
MC_ISSUESIssues - ELC assessment GRPC_REP_MC_ISSUESINT410
MC_PLANSRemediation Plans - ELC assessment GRPC_REP_MC_PLANSINT410

Key field Non-key field



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

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

How to access SAP table GRPC_S_REP_OUT_M1A

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