SAP ABAP Function Module GRPC_API_AUTHORIZATION (Check the core PC authorizations)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_ENTITY_API (Package) GRC Process controls API
Basic Data
Function Module GRPC_API_AUTHORIZATION Check the core PC authorizations  
Function Group GRPC_API_SERVICES   Service APIs for the GRPC Entity APIs  
Program Name SAPLGRPC_API_SERVICES    
INCLUDE Name LGRPC_API_SERVICESU06    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_CREATE_ALLOWED TYPE BOOLE_D Create operation allowed
Exporting E_UPDATE_ALLOWED TYPE BOOLE_D Update operation allowed
Exporting E_RETRIEVE_ALLOWED TYPE BOOLE_D Retrieve operation allowed
Exporting E_DELETE_ALLOWED TYPE BOOLE_D Delete operation allowed
Exporting E_MOVE_ALLOWED TYPE BOOLE_D Move operation allowed
Exporting E_NOT_CLOSED TYPE BOOLE_D Data are not locked due to the signoff
Exporting E_RETURN_CODE TYPE INT4 Natural number
Importing I_SESSION_ID TYPE GRPC_API_SESSION_ID GRPC unique session ID
Importing I_OBJECT_ID TYPE GRPC_API_OBJECT_ID GRPC ID of the individual object
Importing I_ENTITY_ID TYPE GRPC_API_ENTITY_ID GRPC ID of the entity
Importing I_ORGUNIT_ID TYPE GRPC_API_OBJECT_ID GRPC ID of the individual object
Importing I_REGULATION_ID TYPE GRPC_API_OBJECT_ID GRPC ID of the individual object
Tables ET_UPDATE_FIELD TYPE GRPC_T_API_UPDATE_FIELD The list of the fields allowed for update
Tables ET_MESSAGE TYPE BAPIRETTAB Table with BAPI Return Information
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20141106 
SAP Release Created in 250