SAP ABAP Interface IF_GRPC_MODEL_DISCSVY (Disclosure survey model)
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_MODEL_DISC_SURVEY Disclosure survey API model class 20120321
Properties
Interface IF_GRPC_MODEL_DISCSVY  
Short Description Disclosure survey model    
General Data
Package GRPC_DISCLOSURE_SURVEY   Disclosure Survey 
Created 20120319   SAP 
Last changed 20141106    
Unicode checks active    
Forward declarations
Interface IF_GRPC_MODEL_DISCSVY has no forward declaration.
Interfaces
Interface IF_GRPC_MODEL_DISCSVY has no interface.
Friends
Interface IF_GRPC_MODEL_DISCSVY has no friend.
Attributes
Interface IF_GRPC_MODEL_DISCSVY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_OBJECT_TO_SURVEY Instance method Public Method 20120320
2 CREATE_PLAN Instance method Public Method 20120319
3 CREATE_SURVEY Instance method Public Method 20120320
4 DELETE_PLAN Instance method Public Method 20120319
5 DELETE_PLAN_OBJECTS Instance method Public Method 20120517
6 GET_PLAN Instance method Public Method 20120319
7 GET_PLANNAME Instance method Public Method 20120416
8 GET_PLAN_ID_BY_SURVEY_ID Instance method Public Method 20120321
9 GET_PLAN_OBJECTS Instance method Public Method 20120424
10 GET_PLAN_SURVEYS Instance method Public Method 20120319
11 GET_SURVEY Instance method Public Method 20120319
12 GET_SURVEY_OBJECTS Instance method Public Method 20120319
13 UPDATE_OBJECT Instance method Public Method 20120321
14 UPDATE_PLAN_OBJECTS Instance method Public Method 20120424
15 UPDATE_SURVEY Instance method Public Method 20120321
Events
Interface IF_GRPC_MODEL_DISCSVY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_OBJECT Public Type reference (TYPE) GRPCDISCSVYOBJ 20120320
2 YS_PHASE Public Type reference (TYPE) J_ISTAT 20120320
3 YS_PLAN Public Type reference (TYPE) GRPCDISCSVYPLAN 20120320
4 YS_SURVEY Public Type reference (TYPE) GRPCDISCSVY 20120320
5 YT_OBJECT Public See coding 20120320 yt_object TYPE STANDARD TABLE OF ys_object WITH DEFAULT KEY INITIAL SIZE 0
6 YT_PLAN_OBJECTS Public See coding 20120424 yt_plan_objects TYPE TABLE OF grpcdiscsvypo WITH DEFAULT KEY INITIAL SIZE 0
7 YT_SURVEY Public See coding 20120319 yt_survey TYPE STANDARD TABLE OF ys_survey WITH DEFAULT KEY INITIAL SIZE 0
Method Signatures

Method ADD_OBJECT_TO_SURVEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECT Call by reference Type reference (TYPE) YS_OBJECT 20120320

Method ADD_OBJECT_TO_SURVEY on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method CREATE_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) GRPCDISCSVYPLAN 20120319

Method CREATE_PLAN on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method CREATE_SURVEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SURVEY Call by reference Type reference (TYPE) YS_SURVEY 20120320

Method CREATE_SURVEY on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method DELETE_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLAN_ID Call by reference Type reference (TYPE) GRFN_GUID 20120319

Method DELETE_PLAN on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method DELETE_PLAN_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLAN Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20120517

Method DELETE_PLAN_OBJECTS on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method GET_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLAN_ID Call by reference Type reference (TYPE) GRFN_GUID 20120319
2 Returning RS_DATA Value transfer Type reference (TYPE) GRPCDISCSVYPLAN 20120319

Method GET_PLAN on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method GET_PLANNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLAN_ID Call by reference Type reference (TYPE) GRFN_GUID 20120416
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20120416

Method GET_PLANNAME on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method GET_PLAN_ID_BY_SURVEY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SURVEY Call by reference Type reference (TYPE) GUID_32 20120321
2 Returning RV_PLAN Value transfer Type reference (TYPE) GUID_32 20120321

Method GET_PLAN_ID_BY_SURVEY_ID on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method GET_PLAN_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLAN Call by reference Type reference (TYPE) GUID_32 20120424
2 Returning RT_OBJECT Value transfer Type reference (TYPE) YT_PLAN_OBJECTS 20120424

Method GET_PLAN_OBJECTS on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method GET_PLAN_SURVEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLAN_ID Call by reference Type reference (TYPE) GUID_32 20120319
2 Returning RT_SURVEY Value transfer Type reference (TYPE) YT_SURVEY 20120319

Method GET_PLAN_SURVEYS on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method GET_SURVEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SURVEY_ID Call by reference Type reference (TYPE) GUID_32 20120319
2 Returning RS_SURVEY Value transfer Type reference (TYPE) GRPCDISCSVY 20120319

Method GET_SURVEY on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method GET_SURVEY_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SURVEY_ID Call by reference Type reference (TYPE) GUID_32 20120319
2 Returning RT_OBJECT Value transfer Type reference (TYPE) YT_OBJECT 20120320

Method GET_SURVEY_OBJECTS on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method UPDATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECT Call by reference Type reference (TYPE) YS_OBJECT 20120321

Method UPDATE_OBJECT on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method UPDATE_PLAN_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT Call by reference Type reference (TYPE) YT_PLAN_OBJECTS 20120424

Method UPDATE_PLAN_OBJECTS on Interface IF_GRPC_MODEL_DISCSVY has no exception.

Method UPDATE_SURVEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SURVEY Call by reference Type reference (TYPE) YS_SURVEY 20120321

Method UPDATE_SURVEY on Interface IF_GRPC_MODEL_DISCSVY has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100