RCFQICUST 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 RCFQICUST 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.
Selection Text: P_CORNUM = Order Number
Title: Generation Report for Function Group CFQI
Text Symbol: 012 = Function not found:
Text Symbol: 120 = Delete Function Module
Text Symbol: 121 = Delete Function Module
Text Symbol: 011 = Function could not be generated:
Text Symbol: 001 = Queue Display Interface Function for
Text Symbol: 002 = Generated Func. Group for Queue Display
Text Symbol: 003 = Calls original RFC function for saving the queue contents
Text Symbol: 004 = Interface for Function Group /SAPAPO/CFQI
Text Symbol: 005 = Gen. Include for Common Data CFQI and CFQD
READ REPORT GV_ORIG_INCLUDE INTO GT_ORG_CALL.
READ REPORT GV_INTF_INCLUDE INTO GT_INTF_FUNC.
'GEN. INCLUDE FOR COMMON DATA CFQI UND CFQD'. "#EC NOTEXT
INCLUDE RCFQICF01.
No SAP DATABASE tables are accessed within this REPORT code!
CIF_QFUNC_ASSIGN_DEFINTION CALL FUNCTION 'CIF_QFUNC_ASSIGN_DEFINTION' TABLES ET_CFQI_METAINFO = LT_CFQI_METAINFO ET_CFQI_INTF_PARAM_INFO = LT_CFQI_INTF_PARAM_INFO EXCEPTIONS OTHERS = 1.
RS_FUNCTION_POOL_INSERT CALL FUNCTION 'RS_FUNCTION_POOL_INSERT' EXPORTING FUNCTION_POOL = 'CFQI' SHORT_TEXT = 'Generierte Funktionsgr. für Queue-Displ'(002)
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = GV_PERCENT TEXT = GV_SHOWTXT.
SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = gv_percent * text = gv_showtxt.
PRETTY_PRINTER * call function 'PRETTY_PRINTER' * exporting * inctoo = space * tables * ntext = gt_common_data * otext = gt_common_data.
PRETTY_PRINTER * call function 'PRETTY_PRINTER' * exporting * inctoo = space * tables * ntext = gt_org_call * otext = gt_org_call.
PRETTY_PRINTER *call function 'PRETTY_PRINTER' * exporting * inctoo = space * tables * ntext = gt_intf_func * otext = gt_intf_func.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RCFORDCH_OLD - Check for Inconsistencies in Table CIFORDMAP RCFORDCH - Check for Inconsistencies in Table CIFORDMAP