SAP Reports / Programs

RFFMSRCICHNG SAP ABAP Report - Reassign Standing Request







RFFMSRCICHNG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to update account assignment changes that occur for a fiscal year in open standing requests...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMSRCICHNG into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMSRCICHNG - Reassign Standing Request


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 RFFMSRCICHNG. "Basic submit
SUBMIT RFFMSRCICHNG AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMSRCICHNG 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_DETAIL = Complete Log
Selection Text: P_SAKNR = D .
Selection Text: P_SGJAHR = D .
Selection Text: P_TEST = D .
Selection Text: P_TGJAHR = D .
Selection Text: S_BUKRS = D .
Selection Text: S_LOTKZ = D .
Title: Reassign Standing Request
Text Symbol: 001 = Selections
Text Symbol: 002 = Derivation Parameters
Text Symbol: 003 = Run Parameter
Text Symbol: 012 = Reassign Standing Request: Update Run
Text Symbol: 013 = Reassign Standing Request: Test Run


INCLUDES used within this REPORT RFFMSRCICHNG

INCLUDE RFFMSRCICHNGTOP . " GLOBAL DATA
INCLUDE RFFMSRCICHNGF01. "LOG HANDLING FORM-ROUTINES
INCLUDE RFFMSRCICHNGF02. "SR HANDLING FORM-ROUTINES
INCLUDE RFFMSRCICHNGF03. "FIDOC HANDLING FORM-ROUTINES
INCLUDE RKASMAWF.


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:

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = con_repid "your report id" i_tcode = con_tcode "your transaction code i_wfitem = wf_witem "parameter of RKASMAWF i_wflist = wf_wlist "parameter of RKASMAWF i_flg_test = p_test "flag for test mode IMPORTING e_f_schedman_key = g_f_schedman_key. "data declared above

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key "got from schedman init i_wfitem = wf_witem "parameter of RKASMAWF i_wfokey = wf_okey "parameter of RKASMAWF i_aplstat = g_aplstat "result: how report run i_cnt_obj = g_srno "no of processed objects i_f_message = g_f_schedman_message. "Application log



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