SAP ABAP Interface IF_GRPC_DISCSVY (Disclosure survey)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_DISCLOSURE_SURVEY (Package) 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
Interface IF_GRPC_DISCSVY  
Short Description Disclosure survey    
General Data
Package GRPC_DISCLOSURE_SURVEY   Disclosure Survey 
Created 20120312   SAP 
Last changed 20141106    
Unicode checks active    
Forward declarations
Interface IF_GRPC_DISCSVY has no forward declaration.
Interfaces
Interface IF_GRPC_DISCSVY has no interface.
Friends
Interface IF_GRPC_DISCSVY has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_STATUS_FINISHED Constant Public Type reference (TYPE) YS_STATUS 'FINISHED' 20120402
2 CV_STATUS_NEW Constant Public Type reference (TYPE) YS_STATUS 'NEW' 20120402
3 CV_STATUS_READY Constant Public Type reference (TYPE) YS_STATUS 'READY' 20120406
4 CV_SVYINST_STATUS_FINISHED Constant Public Type reference (TYPE) YS_SVYINST_STATUS 'FINISHED' 20120514
5 CV_SVYINST_STATUS_IN_PROCESS Constant Public Type reference (TYPE) YS_SVYINST_STATUS 'IN_PROCESS' 20120514
6 CV_SVYINST_STATUS_NA Constant Public Type reference (TYPE) YS_SVYINST_STATUS 'NA' 20120514
7 CV_SVYINST_STATUS_NEW Constant Public Type reference (TYPE) YS_SVYINST_STATUS 'NEW' 20120514
Methods
# Method Level Visibility Method type Description Created on
1 ADD_OBJECT Instance method Public Method 20120312
2 CHECK_MAIN_SURVEY_DONE Instance method Public Method 20120514
3 CHECK_OBJECT_SURVEY_DONE Instance method Public Method 20120514
4 COMPLETE Instance method Public Method 20120402
5 CREATE_SURVEY_INSTANCES Instance method Public Method 20120315
6 GET_ID Instance method Public Method 20120312
7 GET_OBJECTS Instance method Public Method 20120312
8 GET_PHASE Instance method Public Method 20120313
9 GET_RECIPIENT Instance method Public Method 20120312
10 GET_STATUS Instance method Public Method 20120402
11 GET_SURVEY_INSTANCE Instance method Public Method 20120322
12 GET_SURVEY_INSTANCE_STATUS 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 Importing IV_OBJECT Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID 20120312
2 Returning RO_OBJECT Value transfer Object reference (TYPE REF TO) IF_GRPC_DISCSVY_OBJECT 20120320

Method ADD_OBJECT on Interface 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 Returning RV_DONE Value transfer Type reference (TYPE) GRFN_BOOLEAN Indicator 20120514

Method CHECK_MAIN_SURVEY_DONE on Interface 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 Returning RV_DONE Value transfer Type reference (TYPE) GRFN_BOOLEAN Indicator 20120514

Method CHECK_OBJECT_SURVEY_DONE on Interface IF_GRPC_DISCSVY has no exception.

Method COMPLETE Signature

Method COMPLETE on Interface IF_GRPC_DISCSVY has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 20120402

Method CREATE_SURVEY_INSTANCES Signature

Method CREATE_SURVEY_INSTANCES on Interface IF_GRPC_DISCSVY has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 20120316

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) GUID_32 20120312

Method GET_ID on Interface 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 Returning RT_OBJECT Value transfer Type reference (TYPE) IF_GRPC_DISCSVY_OBJECT=>YT_DISCSVY_OBJECT 20120312

Method GET_OBJECTS on Interface 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 Returning RV_PHASE Value transfer Type reference (TYPE) IF_GRPC_DISCSVY_PLAN=>YS_PHASE 20120313

Method GET_PHASE on Interface 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 Returning RV_RECIPIENT Value transfer Type reference (TYPE) UNAME 20120312

Method GET_RECIPIENT on Interface 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 Returning RV_STATUS Value transfer Type reference (TYPE) IF_GRPC_DISCSVY=>YS_STATUS 20120402

Method GET_STATUS on Interface 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 Returning RV_SURVEY_INSTANCE Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID 20120322

Method GET_SURVEY_INSTANCE on Interface 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 Importing IV_SURVEY_INSTANCE Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120514
2 Returning RV_STATUS Value transfer Type reference (TYPE) YS_SVYINST_STATUS 20120514

Method GET_SURVEY_INSTANCE_STATUS on Interface 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 V1100