Show TOC

Parameters of Interface Method execute_sql_scriptLocate this document in the navigation structure

Interface method if_rspls_sql_script -> execute_sql_script calls the SQL script procedure. The table below provides an overview of the parameters of this method.

Parameter Type Parameter Type Description
I_VIEW Type Importing Set i_view. This is the importing parameter of method TREX_EXECUTE.
I_VIEW_REF Type Importing If you are using IF_RSPLFA_SRVTYPE_TREX_EXEC_R, set i_view_ref. This is the importing parameter of method TREX_EXECUTE.
I_T_IOBJ_PARAM Type Importing

Every row in this table represents a parameter in the SQL script procedure. The fields are as follows:

  • NAME: Name of the parameter

  • IOBJNM: InfoObject that sets the type of the parameter.

  • VALUE: Parameter value
I_PROC_NAME Type Importing Name of the SQL script procedure
I_R_MSG Type Ref To Importing Set i_r_msg. This is the importing parameter of method TREX_EXECUTE
R_RESULT_VIEW Type Returning Copy over the return value of interface method if_rspls_sql_script -> execute_sql_script to return value r_s_view-view of implemented method TREX_EXECUTE.