SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

RFFMCHAG_CHAIN SAP ABAP Report - Select Document Chains, Total Reassignment







RFFMCHAG_CHAIN 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 select document chains for reassignment that were posted on a specific FM assignment...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 RFFMCHAG_CHAIN 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

FMCG_CHAIN - Reassignment: Full Selection(Chains)


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 RFFMCHAG_CHAIN. "Basic submit
SUBMIT RFFMCHAG_CHAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCHAG_CHAIN 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: S_BUDPER = D .
Selection Text: P_DIAS = D .
Selection Text: P_FIKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_KNGJHR = D .
Selection Text: P_SELVAR = D .
Selection Text: P_TEST = D .
Selection Text: S_BELNR = D .
Selection Text: S_BUKRS = D .
Selection Text: S_FAREA = D .
Selection Text: S_FICTR = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FONDS = D .
Selection Text: S_GRANT = D .
Selection Text: S_MEASR = D .
Selection Text: S_WRTTP = D .
Title: Select Document Chains, Total Reassignment
Text Symbol: 001 = Log for Reassignment
Text Symbol: 002 = To Reassign Selected Chains
Text Symbol: 003 = Document Chain Display


INCLUDES used within this REPORT RFFMCHAG_CHAIN

INCLUDE IFIFMFYC_FMACC_SEL.
INCLUDE IFIFMFYC_WRTDC_SEL.
INCLUDE RKASMAWF.
INCLUDE IFIFMCCF_JOINTF02.
INCLUDE IFIFMFYC_CLOSE_SCHEDMAN.
INCLUDE IFIFMFYC_SELECT_OBJECTS.
INCLUDE IFIFMCHA_MODIFY_SCREEN.
INCLUDE IFIFMCHA_GET_CONTROL_DATA.
INCLUDE IFIFMCHA_BUKRS_F4.
INCLUDE IFIFMCHA_FILL_SELCRIT.
INCLUDE IFIFMCHA_SELECT_AND_SUBMIT.
INCLUDE IFIFMCHA_PRESELECT_KEYS.
INCLUDE IFIFMCHA_GET_FMCHA1_ITEMS.
INCLUDE IFIFMCHA_ALE_FORMS.
INCLUDE IFIFMCHA_FILTER_AND_CHECK.
INCLUDE IFIFMCHA_CREATE_CHAIN_REF.
INCLUDE IFIFMCHA_GET_ACCOUNTS.
INCLUDE IFIFMCHA_SHOW_LIST.




INCLUDE IFIFMCHA_CREATE_FIELDCAT.
INCLUDE IFIFMCHA_ALV_CALLBACK.
INCLUDE IFIFMCHA_USER_COMMAND.
INCLUDE IFIFMCHA_SHOW_MESSAGES.
INCLUDE IFIFMCHA_USER_COMMAND_CHAIN.
INCLUDE IFIFMCHA_SHOW_SINGLE_CHAIN.
INCLUDE IFIFMCHA_CHOOSE_RECEIVER.
INCLUDE IFIFMCHA_SUBMIT_SELECTION.
INCLUDE IFIFMCHA_ARRANGE_CHAIN.
INCLUDE IFIFMCHA_GET_SERIOUS_MESSAGE.
INCLUDE IFIFMCHA_HIERARCHY_RECURSION.
INCLUDE IFIFMCHA_CHAIN_MESSAGE_APPEND.
INCLUDE IFIFMCHA_CHECK_MULTI_ACCYEAR.
INCLUDE IFIFMCHA_CHECK_ILLEGAL_VREF.
INCLUDE IFIFMCHA_SUBMIT_ITEMS.
INCLUDE IFIFMCHA_CHECK_SELECTION.
INCLUDE IFIFMCHA_PREPARE_TABLES.
INCLUDE IFIFMCHA_CHECK_ALE.
INCLUDE IFIFMCHA_COLLECT_NOREAS.


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_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_t_fcode_excl = g_t_fcode_excl IMPORTING e_text_block_fma = bltxtfma e_text_block_mass = bltxtmss e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.

FM_FYC_SELSCR_FRAME_TITLES_GET CALL FUNCTION 'FM_FYC_SELSCR_FRAME_TITLES_GET' IMPORTING e_text_docsel = bltxtwrt e_text_fidocs = bltxtfid e_text_prctrl = bltxtprc.

FM_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = p_fikrs i_actvt = fmau_ac_acch i_msgty = 'E'.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = con_repid i_tcode = con_tcode i_wfitem = wf_witem i_wflist = wf_wlist i_flg_test = p_test IMPORTING e_f_schedman_key = g_f_schedman_key.



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