SAP Reports / Programs | Cross-Application Components | General Application Functions | Schedule Manager(CA-GTF-SCM) SAP CA

RFC_R_SCMA_WF_BACK_RFC_1 SAP ABAP Report - Report RFC_R_SCMA_WF_BACK_RFC_1







RFC_R_SCMA_WF_BACK_RFC_1 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 RFC_R_SCMA_WF_BACK_RFC_1 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 RFC_R_SCMA_WF_BACK_RFC_1. "Basic submit
SUBMIT RFC_R_SCMA_WF_BACK_RFC_1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFC_R_SCMA_WF_BACK_RFC_1 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: PTEXT = Free text
Title: Report RFC_R_SCMA_WF_BACK_RFC_1
Text Symbol: F01 = Reports and Variants to be Started


INCLUDES used within this REPORT RFC_R_SCMA_WF_BACK_RFC_1

INCLUDE MONITOR_CONSTANTS.


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:

KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING LS_DETAIL = LS_DETAIL LS_WITEM = LS_WITEM IMPORTING LS_KEY = GS_KEY TABLES LT_SELKRIT = LT_SELKRIT.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' IMPORTING MAX_SEVERITY = LD_SEVERITY.

MESSAGES_SAVE CALL FUNCTION 'MESSAGES_SAVE' EXPORTING I_BALOBJECT = LD_BALOBJECT I_BALSUBOBJECT = LD_BALSUBOBJECT * i_in_update_task = I_IDENTIFICATION = GD_IDENT IMPORTING E_LOG_HANDLE = lD_LOG_HANDLE EXCEPTIONS NO_MESSAGES = 1 NOT_ACTIVE = 2 PROGRAM_ERROR = 3 SAVE_NOT_ALLOWED = 4 WRONG_IDENTIFICATION = 5.

KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING LS_KEY = GS_KEY LS_SCMA_EVENT = LS_SCMA_EVENT ls_message = ls_message CHANGING LD_APLSTAT = LD_APLSTAT EXCEPTIONS NO_ID_GIVEN = 1 OTHERS = 2.

SWP_TOP_LEVEL_WORKFLOW_GET call function 'SWP_TOP_LEVEL_WORKFLOW_GET' exporting workitem_id = ld_id importing top_level_flowitem = ls_toplevel exceptions wi_does_not_exist = 1 wi_not_part_of_a_workflow = 2 parent_wi_does_not_exist = 3 others = 4.

RFC_F_SCMA_RFC_BACK CALL FUNCTION 'RFC_F_SCMA_RFC_BACK' destination ls_scmatreed-ref_rfcdest EXPORTING I_SAT_RFCDEST = ls_scmatreed-ref_rfcdest_s I_SAT_WF_ID = ls_toplevel-wi_id I_EXTERN_CALLER_ID = ls_scmatreed-ref_id *...........status not defined at the beginning

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = arbgb MSGTY = msgty MSGV1 = v1 MSGV2 = v2 MSGV3 = v3 MSGV4 = v4 TXTNR = txtnr EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 1 NOT_ACTIVE = 2 OTHERS = 3.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' IMPORTING E_IDENTIFICATION = gd_ident.



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