RCFQIGEN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RCFQIGEN into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Generation of Function Modules for Function Group CFQ1
INCLUDE CFQIINFO.
No SAP DATABASE tables are accessed within this REPORT code!
RFC_PING call function 'RFC_PING' destination p_logsys exceptions system_failure = 1 communication_failure = 2.
FUNCTION_DELETE call function 'FUNCTION_DELETE' exporting funcname = ls_relations-CFQI_INTF_MODULE.
RPY_FUNCTIONMODULE_READ call function 'RPY_FUNCTIONMODULE_READ' destination p_logsys exporting functionname = ls_relations-CFQI_INTF_MODULE IMPORTING GLOBAL_FLAG = l_global_flag REMOTE_CALL = l_remote_call UPDATE_TASK = l_update_task SHORT_TEXT = l_short_text FUNCTION_POOL = l_function_pool tables import_parameter = lt_import changing_parameter = lt_changing export_parameter = lt_export tables_parameter = lt_tables exception_list = lt_exception_list documentation = lt_parameter_docu source = lt_source EXCEPTIONS ERROR_MESSAGE = 1 FUNCTION_NOT_FOUND = 2 INVALID_NAME = 3 OTHERS = 4 .
RPY_FUNCTIONMODULE_INSERT call function 'RPY_FUNCTIONMODULE_INSERT' exporting funcname = ls_relations-CFQI_INTF_MODULE function_pool = l_function_pool INTERFACE_GLOBAL = l_global_flag REMOTE_CALL = l_remote_call short_text = l_short_text SUPPRESS_CORR_CHECK = 'X' UPDATE_TASK = l_update_task CORRNUM = ' ' NAMESPACE = ' ' * IMPORTING * FUNCTION_INCLUDE = tables import_parameter = lt_import export_parameter = lt_export tables_parameter = lt_tables changing_parameter = lt_changing exception_list = lt_exception_list parameter_docu = lt_parameter_docu source = lt_source EXCEPTIONS DOUBLE_TASK = 1 ERROR_MESSAGE = 2 FUNCTION_ALREADY_EXISTS = 3 INVALID_FUNCTION_POOL = 4 INVALID_NAME = 5 TOO_MANY_FUNCTIONS = 6 NO_MODIFY_PERMISSION = 7 NO_SHOW_PERMISSION = 8 ENQUEUE_SYSTEM_FAILURE = 9 CANCELED_IN_CORR = 10 OTHERS = 11.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCFQIGEN - Generation of Function Modules for Function Group CFQ1 RCFQIGEN - Generation of Function Modules for Function Group CFQ1 RCFQICUST - Generation Report for Function Group CFQI RCFQICUST - Generation Report for Function Group CFQI RCFQICF01 - documentation and ABAP source code RCFORDCH_OLD - Check for Inconsistencies in Table CIFORDMAP