SAP ABAP Class IF_GRPC_DISCSVY (Disclosure survey)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRPC_API_DISCSVY | Disclosure survey | 20120313 |
Properties
| Class | IF_GRPC_DISCSVY | |
| Short Description | Disclosure survey | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120312 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_GRPC_DISCSVY has no forward declaration.
Interfaces
Class IF_GRPC_DISCSVY has no interface implemented.
Friends
Class IF_GRPC_DISCSVY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | YS_STATUS | 'FINISHED' | 20120402 | |||
| 2 | Constant | Public | Type reference (TYPE) | YS_STATUS | 'NEW' | 20120402 | |||
| 3 | Constant | Public | Type reference (TYPE) | YS_STATUS | 'READY' | 20120406 | |||
| 4 | Constant | Public | Type reference (TYPE) | YS_SVYINST_STATUS | 'FINISHED' | 20120514 | |||
| 5 | Constant | Public | Type reference (TYPE) | YS_SVYINST_STATUS | 'IN_PROCESS' | 20120514 | |||
| 6 | Constant | Public | Type reference (TYPE) | YS_SVYINST_STATUS | 'NA' | 20120514 | |||
| 7 | Constant | Public | Type reference (TYPE) | YS_SVYINST_STATUS | 'NEW' | 20120514 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120312 | ||
| 2 | Instance method | Public | Method | 20120514 | ||
| 3 | Instance method | Public | Method | 20120514 | ||
| 4 | Instance method | Public | Method | 20120402 | ||
| 5 | Instance method | Public | Method | 20120315 | ||
| 6 | Instance method | Public | Method | 20120312 | ||
| 7 | Instance method | Public | Method | 20120312 | ||
| 8 | Instance method | Public | Method | 20120313 | ||
| 9 | Instance method | Public | Method | 20120312 | ||
| 10 | Instance method | Public | Method | 20120402 | ||
| 11 | Instance method | Public | Method | 20120322 | ||
| 12 | Instance method | Public | Method | 20120514 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | STATUS_CHANGED | Instance Event (0) |
Public (2) |
20120419 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_DISCSVY | Public | See coding | 20120312 | BEGIN OF ys_discsvy,
id TYPE guid_32,
recipient TYPE uname,
planid TYPE guid_32,
phase TYPE if_grpc_discsvy_plan=>ys_phase,
survey TYPE REF TO if_grpc_discsvy,
END OF ys_discsvy
|
||
| 2 | YS_STATUS | Public | Type reference (TYPE) | GRPC_DISCSVY_STATUS | 20120402 | |
|
| 3 | YS_SVYINST_STATUS | Public | Type reference (TYPE) | STRING | 20120514 | |
|
| 4 | YT_DISCSVY | Public | See coding | 20120312 | yt_discsvy TYPE STANDARD TABLE OF ys_discsvy WITH DEFAULT KEY
|
Method Signatures
Method ADD_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | 20120312 | ||||
| 2 | RO_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_GRPC_DISCSVY_OBJECT | 20120320 |
Method ADD_OBJECT on class IF_GRPC_DISCSVY has no exception.
Method CHECK_MAIN_SURVEY_DONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DONE | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Indicator | 20120514 |
Method CHECK_MAIN_SURVEY_DONE on class IF_GRPC_DISCSVY has no exception.
Method CHECK_OBJECT_SURVEY_DONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DONE | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Indicator | 20120514 |
Method CHECK_OBJECT_SURVEY_DONE on class IF_GRPC_DISCSVY has no exception.
Method COMPLETE Signature
Method COMPLETE on class IF_GRPC_DISCSVY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120402 |
Method CREATE_SURVEY_INSTANCES Signature
Method CREATE_SURVEY_INSTANCES on class IF_GRPC_DISCSVY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120316 |
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | GUID_32 | 20120312 |
Method GET_ID on class IF_GRPC_DISCSVY has no exception.
Method GET_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_OBJECT | Value transfer | Type reference (TYPE) | IF_GRPC_DISCSVY_OBJECT=>YT_DISCSVY_OBJECT | 20120312 |
Method GET_OBJECTS on class IF_GRPC_DISCSVY has no exception.
Method GET_PHASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PHASE | Value transfer | Type reference (TYPE) | IF_GRPC_DISCSVY_PLAN=>YS_PHASE | 20120313 |
Method GET_PHASE on class IF_GRPC_DISCSVY has no exception.
Method GET_RECIPIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RECIPIENT | Value transfer | Type reference (TYPE) | UNAME | 20120312 |
Method GET_RECIPIENT on class IF_GRPC_DISCSVY has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATUS | Value transfer | Type reference (TYPE) | IF_GRPC_DISCSVY=>YS_STATUS | 20120402 |
Method GET_STATUS on class IF_GRPC_DISCSVY has no exception.
Method GET_SURVEY_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SURVEY_INSTANCE | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | 20120322 |
Method GET_SURVEY_INSTANCE on class IF_GRPC_DISCSVY has no exception.
Method GET_SURVEY_INSTANCE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SURVEY_INSTANCE | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20120514 | |||
| 2 | RV_STATUS | Value transfer | Type reference (TYPE) | YS_SVYINST_STATUS | 20120514 |
Method GET_SURVEY_INSTANCE_STATUS on class IF_GRPC_DISCSVY has no exception.
Event Signatures
Event STATUS_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STATUS | Exporting | Value transfer | Type reference (TYPE) | IF_GRPC_DISCSVY=>YS_STATUS | 20120419 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in |