SAP Reports / Programs

RECCPRFO SAP ABAP Report - Program for Object Type CCPROCFO: Front Office Process







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


Text pool values


Title: Program for Object Type CCPROCFO: Front Office Process


INCLUDES used within this REPORT RECCPRFO

No INCLUDES are used within this REPORT code!


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:

EWB_PROCLID_CNVT_FROM_FO CALL FUNCTION 'EWB_PROCLID_CNVT_FROM_FO' EXPORTING X_PROCCLIDX = PROCCLID IMPORTING Y_PROCCLID = PCLASS EXCEPTIONS OTHERS = 1.

EWB_CCPROCFO_INIT CALL FUNCTION 'EWB_CCPROCFO_INIT' EXPORTING X_PROCNAME = PCLASS-FOPROCID X_ACTSTAT = ACTSTATUS TABLES T_CONT = CONT CHANGING XY_CONTEXT = OBJECT-PRIVATE-CONTXT EXCEPTIONS INVALID_BUSPROC = 1 INVALID_PARAMETER = 2 INTERNAL_ERROR = 3 OTHERS = 4.

EWO_XTAINER_SET_FROM_PARAMS CALL FUNCTION 'EWO_XTAINER_SET_FROM_PARAMS' EXPORTING * X_AS_ANONYMOUS = X_ADD_MISS_ELEMS = 'X' TABLES XT_PARA_DEF = OBJECT-PRIVATE-CONTXT-PAR XT_PARA_CONT = CONT CHANGING XY_XTAINER = OBJECT-PRIVATE-CONTXT-XTAIN EXCEPTIONS CONT_CHECK_FAILED = 1 INTERNAL_ERROR = 2 OTHERS = 3.

EWB_CCPROCFO_PROCEXEC CALL FUNCTION 'EWB_CCPROCFO_PROCEXEC' EXPORTING X_SELF = SELF X_REFRESH = PROC_REFRESH X_NO_DIALOG = ' ' IMPORTING Y_CMD = CMD Y_RC = RC Y_SWO_RETURN = SWOTRETURN CHANGING XY_CONTEXT = CONTEXT EXCEPTIONS INVALID_PARAMETER = 1 OBJ_CREATE_FAILED = 2 INTERNAL_ERROR = 3 STEP_FAILED = 4 ILLEGAL_JUMP = 5 WF_CREATE_FAILED = 6 ILLEGAL_REENTRY = 7 ILLEGAL_STEPBACK = 8 OTHERS = 9.

EWB_CCPROCFO_INTERFACEGET CALL FUNCTION 'EWB_CCPROCFO_INTERFACEGET' EXPORTING X_PROC_CLASSID = PROCCLID X_LANGU = SY-LANGU TABLES YT_PART = PARAMETERS EXCEPTIONS OTHERS = 1.

EWB_CCPROCFO_STEPPROTDISPLAY CALL FUNCTION 'EWB_CCPROCFO_STEPPROTDISPLAY' EXPORTING X_OBJECT = SELF X_CONTEXT = OBJECT-PRIVATE-CONTXT X_DATAMAPPING = DISPDATAMAP X_SUBPROCS = DISPSUBPROC EXCEPTIONS OTHERS = 1.

EWB_GETACTNAME4UNINITITIALIZED CALL FUNCTION 'EWB_GETACTNAME4UNINITITIALIZED' IMPORTING Y_STRING = OBJECT-ACTIVITYDESC EXCEPTIONS OTHERS = 1.

EWB_PROCLID_CNVT_FROM_FO CALL FUNCTION 'EWB_PROCLID_CNVT_FROM_FO' EXPORTING X_PROCCLIDX = OBJECT-PROCCLASSID IMPORTING Y_PROCCLID = PROCCL EXCEPTIONS OTHERS = 1.



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