GRPT_BSP_UI_REP_PARAM SAP (MIC Reporting: Report Parameters) Structure details

Dictionary Type: Structure
Description: MIC Reporting: Report Parameters




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




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

GRPT_BSP_UI_REP_PARAM 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 "MIC Reporting: Report Parameters" 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_GRPT_BSP_UI_REP_PARAM TYPE GRPT_BSP_UI_REP_PARAM.

The GRPT_BSP_UI_REP_PARAM table consists of various fields, each holding specific information or linking keys about MIC Reporting: Report Parameters data available in SAP. These include AGGR (Aggregation Logic in Reporting), NO_SUBORGS (PC Reporting: Subnode Selection), PROC_ASS (GRPC Reporting: Display Assessments/Tests), FROZEN (PC Reporting: Activation of Requested Reports).. 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: Cannot Be Enhanced


SAP GRPT_BSP_UI_REP_PARAM 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
AGGRAggregation Logic in Reporting GRPC_REP_REPORT_AGGR_TECHNIQUECHAR1GRPC_REP_REPORT_AGGR_TECHNIQUE
NO_SUBORGSPC Reporting: Subnode Selection GRPC_REP_REPORT_SUBNODES_SELCHAR1GRPC_REP_REPORT_SUBNODES_SEL
PROC_ASSGRPC Reporting: Display Assessments/Tests GRPC_REP_REPORT_PROC_ASSMNTCHAR1GRPC_REP_REPORT_PROC_ASSMNT
FROZENPC Reporting: Activation of Requested Reports GRPC_REP_REPORT_FROZEN_FLAGCHAR1GRPC_REP_REPORT_FROZEN_FLAG
WORKFLOWSend Work Item GRPC_BTC_SEND_WORKFLOW_FLAGCHAR1GRPC_BTC_SEND_WORKFLOW_FLAG
BUFFER_USERReport Settings: Bypass Buffer GRPC_REP_REPORT_NO_BUFFERCHAR1XFELD
BUFFER_CENTRALIs there a central reporting buffer? GRPC_REP_REPORT_BUFFER_CENTRALCHAR1XFELD
BUFFER_TIMEReporting Buffer: Time Stamp GRPC_REP_REPORT_BUFFER_TIMECHAR40GRPC_DESCR

Key field Non-key field



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

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

How to access SAP table GRPT_BSP_UI_REP_PARAM

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