GRFN_S_CY_AUD_SELECTION SAP (Selection for Reporting Audit Log) Structure details

Dictionary Type: Structure
Description: Selection for Reporting Audit Log




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




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

GRFN_S_CY_AUD_SELECTION 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 "Selection for Reporting Audit Log" 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_GRFN_S_CY_AUD_SELECTION TYPE GRFN_S_CY_AUD_SELECTION.

The GRFN_S_CY_AUD_SELECTION table consists of various fields, each holding specific information or linking keys about Selection for Reporting Audit Log data available in SAP. These include DATE_TO (Valid to), CENTRAL_OBJECTS (Central / Local Objects), RE_LIST (Regulations as comma separated list for CR), ORGUNIT_ID (Organization 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: Cannot Be Enhanced


SAP GRFN_S_CY_AUD_SELECTION 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
DATE_FROMValid from GRPC_DATE_FROMDATS8GRPC_DATE_FROM
DATE_TOValid to GRPC_DATE_TODATS8GRPC_DATE_TO
CENTRAL_OBJECTSCentral / Local Objects GRPC_CENTRAL_OBJECTSCHAR1GRPC_CENTRAL_OBJECTS
RE_LISTRegulations as comma separated list for CR GRFN_CY_REGULATIONSCHAR40CHAR40
ORGUNIT_IDOrganization ID GRFN_REP_ORGUNIT_IDNUMC8NUMC08
ORGUNITOrganizational Unit Title GRPC_UI_ORGUNITCHAR100GRPC_TEXT
PROCESS_IDProcess ID GRFN_REP_PROCESS_IDNUMC8NUMC08
PROCESSProcess Title GRPC_UI_PROCESSCHAR100GRPC_TEXT
SUBPROCESS_IDSubprocess ID GRFN_REP_SUBPROCESS_IDNUMC8NUMC08
SUBPROCESSSubprocess GRPC_UI_SUBPROCESSCHAR100TEXT100
CONTROL_IDControl ID GRFN_REP_CONTROL_IDCHAR9
CONTROLControl GRPC_UI_CONTROLCHAR40GRPC_UI_CONTROL
COBJECTIVE_IDControl Objective ID GRFN_REP_COBJECTIVENUMC8NUMC08
COBJECTIVEControl Objective GRPC_UI_COBJECTIVECHAR100GRPC_TEXT
RISK_IDRisk Id GRFN_REP_RISKNUMC8
RISKRisk GRPC_UI_RISKCHAR100GRPC_TEXT
ECONTROL_IDIndirect ELC ID GRFN_REP_ECONTROLNUMC8NUMC08
ECONTROLEntity-Level Control GRPC_UI_ECONTROLCHAR80TEXT80
ACCGROUP_IDAccount Group ID GRFN_REP_ACC_GROUP_IDNUMC8NUMC08
ACCGROUPAccount Group GRPC_UI_ACCGROUPCHAR100GRPC_TEXT
RULE_IDKRI Business Rule ID GRFN_REP_RULE_IDCHAR32GRFN_GUID
RULERule GRPC_UI_RULECHAR100GRPC_TEXT
RULESCRIPT_IDScript GRPC_SCRIPTCHAR40Assigned to domainPROGRAMM
RULESCRIPTRule Script GRPC_UI_RULESCRIPTCHAR100GRPC_TEXT
RULECR_IDRule Criteria GRPC_RULEVARCHAR30Assigned to domainGRPC_RULEVAR
RULECRRule Criteria GRPC_UI_RULECRCHAR100GRPC_TEXT
OLSP_IDGRPC ID of the individual object GRPC_API_OBJECT_IDCHAR50GRPC_API_OBJECT_ID
OLSPOLSP GRPC_UI_OLSPCHAR100GRPC_TEXT
SHOW_CENTRALCentral Objects GRPC_REP_SHOW_CENTRALCHAR20GRPC_REP_SHOW_CENTRAL
SHOW_LOCALLocal Objects GRPC_REP_SHOW_LOCALCHAR20GRPC_REP_SHOW_LOCAL
CHA_NEWReporting: Change New GRPC_REP_CHA_NEWCHAR1XFLAG
CHA_MODIFYReporting: Change Modify GRPC_REP_CHA_MODIFYCHAR1XFLAG
CHA_DELETEReporting: Change Delete GRPC_REP_CHA_DELETECHAR1XFLAG
CHA_ROLEReporting: Change Role GRPC_REP_CHA_ROLECHAR1XFLAG

Key field Non-key field



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

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

How to access SAP table GRFN_S_CY_AUD_SELECTION

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