SAP ABAP Class IF_GRFN_API_SRV_QUESTION (Survey Template API interface)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_GRFN_API_BASIS Basis interface for the GRC API 20091026
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRFN_API_SRV_QUESTION Survey Template API 20091026
Properties
Class IF_GRFN_API_SRV_QUESTION  
Short Description Survey Template API interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20091026   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_GRFN_API_SRV_QUESTION has no interface implemented.
Friends
Class IF_GRFN_API_SRV_QUESTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ATYPE_AMOUNT Constant Public Type reference (TYPE) GRPC_ATYPE 'A' Answer type 20100331
2 C_ATYPE_CHOICE Constant Public Type reference (TYPE) GRPC_ATYPE 'C' Answer type 20100331
3 C_ATYPE_IMPACT_LEVEL Constant Public Type reference (TYPE) GRPC_ATYPE 'I' Answer type 20100331
4 C_ATYPE_PERCENTAGE Constant Public Type reference (TYPE) GRPC_ATYPE 'P' Answer type 20100331
5 C_ATYPE_PROB_LEVEL Constant Public Type reference (TYPE) GRPC_ATYPE 'B' Answer type 20100331
6 C_ATYPE_RATING Constant Public Type reference (TYPE) GRPC_ATYPE 'R' Answer type 20100331
7 C_ATYPE_SPEED_OF_ONSET Constant Public Type reference (TYPE) GRPC_ATYPE 'S' Answer type 20100331
8 C_ATYPE_TEXT Constant Public Type reference (TYPE) GRPC_ATYPE 'T' Answer type 20100331
9 C_ATYPE_YESNO Constant Public Type reference (TYPE) GRPC_ATYPE 'Y' Answer type 20100331
10 MV_OBJECT Instance attribute Public Attribute reference (LIKE) 20100402
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method 20091026
2 DELETE Instance method Public Method 20091026
3 QUERY Static method Public Method 20091026
4 RETRIEVE Instance method Public Method 20091026
5 SRV_QUESTION_CATEGORY Static method Public Method 20091026
6 SRV_QUESTION_CATEGORY_ATYPE Static method Public Method 20100428
7 SRV_QUESTION_RATING Static method Public Method 20100401
8 UPDATE Instance method Public Method 20091026
Events
Class IF_GRFN_API_SRV_QUESTION has no event.
Types
Class IF_GRFN_API_SRV_QUESTION has no local type.
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091026
2 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091026
3 Returning RV_SRV_QUESTION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091026
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091026

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091026
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091026

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091026
2 Importing IT_QCATEGORY_FILTER Call by reference Type reference (TYPE) GRPC_T_API_QCATEGORY Question category 20091026
3 Importing IV_ONLY_ACTIVE Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20091026
4 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091026
5 Returning RT_QUESTION Value transfer Type reference (TYPE) GRPC_T_API_SRV_QUESTION_DATA 20091026
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091026

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_QUESTION Value transfer Type reference (TYPE) GRPC_S_API_SRV_QUESTION_DATA Survey Question 20091026
2 Exporting ET_CHOICE Call by reference Type reference (TYPE) GRFN_T_API_SRV_QUESTION_CHOICE Survey Question Choices 20100330
3 Importing IV_EDITABLE Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20091026
4 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091026
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091026

Method SRV_QUESTION_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_QCATEGORY Value transfer Type reference (TYPE) GRPC_T_API_QCATEGORY Question category 20091026

Method SRV_QUESTION_CATEGORY on class IF_GRFN_API_SRV_QUESTION has no exception.

Method SRV_QUESTION_CATEGORY_ATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_QCATEGORY Call by reference Type reference (TYPE) GRPC_QCATEGORY Question category 20100428
2 Returning RT_ATYPE Value transfer Type reference (TYPE) GRPC_T_ATYPE Answer type 20100428

Method SRV_QUESTION_CATEGORY_ATYPE on class IF_GRFN_API_SRV_QUESTION has no exception.

Method SRV_QUESTION_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RATING Value transfer Type reference (TYPE) GRFN_T_API_QRATING Question Rating 20100401

Method SRV_QUESTION_RATING on class IF_GRFN_API_SRV_QUESTION has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SRV_QUESTION Value transfer Type reference (TYPE) GRPC_S_API_SRV_QUESTION_DATA 20091026
2 Importing IT_CHOICE Value transfer Type reference (TYPE) GRFN_T_API_SRV_QUESTION_CHOICE Survey Question Choices 20100330
3 Importing IV_FULL_CHECK Value transfer Type reference (TYPE) AS4FLAG 'X' Flag (X or Blank) 20100813
4 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091026
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091026
History
Last changed by/on SAP  20141106 
SAP Release Created in