SAP ABAP Class CL_GRPC_PRINT (Obsolete: PC: PC-UI - Print)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_OBSOLETE (Package) Package for the obsolete objects from FN/PC/RM
Properties
Class CL_GRPC_PRINT  
Short Description Obsolete: PC: PC-UI - Print    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_OBSOLETE   Package for the obsolete objects from FN/PC/RM 
Created 20070628   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GRPCR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRPC_PRINT has no interface implemented.
Friends
Class CL_GRPC_PRINT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ALL_ID Constant Public Type reference (TYPE) CHAR08 '*' ID for All 20070629
2 GC_MC_CONT_OU Constant Public Type reference (TYPE) GRPC_PRT_MC_CONTENT 'MOU' MC at Org Unit Level 20070629
3 GC_MC_CONT_PG Constant Public Type reference (TYPE) GRPC_PRT_MC_CONTENT 'MPG' MC at Process Group Level 20070629
4 GC_NONE_ID Constant Public Type reference (TYPE) CHAR08 '-' ID for None 20070628
5 GC_PT_CONTROL_DOCUMENT Constant Public Type reference (TYPE) GRPC_PRT_TYPE 'T6' ID of Print Report Type 20070629
6 GC_PT_FSAG_FSAS_CP Constant Public Type reference (TYPE) GRPC_PRT_TYPE 'T5' ID of Print Report Type 20070629
7 GC_PT_MCONTROL_DOCUMENT Constant Public Type reference (TYPE) GRPC_PRT_TYPE 'T7' ID of Print Report Type 20070629
8 GC_PT_PCORC Constant Public Type reference (TYPE) GRPC_PRT_TYPE 'T4' ID of Print Report Type 20070629
9 GC_PT_PROCESS_DOCUMENT Constant Public Type reference (TYPE) GRPC_PRT_TYPE 'T3' ID of Print Report Type 20070629
10 GC_PT_ROLE_RESPONSIBILITY Constant Public Type reference (TYPE) GRPC_PRT_TYPE 'T2' ID of Print Report Type 20070629
11 GC_PT_RT Constant Public Type reference (TYPE) GRPC_REP_TYPE 'CHA' Report Type Used for Print Type 20070628
12 GC_PT_STATUS_OVERVIEW Constant Public Type reference (TYPE) GRPC_PRT_TYPE 'T1' ID of Print Report Type 20070628
13 GC_SF_CONTROL_DOCUMENT Constant Public Type reference (TYPE) TDSFNAME 'GRPC_CONTROL_DOCUMENT' Smart Forms: Form Name 20070629
14 GC_SF_FSAG_FSAS_CP Constant Public Type reference (TYPE) TDSFNAME 'GRPC_FSAG_FSAS_CP' Smart Forms: Form Name 20070629
15 GC_SF_MCONTROL_DOCUMENT Constant Public Type reference (TYPE) TDSFNAME 'GRPC_MCONTROL_DOCUMENT' Smart Forms: Form Name 20070629
16 GC_SF_PCORC Constant Public Type reference (TYPE) TDSFNAME 'GRPC_PCORC' Smart Forms: Form Name 20070629
17 GC_SF_PROCESS_DOCUMENT Constant Public Type reference (TYPE) TDSFNAME 'GRPC_PROCESS_DOCUMENT' Smart Forms: Form Name 20070629
18 GC_SF_ROLE_RESPONSIBILITY Constant Public Type reference (TYPE) TDSFNAME 'GRPC_ROLE_RESPONSIBILITY' Smart Forms: Form Name 20070629
19 GC_SF_STATUS_OVERVIEW Constant Public Type reference (TYPE) TDSFNAME 'GRPC_STATUS_OVERVIEW' Smart Forms: Form Name 20070629
Methods
# Method Level Visibility Method type Description Created on
1 GET_ICON_TEXT_MODULE Static method Public Method Get Text Module for Icon 20070629
2 GET_OUTPUTOPTIONS Static method Public Method Get Print Options 20070629
3 GET_SF_SM_NAME Static method Public Method Get Function Module Name of Smart Forms 20070629
4 IS_ICON Static method Public Method Check whether the column is one icon 20070629
5 MAIN_CONTROL_DOCUMENT Static method Public Method Collect Data for Control Documentation 20070629
6 MAIN_FSAG_FSAS_CP Static method Public Method Collect Data for FS Assertions 20070629
7 MAIN_MCONTROL_DOCUMENT Static method Public Method Collect Data for Management Control Documentation 20070629
8 MAIN_PCORC Static method Public Method Collect Data for P-CO-R-C 20070629
9 MAIN_PROCESS_DOCUMENT Static method Public Method Collect Data for Process Documentation 20070629
10 MAIN_ROLE_RESPONSIBILITY Static method Public Method Collect Data for Role and Responsibility 20070629
11 MAIN_STATUS_OVERVIEW Static method Public Method Collect Data for Status Overview 20070628
Events
Class CL_GRPC_PRINT has no event.
Types
Class CL_GRPC_PRINT has no local type.
Method Signatures

Method GET_ICON_TEXT_MODULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ICON_NAME Call by reference Type reference (TYPE) ICONNAME Name of an Icon 20070629
2 Returning RE_MODULE_NAME Value transfer Type reference (TYPE) KOMPONENTE Name of a program component 20070629

Method GET_ICON_TEXT_MODULE on class CL_GRPC_PRINT has no exception.

Method GET_OUTPUTOPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing OUTPUT_OPTIONS Value transfer Type reference (TYPE) SSFCOMPOP SAP Smart Forms: Smart Composer (transfer) options 20070629

Method GET_OUTPUTOPTIONS on class CL_GRPC_PRINT has no exception.

Method GET_SF_SM_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CONTROL_PARAMETERS Call by reference Type reference (TYPE) SSFCTRLOP Smart Forms: Control structure 20070629
2 Exporting ES_OUTPUT_OPTIONS Call by reference Type reference (TYPE) SSFCOMPOP SAP Smart Forms: Smart Composer (transfer) options 20070629
3 Exporting EX_SF_FM_NAME Call by reference Type reference (TYPE) RS38L_FNAM Function Module Name 20070629
4 Exporting EX_USER_SETTINGS Call by reference Type reference (TYPE) TDBOOL Checkbox (yes or no) 20070629
5 Importing IM_FORMNAME Call by reference Type reference (TYPE) TDSFNAME Smart Forms: Form Name 20070629
# Exception Resumable Description Created on
1 FAILED Failed 20070629

Method IS_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20070629
2 Returning RE_FLAG Value transfer Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20070629

Method IS_ICON on class CL_GRPC_PRINT has no exception.

Method MAIN_CONTROL_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OTFDATA Call by reference Type reference (TYPE) TSFOTF Smart Forms: Table OTF 20070629
2 Importing IS_ATTR Call by reference Type reference (TYPE) GRPCR_S_ATTR_POOL 20070629
3 Importing IS_PARA Call by reference Type reference (TYPE) GRPT_BSP_PRINT_PARA Parameter for Print Used in PC-UI 20070629
4 Importing IT_DATA Call by reference Type reference (TYPE) GRPCR_T_REPORT_LINE Reporting data 20070629
5 Importing IT_LAYOUT Call by reference Type reference (TYPE) GRPC_T_PRT_USER_LAYOUT User Layout Definition for Specified Type of Print 20070629
6 Importing IT_TEXT Call by reference Type reference (TYPE) GRPCR_T_TEXTPOOL Reporting Text 20070629

Method MAIN_CONTROL_DOCUMENT on class CL_GRPC_PRINT has no exception.

Method MAIN_FSAG_FSAS_CP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OTFDATA Call by reference Type reference (TYPE) TSFOTF Smart Forms: Table OTF 20070629
2 Importing IS_ATTR Call by reference Type reference (TYPE) GRPCR_S_ATTR_POOL 20070629
3 Importing IS_PARA Call by reference Type reference (TYPE) GRPT_BSP_PRINT_PARA Parameter for Print Used in PC-UI 20070629
4 Importing IT_DATA Call by reference Type reference (TYPE) GRPCR_T_REPORT_LINE Reporting data 20070629
5 Importing IT_LAYOUT Call by reference Type reference (TYPE) GRPC_T_PRT_USER_LAYOUT User Layout Definition for Specified Type of Print 20070629
6 Importing IT_TEXT Call by reference Type reference (TYPE) GRPCR_T_TEXTPOOL Reporting Text 20070629

Method MAIN_FSAG_FSAS_CP on class CL_GRPC_PRINT has no exception.

Method MAIN_MCONTROL_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OTFDATA Call by reference Type reference (TYPE) TSFOTF Smart Forms: Table OTF 20070629
2 Importing IS_ATTR Call by reference Type reference (TYPE) GRPCR_S_ATTR_POOL 20070629
3 Importing IS_PARA Call by reference Type reference (TYPE) GRPT_BSP_PRINT_PARA Parameter for Print Used in PC-UI 20070629
4 Importing IT_DATA Call by reference Type reference (TYPE) GRPCR_T_REPORT_LINE Reporting data 20070629
5 Importing IT_LAYOUT Call by reference Type reference (TYPE) GRPC_T_PRT_USER_LAYOUT User Layout Definition for Specified Type of Print 20070629
6 Importing IT_TEXT Call by reference Type reference (TYPE) GRPCR_T_TEXTPOOL Reporting Text 20070629

Method MAIN_MCONTROL_DOCUMENT on class CL_GRPC_PRINT has no exception.

Method MAIN_PCORC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OTFDATA Call by reference Type reference (TYPE) TSFOTF Smart Forms: Table OTF 20070629
2 Importing IS_ATTR Call by reference Type reference (TYPE) GRPCR_S_ATTR_POOL 20070629
3 Importing IS_PARA Call by reference Type reference (TYPE) GRPT_BSP_PRINT_PARA Parameter for Print Used in PC-UI 20070629
4 Importing IT_DATA Call by reference Type reference (TYPE) GRPCR_T_REPORT_LINE Reporting data 20070629
5 Importing IT_LAYOUT Call by reference Type reference (TYPE) GRPC_T_PRT_USER_LAYOUT User Layout Definition for Specified Type of Print 20070629
6 Importing IT_TEXT Call by reference Type reference (TYPE) GRPCR_T_TEXTPOOL Reporting Text 20070629

Method MAIN_PCORC on class CL_GRPC_PRINT has no exception.

Method MAIN_PROCESS_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OTFDATA Call by reference Type reference (TYPE) TSFOTF Smart Forms: Table OTF 20070629
2 Importing IS_ATTR Call by reference Type reference (TYPE) GRPCR_S_ATTR_POOL 20070629
3 Importing IS_PARA Call by reference Type reference (TYPE) GRPT_BSP_PRINT_PARA Parameter for Print Used in PC-UI 20070629
4 Importing IT_DATA Call by reference Type reference (TYPE) GRPCR_T_REPORT_LINE Reporting data 20070629
5 Importing IT_LAYOUT Call by reference Type reference (TYPE) GRPC_T_PRT_USER_LAYOUT User Layout Definition for Specified Type of Print 20070629
6 Importing IT_TEXT Call by reference Type reference (TYPE) GRPCR_T_TEXTPOOL Reporting Text 20070629

Method MAIN_PROCESS_DOCUMENT on class CL_GRPC_PRINT has no exception.

Method MAIN_ROLE_RESPONSIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OTFDATA Call by reference Type reference (TYPE) TSFOTF Smart Forms: Table OTF 20070629
2 Importing IS_ATTR Call by reference Type reference (TYPE) GRPCR_S_ATTR_POOL 20070629
3 Importing IS_PARA Call by reference Type reference (TYPE) GRPT_BSP_PRINT_PARA Parameter for Print Used in PC-UI 20070629
4 Importing IT_DATA Call by reference Type reference (TYPE) GRPCR_T_REPORT_LINE Reporting data 20070629
5 Importing IT_LAYOUT Call by reference Type reference (TYPE) GRPC_T_PRT_USER_LAYOUT User Layout Definition for Specified Type of Print 20070629
6 Importing IT_TEXT Call by reference Type reference (TYPE) GRPCR_T_TEXTPOOL Reporting Text 20070629

Method MAIN_ROLE_RESPONSIBILITY on class CL_GRPC_PRINT has no exception.

Method MAIN_STATUS_OVERVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OTFDATA Call by reference Type reference (TYPE) TSFOTF Smart Forms: Table OTF 20070628
2 Importing IO_DATA Call by reference Object reference (TYPE REF TO) CL_GRPC_REPORT_DATA Class with Reporting Data 20070628
3 Importing IS_PARA Call by reference Type reference (TYPE) GRPT_BSP_PRINT_PARA Parameter for Print Used in PC-UI 20070628
4 Importing IT_LAYOUT Call by reference Type reference (TYPE) GRPC_T_PRT_USER_LAYOUT User Layout Definition for Specified Type of Print 20070628

Method MAIN_STATUS_OVERVIEW on class CL_GRPC_PRINT has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 250