SAP ABAP Class CL_GRAC_SOD_REPORTS (SOD Reporting)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_SOD (Package) Access Control GRC SoD Rules and etc.
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRAC_SOD_REPORTING SOD Reporting Framework 20100609
Properties
Class CL_GRAC_SOD_REPORTS  
Short Description SOD Reporting    
Super Class CL_GRAC_SOD_REPORTING SOD Reporting Framework 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRAC_SOD   Access Control GRC SoD Rules and etc. 
Created 20100609   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRAC_SOD_REPORTS has no forward declaration.
Interfaces
Class CL_GRAC_SOD_REPORTS has no interface implemented.
Friends
Class CL_GRAC_SOD_REPORTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_APPLTYPE Constant Public Type reference (TYPE) GRAC_SOD_APPLTYPE 'SODRP' Application type for reporting 20100623
2 MT_REPINDEX Instance attribute Private Type reference (TYPE) GRAC_T_SOD_REPORTINDEX ReportIndex 20100610
3 MT_REPORTDATA Instance attribute Private See coding 20100610
4 MT_REPORTINDEX_BUFFER Instance attribute Private Type reference (TYPE) YT_REPORTINDEX_BUFFER 20100610
5 MV_REPNAME Instance attribute Public Type reference (TYPE) GRFN_REPNAME Report name 20100715
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_REPORTID Instance method Public Method Convert the reportid 20100614
2 GET_DATE_TIME_USER_INFO Static method Public Method Return the user name, date time and zone info 20120707
3 GET_REPORT_DATA Instance method Public Method Get the reportdata 20100619
4 RETRIEVE_DB_REPORT_DATA Instance method Private Method Get the DB data when config is database 20100609
5 RETRIEVE_FILE_REPORT_DATA Instance method Private Method Get the data when config is File 20100609
6 SET_REPORT_DATA Instance method Public Method Store the violations data 20100619
7 UPDATE_DB_REPORT_DATA Instance method Private Method Set the DB data when config is database 20100609
8 UPDATE_FILE_REPORT_DATA Instance method Private Method Set the data when config is File 20100609
9 UPDATE_REPORT Instance method Public Method Update buffers 20100610
Events
Class CL_GRAC_SOD_REPORTS has no event.
Types
Class CL_GRAC_SOD_REPORTS has no local type.
Method Signatures

Method CONVERT_REPORTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REPORTID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20100614
2 Importing IV_REPORTID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20100614

Method CONVERT_REPORTID on class CL_GRAC_SOD_REPORTS has no exception.

Method GET_DATE_TIME_USER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATETIME_ZONE Call by reference Type reference (TYPE) STRING Date Time with Zone 20120707
2 Exporting EV_USER_NAME Call by reference Type reference (TYPE) STRING User Full Name with ( userId ) 20120707
3 Importing IV_APPLTYPE Call by reference Type reference (TYPE) GRAC_SOD_APPLTYPE Application type for reporting 20120707
4 Importing IV_REPORTID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20120707

Method GET_DATE_TIME_USER_INFO on class CL_GRAC_SOD_REPORTS has no exception.

Method GET_REPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_REP_DATA Value transfer Type reference (TYPE) ANY Permission Violation Detail 20100619
2 Importing IV_APPLTYPE Call by reference Type reference (TYPE) GRAC_SOD_APPLTYPE Application type for reporting 20100619
3 Importing IV_REPFORMAT Call by reference Type reference (TYPE) GRAC_SOD_REPFORMAT Report Format 20100621
4 Importing IV_REPORTID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20100619
5 Importing IV_REPORTSEQ Call by reference Type reference (TYPE) GRAC_SEQUENCE_INT Sequence 20100619
6 Importing IV_REPTYPE Call by reference Type reference (TYPE) GRAC_SOD_REPTYPE Report Type 20100619

Method GET_REPORT_DATA on class CL_GRAC_SOD_REPORTS has no exception.

Method RETRIEVE_DB_REPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REP_DATA Call by reference Type reference (TYPE) ANY Report data 20100621
2 Importing IV_APPLTYPE Call by reference Type reference (TYPE) GRAC_SOD_APPLTYPE Application type for reporting 20100609
3 Importing IV_REPFORMAT Call by reference Type reference (TYPE) GRAC_SOD_REPFORMAT Report Format 20100609
4 Importing IV_REPORTID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20100609
5 Importing IV_REPORTSEQ Call by reference Type reference (TYPE) GRAC_SEQUENCE_INT Sequence 20100609
6 Importing IV_REPTYPE Call by reference Type reference (TYPE) GRAC_SOD_REPTYPE Report Type 20100609

Method RETRIEVE_DB_REPORT_DATA on class CL_GRAC_SOD_REPORTS has no exception.

Method RETRIEVE_FILE_REPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REP_DATA Call by reference Type reference (TYPE) ANY Report data 20100621
2 Importing IV_APPLTYPE Call by reference Type reference (TYPE) GRAC_SOD_APPLTYPE Application type for reporting 20100609
3 Importing IV_REPFORMAT Call by reference Type reference (TYPE) GRAC_SOD_REPFORMAT Report Format 20100609
4 Importing IV_REPORTID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20100609
5 Importing IV_REPORTSEQ Call by reference Type reference (TYPE) GRAC_SEQUENCE_INT Sequence 20100609
6 Importing IV_REPTYPE Call by reference Type reference (TYPE) GRAC_SOD_REPTYPE Report Type 20100609

Method RETRIEVE_FILE_REPORT_DATA on class CL_GRAC_SOD_REPORTS has no exception.

Method SET_REPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REP_DATA Call by reference Type reference (TYPE) ANY table type for access rule desc table 20100619
2 Importing IV_APPLTYPE Call by reference Type reference (TYPE) GRAC_SOD_APPLTYPE Application type for reporting 20100619
3 Importing IV_REPFORMAT Call by reference Type reference (TYPE) GRAC_SOD_REPFORMAT Report Format 20100621
4 Importing IV_REPORTID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20100619
5 Importing IV_REPORTNAME Call by reference Type reference (TYPE) GRFN_REPNAME Report name 20100715
6 Importing IV_REPTYPE Call by reference Type reference (TYPE) GRAC_SOD_REPTYPE Report Type 20100619
7 Importing IV_RESULTSET Call by reference Type reference (TYPE) ANY Character Field Length = 10 20100728

Method SET_REPORT_DATA on class CL_GRAC_SOD_REPORTS has no exception.

Method UPDATE_DB_REPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REP_DATA Call by reference Type reference (TYPE) ANY Permission Violation Detail 20100619
2 Importing IV_APPLTYPE Call by reference Type reference (TYPE) GRAC_SOD_APPLTYPE Application type for reporting 20100609
3 Importing IV_REPFORMAT Call by reference Type reference (TYPE) GRAC_SOD_REPFORMAT Report Format 20100621
4 Importing IV_REPORTID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20100609
5 Importing IV_REPTYPE Call by reference Type reference (TYPE) GRAC_SOD_REPTYPE Report Type 20100609
6 Importing IV_RESULTSET Call by reference Type reference (TYPE) ANY 20100728

Method UPDATE_DB_REPORT_DATA on class CL_GRAC_SOD_REPORTS has no exception.

Method UPDATE_FILE_REPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REP_DATA Call by reference Type reference (TYPE) ANY table type for access rule desc table 20100621
2 Importing IV_APPLTYPE Call by reference Type reference (TYPE) GRAC_SOD_APPLTYPE Application type for reporting 20100609
3 Importing IV_REPFORMAT Call by reference Type reference (TYPE) GRAC_SOD_REPFORMAT Report Format 20100621
4 Importing IV_REPORTID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20100609
5 Importing IV_REPTYPE Call by reference Type reference (TYPE) GRAC_SOD_REPTYPE Report Type 20100609
6 Importing IV_RESULTSET Call by reference Type reference (TYPE) ANY 20100728

Method UPDATE_FILE_REPORT_DATA on class CL_GRAC_SOD_REPORTS has no exception.

Method UPDATE_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLTYPE Call by reference Type reference (TYPE) GRAC_SOD_APPLTYPE Application type for reporting 20100610
2 Importing IV_REPORTID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20100610

Method UPDATE_REPORT on class CL_GRAC_SOD_REPORTS has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600