SAP ABAP Class CL_GRRM_SURVEY_INBOUND (Survey Inbound handler)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_SURVEY (Package) Risk Management Surveys
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_INBOUND_EXIT_BCS BCS: Exit for Inbound Processing 20080903
Properties
Class CL_GRRM_SURVEY_INBOUND  
Short Description Survey Inbound handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_SURVEY   Risk Management Surveys 
Created 20080903   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GRRM0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_INBOUND_EXIT_BCS BCS: Exit for Inbound Processing 20080903
Friends
Class CL_GRRM_SURVEY_INBOUND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GRRM_SURVEY_INBOUND Survey Inbound handler 20080903
Methods
# Method Level Visibility Method type Description Created on
1 EXTRACT_DATA Instance method Private Method Extract data from form 20080916
2 GET_SENDER_UNAME Instance method Private Method Get sender 20081022
3 GET_VALID_AMOUNT Instance method Public Method Get valid amount according to the currency key 20090724
4 GET_VARIABLE_RECIPIENT Instance method Private Method Get the value of variable RECIPIENT 20091028
5 RAISE_ERROR Instance method Private Method Raise error with exception 20080909
6 SEND_DUPLICATE_NOTIFICATION Instance method Private Method Send duplicate survey notification 20091028
7 SEND_NOTIFICATION Instance method Private Method Send Notification 20091028
8 VALIDATE_SURVEY Instance method Private Method Validate survey data 20080917
Events
Class CL_GRRM_SURVEY_INBOUND has no event.
Types
Class CL_GRRM_SURVEY_INBOUND has no local type.
Method Signatures

Method EXTRACT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SURVEY Call by reference Type reference (TYPE) GRRM_S_SVYINST_UI 20080916
2 Exporting ET_ANSWERS Call by reference Type reference (TYPE) GRFN_T_API_QUESTION_ANSWER Question with answer 20080916
3 Exporting ET_SVYANAL Call by reference Type reference (TYPE) GRRM_T_SVYANAL_UI Survey Analysis Data for UI 20081021
4 Importing IO_XMLDOC Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20080916
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090724

Method GET_SENDER_UNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) CL_GRRM_APPLOG_PLANNER The application log for GRRM planner 20081022
2 Returning RV_SENDER Value transfer Type reference (TYPE) UNAME Sender User Name 20081022
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20081022

Method GET_VALID_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AMOUNT Call by reference Type reference (TYPE) GRFN_AAMOUNT Currency amount 20090724
2 Importing IV_CURK Call by reference Type reference (TYPE) GRFN_CURRENCY Currency 20090724
3 Returning RV_AMOUNT Value transfer Type reference (TYPE) GRFN_AAMOUNT Currency amount 20090724
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090724

Method GET_VARIABLE_RECIPIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RECIPIENT_FULL_NAME Call by reference Type reference (TYPE) STRING Full name of RECIPIENT 20091028
2 Exporting EV_RECIPIENT_ID Call by reference Type reference (TYPE) UNAME User Name 20091028
3 Importing IV_EMAIL Call by reference Type reference (TYPE) AD_SMTPADR E-Mail Address 20091028

Method GET_VARIABLE_RECIPIENT on class CL_GRRM_SURVEY_INBOUND has no exception.

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20080909
2 Importing IV_PAR1 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20080909
3 Importing IV_PAR2 Call by reference Type reference (TYPE) SY-MSGV2 Message Variable 20080909
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080909

Method SEND_DUPLICATE_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) CL_GRRM_APPLOG_PLANNER The application log for GRRM planner 20091028
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091028
3 Importing IV_RECIPIENT_EMAIL Call by reference Type reference (TYPE) AD_SMTPADR E-Mail Address 20091028
4 Importing IV_SEND_AT Call by reference Type reference (TYPE) BCS_SNDAT BCS: Send in the Future: Time Stamp in UTC 20091028
5 Importing IV_SUBJECT Call by reference Type reference (TYPE) STRING 20091028
6 Importing IV_SURVEY_NAME Call by reference Type reference (TYPE) STRING 20091028

Method SEND_DUPLICATE_NOTIFICATION on class CL_GRRM_SURVEY_INBOUND has no exception.

Method SEND_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) CL_GRRM_APPLOG_PLANNER The application log for GRRM planner 20091028
2 Importing IT_VARIABLE Call by reference Type reference (TYPE) GRFN_T_MSG_VARIABLE Variables used in notifications 20091028
3 Importing IV_ATTACHMENT_DATA Call by reference Type reference (TYPE) XSTRING 20091028
4 Importing IV_ATTACHMENT_TYPE Call by reference Type reference (TYPE) SO_OBJ_TP Code for document class 20091028
5 Importing IV_MESSAGE_NO Call by reference Type reference (TYPE) SYMSGNO Message Number 20091028
6 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091028
7 Importing IV_SMTPADR Call by reference Type reference (TYPE) AD_SMTPADR E-Mail Address 20091028

Method SEND_NOTIFICATION on class CL_GRRM_SURVEY_INBOUND has no exception.

Method VALIDATE_SURVEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) GRFN_T_STRING String table 20080917
2 Exporting EV_ERROR Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080917
3 Importing IS_SURVEY Call by reference Type reference (TYPE) GRRM_S_SVYINST_UI Survey Template UI 20080917
4 Importing IT_ANSWERS Call by reference Type reference (TYPE) GRFN_T_API_QUESTION_ANSWER Question with answer 20080917
5 Importing IT_SVYANAL Call by reference Type reference (TYPE) GRRM_T_SVYANAL_UI Survey Analysis Data for UI 20081021

Method VALIDATE_SURVEY on class CL_GRRM_SURVEY_INBOUND has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300