SAP ABAP Class /IWBEP/CL_JSRPC_FUNCTION (JSON RPC 2.0 function module)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-BEP (Application Component) Gateway Business Eventing and Provisioning
     /IWBEP/JSON_RPC_CORE (Package) JSON-RPC 2.0 # Implementation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_JSRPC_METHOD JSON RPC 2.0 procedure 20131024
Properties
Class /IWBEP/CL_JSRPC_FUNCTION  
Short Description JSON RPC 2.0 function module    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/JSON_RPC_CORE   JSON-RPC 2.0 # Implementation 
Created 20130719   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWBEP/CL_JSRPC_FUNCTION has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_JSRPC_METHOD JSON RPC 2.0 procedure 20131024
Friends
Class /IWBEP/CL_JSRPC_FUNCTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CRITICAL Constant Protected Type reference (TYPE) TSL1D-SUBID 'T' 20131112
2 CO_FAILED Constant Protected Type reference (TYPE) TSL1D-SUBID 'S' 20131112
3 CO_SUCCESSFUL Constant Protected Type reference (TYPE) TSL1D-SUBID 'R' 20131112
4 CO_WHITELIST Constant Protected Type reference (TYPE) WL_NAME 'SAP_JSON_RPC_FUNCTION_MODULES' 20131112
5 DEFAULTS Instance attribute Protected Object reference (TYPE REF TO) DATA Defaults 20131024
6 EXCEPTION_TABLE Instance attribute Protected Type reference (TYPE) ABAP_FUNC_EXCPBIND_TAB Exception table 20131024
7 GROUP Instance attribute Protected Type reference (TYPE) RS38L_AREA Function Group 20131024
8 NAME Instance attribute Protected Type reference (TYPE) RS38L_FNAM Function Module 20131024
9 PARAMETER_TABLE Instance attribute Protected Type reference (TYPE) ABAP_FUNC_PARMBIND_TAB Parameter table 20131024
10 PARAMS Instance attribute Protected Object reference (TYPE REF TO) DATA Parameters 20131024
Methods
# Method Level Visibility Method type Description Created on
1 APPLY_DEFAULTS Instance method Public Method Apply defaults 20131024
2 AUTHORITY_CHECK_FUGR Instance method Protected Method Authroity check function group 20131024
3 AUTHORITY_CHECK_FUNC Instance method Protected Method Authroity check function module 20131024
4 CHECK_AUTHORITY Instance method Protected Method Authroity check for remote function call 20131024
5 CHECK_WHITELIST Instance method Protected Method Whitelist check for remote function call 20131112
6 CREATE Static method Public Method Create 20131024
7 GET_FUNCTION_GROUP Instance method Protected Method Get function group 20131024
8 GET_FUNCTION_PARAMETERS Instance method Protected Method Get function parameters 20131024
9 INIT Instance method Protected Method Init 20131024
10 INIT_DEFAULTS Instance method Protected Method 20131024
11 INIT_PARAMS Instance method Protected Method 20131024
12 INVOKE Instance method Protected Method Dynamic function invocation 20131024
13 WRITE_SAL_MESSAGE Instance method Protected Method Write security audit log message 20131112
Events
Class /IWBEP/CL_JSRPC_FUNCTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 FUNCTION_PARAMETER_T Protected See coding Function parameters 20131024 function_parameter_t TYPE STANDARD TABLE OF rfc_funint WITH DEFAULT KEY
2 WL_ENAME Protected See coding 20131112 wl_ename type c length 298
3 WL_NAME Protected See coding 20131112 wl_name type c length 40
Method Signatures

Method APPLY_DEFAULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PARAMS Call by reference Type reference (TYPE) DATA Params 20131024

Method APPLY_DEFAULTS on class /IWBEP/CL_JSRPC_FUNCTION has no exception.

Method AUTHORITY_CHECK_FUGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RS38L_AREA Function Group 20131024
2 Returning RETURN_CODE Value transfer Type reference (TYPE) I Return code 20131024

Method AUTHORITY_CHECK_FUGR on class /IWBEP/CL_JSRPC_FUNCTION has no exception.

Method AUTHORITY_CHECK_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) RS38L_FNAM Function Name 20131024
2 Returning RETURN_CODE Value transfer Type reference (TYPE) I Return code 20131024

Method AUTHORITY_CHECK_FUNC on class /IWBEP/CL_JSRPC_FUNCTION has no exception.

Method CHECK_AUTHORITY Signature

Method CHECK_AUTHORITY on class /IWBEP/CL_JSRPC_FUNCTION has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_JSRPC_ERROR 20131024

Method CHECK_WHITELIST Signature

Method CHECK_WHITELIST on class /IWBEP/CL_JSRPC_FUNCTION has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_JSRPC_ERROR 20131112

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FUNCTION Value transfer Object reference (TYPE REF TO) /IWBEP/CL_JSRPC_FUNCTION Function 20131024
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20131024
# Exception Resumable Description Created on
1 /IWBEP/CX_JSRPC_ERROR JSON RPC 2.0 error 20131024

Method GET_FUNCTION_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning GROUP Value transfer Type reference (TYPE) RS38L_AREA Function Group 20131024
2 Importing NAME Call by reference Type reference (TYPE) RS38L_FNAM Function name 20131024
# Exception Resumable Description Created on
1 /IWBEP/CX_JSRPC_METH_NOT_FOUND JSON RPC 2.0 method not found 20131024

Method GET_FUNCTION_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FUNCTION_PARAMETERS Call by reference Type reference (TYPE) FUNCTION_PARAMETER_T 20131024
2 Importing NAME Call by reference Type reference (TYPE) RS38L_FNAM Function Module 20131024
3 Exporting RETURN_CODE Call by reference Type reference (TYPE) I 20131024

Method GET_FUNCTION_PARAMETERS on class /IWBEP/CL_JSRPC_FUNCTION has no exception.

Method INIT Signature

Method INIT on class /IWBEP/CL_JSRPC_FUNCTION has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_JSRPC_ERROR 20131024

Method INIT_DEFAULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENTS Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20131024
2 Importing PARAMETERS Call by reference Type reference (TYPE) FUNCTION_PARAMETER_T 20131024

Method INIT_DEFAULTS on class /IWBEP/CL_JSRPC_FUNCTION has no exception.

Method INIT_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENTS Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20131024

Method INIT_PARAMS on class /IWBEP/CL_JSRPC_FUNCTION has no exception.

Method INVOKE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN_CODE Value transfer Type reference (TYPE) I 20131024
# Exception Resumable Description Created on
1 CX_DYNAMIC_CHECK Exception 20131024

Method WRITE_SAL_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SUBID Call by reference Type reference (TYPE) TSL1D-SUBID System log: Third character of message name 20131112

Method WRITE_SAL_MESSAGE on class /IWBEP/CL_JSRPC_FUNCTION has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 200