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
⤷
⤷
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 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRFN_MODEL_SURVEY' | Reference type | 20100806 | ||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_SURVEY_INBOUND | Survey Inbound handler | 20100312 | |||
| 3 | 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 | Instance method | Private | Method | Extract data from form | 20100312 | |
| 2 | Instance method | Private | Method | Get sender | 20100312 | |
| 3 | Instance method | Private | Method | Get valid amount according to the currency key | 20100312 | |
| 4 | Instance method | Private | Method | Get the value of variable RECIPIENT | 20100312 | |
| 5 | Instance method | Private | Method | Raise error with exception | 20100312 | |
| 6 | Instance method | Private | Method | Send duplicate survey notification | 20100312 | |
| 7 | Instance method | Private | Method | Send Notification | 20100312 | |
| 8 | Instance method | Private | Method | Send obsolete survey notification | 20100809 | |
| 9 | 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 | ES_SURVEY | Call by reference | Type reference (TYPE) | GRFN_S_SVYINST_UI | Survey Template UI | 20100312 | |||
| 2 | ET_ANSWERS | Call by reference | Type reference (TYPE) | GRFN_T_API_QUESTION_ANSWER | Question with answer | 20100312 | |||
| 3 | IO_XMLDOC | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20100312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_PLANNER | The application log for GRRM planner | 20100312 | |||
| 2 | RV_SENDER | Value transfer | Type reference (TYPE) | UNAME | User Name | 20100312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_AMOUNT | Call by reference | Type reference (TYPE) | GRFN_AAMOUNT | Amount | 20100312 | |||
| 2 | IV_CURK | Call by reference | Type reference (TYPE) | GRFN_CURRENCY | Currency | 20100312 | |||
| 3 | RV_AMOUNT | Value transfer | Type reference (TYPE) | GRFN_AAMOUNT | Amount | 20100312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | EV_RECIPIENT_FULL_NAME | Call by reference | Type reference (TYPE) | STRING | 20100312 | ||||
| 2 | EV_RECIPIENT_ID | Call by reference | Type reference (TYPE) | UNAME | User Name | 20100312 | |||
| 3 | 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 | IV_NO | Call by reference | Type reference (TYPE) | SY-MSGNO | Message Number | 20100312 | |||
| 2 | IV_PAR1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | Message Variable | 20100312 | |||
| 3 | IV_PAR2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | Message Variable | 20100312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_PLANNER | The application log for GRRM planner | 20100312 | |||
| 2 | IS_SURVEY | Call by reference | Type reference (TYPE) | GRFN_S_SVYINST | Survey Instance | 20100608 | |||
| 3 | IV_MESSAGE_CLASS | Call by reference | Type reference (TYPE) | SYMSGID | Object ID | 20100329 | |||
| 4 | IV_RECIPIENT_EMAIL | Call by reference | Type reference (TYPE) | AD_SMTPADR | E-Mail Address | 20100312 | |||
| 5 | IV_SEND_AT | Call by reference | Type reference (TYPE) | BCS_SNDAT | BCS: Send in the Future: Time Stamp in UTC | 20100312 | |||
| 6 | IV_SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20100312 | ||||
| 7 | IV_SURVEY_NAME | Call by reference | Type reference (TYPE) | STRING | 20100312 | ||||
| 8 | 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 | IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_PLANNER | The application log for GRRM planner | 20100312 | |||
| 2 | IT_VARIABLE | Call by reference | Type reference (TYPE) | GRFN_T_MSG_VARIABLE | Variables used in notifications | 20100312 | |||
| 3 | IV_ATTACHMENT_DATA | Call by reference | Type reference (TYPE) | XSTRING | 20100312 | ||||
| 4 | IV_ATTACHMENT_TYPE | Call by reference | Type reference (TYPE) | SO_OBJ_TP | Code for document class | 20100312 | |||
| 5 | IV_MESSAGE_CLASS | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20100329 | |||
| 6 | IV_MESSAGE_NO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20100312 | |||
| 7 | 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 | IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_PLANNER | The application log for grfn survey planner | 20100809 | |||
| 2 | IV_MESSAGE_CLASS | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20100809 | |||
| 3 | IV_RECIPIENT_EMAIL | Call by reference | Type reference (TYPE) | AD_SMTPADR | E-Mail Address | 20100809 | |||
| 4 | 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 | IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_PLANNER | The application log for grfn survey planner | 20100407 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100407 | |||
| 3 | IS_API_SVYINST | Call by reference | Type reference (TYPE) | GRFN_S_API_SURVEY_DATA | Survey API Data | 20100407 | |||
| 4 | IT_QANSWERS | Call by reference | Type reference (TYPE) | GRFN_T_API_QUESTION_ANSWER | Question with answer | 20100407 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100407 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |