SAP ABAP Class CL_GRFN_SURVEY_INBOUND (Survey Inbound handler)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_SURVEY (Package) GRC Survey
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_SURVEY (Package) GRC Survey
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 | 20100312 |
Properties
Class | CL_GRFN_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 | GRFN_SURVEY | GRC Survey |
Created | 20100312 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRFN_SURVEY_INBOUND has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_INBOUND_EXIT_BCS | BCS: Exit for Inbound Processing | 20100312 |
Friends
Class CL_GRFN_SURVEY_INBOUND has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MC_MODEL_SURVEY | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRFN_MODEL_SURVEY' | Reference type | 20100806 | |
2 | MO_INSTANCE | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_SURVEY_INBOUND | Survey Inbound handler | 20100312 | ||
3 | MO_MODEL_SURVEY | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_MODEL_SURVEY | Survey model | 20100809 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | EXTRACT_DATA | Instance method | Private | Method | Extract data from form | 20100312 |
2 | GET_SENDER_UNAME | Instance method | Private | Method | Get sender | 20100312 |
3 | GET_VALID_AMOUNT | Instance method | Private | Method | Get valid amount according to the currency key | 20100312 |
4 | GET_VARIABLE_RECIPIENT | Instance method | Private | Method | Get the value of variable RECIPIENT | 20100312 |
5 | RAISE_ERROR | Instance method | Private | Method | Raise error with exception | 20100312 |
6 | SEND_DUPLICATE_NOTIFICATION | Instance method | Private | Method | Send duplicate survey notification | 20100312 |
7 | SEND_NOTIFICATION | Instance method | Private | Method | Send Notification | 20100312 |
8 | SEND_OBSOLETE_NOTIFICATION | Instance method | Private | Method | Send obsolete survey notification | 20100809 |
9 | UPDATE_RESPONSE_QANSWER | Instance method | Private | Method | 20100407 |
Events
Class CL_GRFN_SURVEY_INBOUND has no event.
Types
Class CL_GRFN_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) | GRFN_S_SVYINST_UI | Survey Template UI | 20100312 | ||
2 | Exporting | ET_ANSWERS | Call by reference | Type reference (TYPE) | GRFN_T_API_QUESTION_ANSWER | Question with answer | 20100312 | ||
3 | Importing | IO_XMLDOC | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20100312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100312 |
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_GRFN_APPLOG_PLANNER | The application log for GRRM planner | 20100312 | ||
2 | Returning | RV_SENDER | Value transfer | Type reference (TYPE) | UNAME | User Name | 20100312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100312 |
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 | Amount | 20100312 | ||
2 | Importing | IV_CURK | Call by reference | Type reference (TYPE) | GRFN_CURRENCY | Currency | 20100312 | ||
3 | Returning | RV_AMOUNT | Value transfer | Type reference (TYPE) | GRFN_AAMOUNT | Amount | 20100312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100312 |
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 | 20100312 | |||
2 | Exporting | EV_RECIPIENT_ID | Call by reference | Type reference (TYPE) | UNAME | User Name | 20100312 | ||
3 | Importing | IV_EMAIL | Call by reference | Type reference (TYPE) | AD_SMTPADR | E-Mail Address | 20100312 |
Method GET_VARIABLE_RECIPIENT on class CL_GRFN_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 | 20100312 | ||
2 | Importing | IV_PAR1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | Message Variable | 20100312 | ||
3 | Importing | IV_PAR2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | Message Variable | 20100312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100312 |
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_GRFN_APPLOG_PLANNER | The application log for GRRM planner | 20100312 | ||
2 | Importing | IS_SURVEY | Call by reference | Type reference (TYPE) | GRFN_S_SVYINST | Survey Instance | 20100608 | ||
3 | Importing | IV_MESSAGE_CLASS | Call by reference | Type reference (TYPE) | SYMSGID | Object ID | 20100329 | ||
4 | Importing | IV_RECIPIENT_EMAIL | Call by reference | Type reference (TYPE) | AD_SMTPADR | E-Mail Address | 20100312 | ||
5 | Importing | IV_SEND_AT | Call by reference | Type reference (TYPE) | BCS_SNDAT | BCS: Send in the Future: Time Stamp in UTC | 20100312 | ||
6 | Importing | IV_SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20100312 | |||
7 | Importing | IV_SURVEY_NAME | Call by reference | Type reference (TYPE) | STRING | 20100312 | |||
8 | Importing | IV_SVYCAT | Call by reference | Type reference (TYPE) | GRFN_SURVEY_CAT | Survey Category | 20100608 |
Method SEND_DUPLICATE_NOTIFICATION on class CL_GRFN_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_GRFN_APPLOG_PLANNER | The application log for GRRM planner | 20100312 | ||
2 | Importing | IT_VARIABLE | Call by reference | Type reference (TYPE) | GRFN_T_MSG_VARIABLE | Variables used in notifications | 20100312 | ||
3 | Importing | IV_ATTACHMENT_DATA | Call by reference | Type reference (TYPE) | XSTRING | 20100312 | |||
4 | Importing | IV_ATTACHMENT_TYPE | Call by reference | Type reference (TYPE) | SO_OBJ_TP | Code for document class | 20100312 | ||
5 | Importing | IV_MESSAGE_CLASS | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20100329 | ||
6 | Importing | IV_MESSAGE_NO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20100312 | ||
7 | Importing | IV_SMTPADR | Call by reference | Type reference (TYPE) | AD_SMTPADR | E-Mail Address | 20100312 |
Method SEND_NOTIFICATION on class CL_GRFN_SURVEY_INBOUND has no exception.
Method SEND_OBSOLETE_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_GRFN_APPLOG_PLANNER | The application log for grfn survey planner | 20100809 | ||
2 | Importing | IV_MESSAGE_CLASS | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20100809 | ||
3 | Importing | IV_RECIPIENT_EMAIL | Call by reference | Type reference (TYPE) | AD_SMTPADR | E-Mail Address | 20100809 | ||
4 | Importing | IV_SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20100809 |
Method SEND_OBSOLETE_NOTIFICATION on class CL_GRFN_SURVEY_INBOUND has no exception.
Method UPDATE_RESPONSE_QANSWER 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_GRFN_APPLOG_PLANNER | The application log for grfn survey planner | 20100407 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100407 | ||
3 | Importing | IS_API_SVYINST | Call by reference | Type reference (TYPE) | GRFN_S_API_SURVEY_DATA | Survey API Data | 20100407 | ||
4 | Importing | IT_QANSWERS | Call by reference | Type reference (TYPE) | GRFN_T_API_QUESTION_ANSWER | Question with answer | 20100407 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100407 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |