SAP ABAP Class CL_GRAC_WF_TOOLS (Utilities class for AC Workflow package)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_WORKFLOW (Package) Access Control GRC WF Template and Objects
Properties
Class CL_GRAC_WF_TOOLS  
Short Description Utilities class for AC Workflow package    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRAC_WORKFLOW   Access Control GRC WF Template and Objects 
Created 20100514   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SKWFC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRAC_WF_TOOLS has no interface implemented.
Friends
Class CL_GRAC_WF_TOOLS has no friend class.
Attributes
Class CL_GRAC_WF_TOOLS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BAPIRET_MSG_FROM_SY_FIELDS Static method Public Method Store messages for system fields 20100514
2 CHECK_RFC_AUTHORIZATION Static method Public Method 20100528
3 CONVERT_BAPIRETTAB_2_BAPIRETCT Static method Public Method Store messages for system fields 20100514
4 CONVERT_STRING_TO_XSTRING Static method Public Method 20100721
5 CONVERT_XSTRING_TO_STRING Static method Public Method 20100516
6 GET_AC_DEFAULT_SENDER_USER_ID Static method Public Method Return AC Configuration Defaulte Sender User ID 20100909
7 GET_APPLICATION_URL Static method Public Method Get Application OIF URL 20100917
8 GET_TOP_STACK_ENTRY Static method Public Method 20100528
9 GET_URL Static method Public Method Reusable method to Get Application OIF URL 20101021
10 GET_USER_FULL_NAME Static method Public Method 20100516
11 LOAD_MIME_REPOSITORY_FILE Static method Public Method 20100516
Events
Class CL_GRAC_WF_TOOLS has no event.
Types
Class CL_GRAC_WF_TOOLS has no local type.
Method Signatures

Method ADD_BAPIRET_MSG_FROM_SY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Value transfer Type reference (TYPE) BAPIRETCT BAPIRETC Table Type 20100514

Method ADD_BAPIRET_MSG_FROM_SY_FIELDS on class CL_GRAC_WF_TOOLS has no exception.

Method CHECK_RFC_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_AUTHORIZED Value transfer Type reference (TYPE) ABAP_BOOL 20100528

Method CHECK_RFC_AUTHORIZATION on class CL_GRAC_WF_TOOLS has no exception.

Method CONVERT_BAPIRETTAB_2_BAPIRETCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100514
2 Returning RT_MESSAGES Value transfer Type reference (TYPE) BAPIRETCT BAPIRETC Table Type 20100514

Method CONVERT_BAPIRETTAB_2_BAPIRETCT on class CL_GRAC_WF_TOOLS has no exception.

Method CONVERT_STRING_TO_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) STRING 20100721
2 Returning R_XSTRING Value transfer Type reference (TYPE) XSTRING 20100721

Method CONVERT_STRING_TO_XSTRING on class CL_GRAC_WF_TOOLS has no exception.

Method CONVERT_XSTRING_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_XSTRING Call by reference Type reference (TYPE) XSTRING 20100516
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20100516

Method CONVERT_XSTRING_TO_STRING on class CL_GRAC_WF_TOOLS has no exception.

Method GET_AC_DEFAULT_SENDER_USER_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SENDER Value transfer Type reference (TYPE) XUBNAME User Name in User Master Record 20100909

Method GET_AC_DEFAULT_SENDER_USER_ID on class CL_GRAC_WF_TOOLS has no exception.

Method GET_APPLICATION_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_URL Value transfer Type reference (TYPE) STRING 20100917
2 Importing IS_MSMP_RULE_CONTEXT Value transfer Type reference (TYPE) GRFN_MW_S_RULE_CONTEXT MSMP Rule Execution Context 20100917
3 Importing IT_PARAM Value transfer Type reference (TYPE) GRFN_MW_T_RULE_PARAMETER Table of MSMP Rule Parameters 20100917
4 Importing IV_VAR_NAME Value transfer Type reference (TYPE) GRFNMW_NOTIFICATION_TEMPL_VAR Notification Template Variable Name 20100917
# Exception Resumable Description Created on
1 FAILED Rule Evaluation Failed 20100917

Method GET_TOP_STACK_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EVENT_NAME Value transfer Type reference (TYPE) DBGLEVENT Name of an event, module, subroutine... 20100528
2 Exporting EV_EVENT_TYPE Value transfer Type reference (TYPE) DBGLEVTYPE Type of an event 20100528
3 Exporting EV_PROGNAME Value transfer Type reference (TYPE) DBGLPROG Program 20100528
4 Importing I_INDEX Call by reference Type reference (TYPE) INT4 2 Natural number 20100528
# Exception Resumable Description Created on
1 FAILED 20100528

Method GET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_URL Value transfer Type reference (TYPE) STRING 20101021
2 Importing IS_MSMP_RULE_CONTEXT Value transfer Type reference (TYPE) GRFN_MW_S_RULE_CONTEXT MSMP Rule Execution Context 20101021
3 Importing IT_PARAM Value transfer Type reference (TYPE) GRFN_MW_T_RULE_PARAMETER Table of MSMP Rule Parameters 20101021
4 Importing IV_APPLICATION_NAME Call by reference Type reference (TYPE) STRING 20101021
5 Importing IV_VAR_NAME Value transfer Type reference (TYPE) GRFNMW_NOTIFICATION_TEMPL_VAR Notification Template Variable Name 20101021
# Exception Resumable Description Created on
1 FAILED Rule Evaluation Failed 20101021

Method GET_USER_FULL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UNAME Value transfer Type reference (TYPE) SIMPLE SY-UNAME User Name 20100516
2 Returning RV_FULLNAME Value transfer Type reference (TYPE) STRING 20100516

Method GET_USER_FULL_NAME on class CL_GRAC_WF_TOOLS has no exception.

Method LOAD_MIME_REPOSITORY_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOC_CLASS Value transfer Type reference (TYPE) SDOK_CLASS 'M_TEXT_L' 20100516
2 Importing IV_DOC_GUID Value transfer Type reference (TYPE) SDOK_DOCID ID for documents and relations 20100516
3 Importing IV_DOC_OBJTYPE Value transfer Type reference (TYPE) SKWF_IOTY SKWFC_OBTYPE_LOIO KW Framework: IO type 20100516
4 Returning RV_FILE_DATA Value transfer Type reference (TYPE) XSTRING 20100516
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100516
History
Last changed by/on SAP  20141106 
SAP Release Created in 600