SAP Reports / Programs | Supply Chain Management | SCM Basis(SCM-BAS) SAP SCM

RCFQIGEN SAP ABAP Report - Generation of Function Modules for Function Group CFQ1







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RCFQIGEN. "Basic submit
SUBMIT RCFQIGEN AND RETURN. "Return to original report after report execution complete
SUBMIT RCFQIGEN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Generation of Function Modules for Function Group CFQ1


INCLUDES used within this REPORT RCFQIGEN

INCLUDE CFQIINFO.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RCFQIGEN or its description.