SAP ABAP Function Module EUP_CALLABLE_OBJECT_EXECUTE (Executes a callable object.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-GP (Application Component) Guided Procedure
     S_EUP_GP (Package) Development GP
Basic Data
Function Module EUP_CALLABLE_OBJECT_EXECUTE Executes a callable object.  
Function Group GP_PROCESS_RUNTIME   GP process runtime function modules.  
Program Name SAPLGP_PROCESS_RUNTIME    
INCLUDE Name LGP_PROCESS_RUNTIMEU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_RESULT TYPE EUP_ST_CO_EXECUTION_STATE The result information about the callable object execution.
Importing IV_CO_ID TYPE GUID_32 The id of the callable object to execute.
Importing IV_GLOBAL_VERSION TYPE INT4 The version of the callable object to execute - global part.
Importing IV_LOCAL_VERSION TYPE INT4 The version of the callable object to execute - local part.
Importing IV_VALUE_DATA TYPE STRING The input value data.
Importing IV_ACCEPT_BY TYPE DATS The time stamp for asynchronous execution.
Importing IV_ANONYMOS TYPE CHAR1 Whether or not the item is anonymous.
Importing IV_EXECUTOR TYPE SYST-UNAME The executor.
Importing IV_SYSTEM_ID TYPE SYST-SYSID Name of SAP R/3 System
Exception ENGINE_EXCEPTION TYPE An error has occured that was not caused by external conditions.
Exception INVOCATION_EXCEPTION TYPE Any of the request parameters are insufficient to complete the request.
               
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  20041230 
SAP Release Created in 700