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

RCFQICUST SAP ABAP Report - Generation Report for Function Group CFQI







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


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 RCFQICUST. "Basic submit
SUBMIT RCFQICUST AND RETURN. "Return to original report after report execution complete
SUBMIT RCFQICUST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RCFQICUST

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.


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:

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.



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 RCFQICUST or its description.