SAP ABAP Class CL_MDG_RFC (Check for external RFC Call)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG (Application Component) Master Data Governance
     MDG_BS_COMMON_OBJECTS (Package) MDG: Common Objects (IMG, Switches, Roles, ...)
Properties
Class CL_MDG_RFC  
Short Description Check for external RFC Call    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MDG_BS_COMMON_OBJECTS   MDG: Common Objects (IMG, Switches, Roles, ...) 
Created 20131018   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MDG_RFC has no forward declaration.
Interfaces
Class CL_MDG_RFC has no interface implemented.
Friends
Class CL_MDG_RFC has no friend class.
Attributes
Class CL_MDG_RFC has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 IS_AUTHORIZED Static method Public Method Check if user is authorized for S_RFC 20131112
2 IS_CALL_ALLOWED Static method Public Method Check if call is allowed (internal or authority check) 20131112
3 IS_EXTERNAL_CALL Static method Public Method Check if RFC call is external 20131112
Events
Class CL_MDG_RFC has no event.
Types
Class CL_MDG_RFC has no local type.
Method Signatures

Method IS_AUTHORIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RFC_NAME Call by reference Type reference (TYPE) RFC_NAME Name (Whitelist) of RFC object to which access is allowed 20131112
2 Returning RV_AUTHORIZED Value transfer Type reference (TYPE) BOOLE_D True if User is authorized 20131112

Method IS_AUTHORIZED on class CL_MDG_RFC has no exception.

Method IS_CALL_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RFC_NAME Call by reference Type reference (TYPE) RFC_NAME Name (Whitelist) of RFC object to which access is allowed 20131112
2 Returning RV_CALL_ALLOWED Value transfer Type reference (TYPE) BOOLE_D Call is allowed 20131112

Method IS_CALL_ALLOWED on class CL_MDG_RFC has no exception.

Method IS_EXTERNAL_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXTERNAL_CALL Value transfer Type reference (TYPE) BOOLE_D True if external call 20131112

Method IS_EXTERNAL_CALL on class CL_MDG_RFC has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in