SAP Reports / Programs

RFFMCHAR SAP ABAP Report - Work List Reporting - Reassignment Tool







RFFMCHAR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program, together with the other reassignment tool programs, to display the work list...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 RFFMCHAR 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

FMCR - Reassignment: Display Work List


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 RFFMCHAR. "Basic submit
SUBMIT RFFMCHAR AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCHAR 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_EBUDPD = D .
Selection Text: P_ERROR = D .
Selection Text: P_FIKRS = D .
Selection Text: S_ACTYP = D .
Selection Text: S_EFAREA = D .
Selection Text: S_EFIPEX = D .
Selection Text: S_EFISTL = D .
Selection Text: S_EFONDS = D .
Selection Text: S_EMEASR = D .
Selection Text: S_REFBN = D .
Selection Text: S_REFBT = D .
Selection Text: S_RUNNR = D .
Selection Text: S_SBUDPD = D .
Selection Text: S_SFAREA = D .
Selection Text: S_SFIPEX = D .
Selection Text: S_SFISTL = D .
Selection Text: S_SFONDS = D .
Selection Text: S_SMEASR = D .
Title: Work List Reporting - Reassignment Tool
Text Symbol: 002 = Output control
Text Symbol: 003 = Accrual


INCLUDES used within this REPORT RFFMCHAR

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:

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_CHANGE_AA_TABWO_DISPLAY CALL FUNCTION 'FM_CHANGE_AA_TABWO_DISPLAY' EXPORTING i_eron = p_error i_alv_callback_prog = 'RFFMCHAR' TABLES t_fmcha1 = g_t_fmcha1 t_fmcha1_out = g_t_fmcha1_out. "Note 1389332

FM_CHANGE_AA_TABWO_READ CALL FUNCTION 'FM_CHANGE_AA_TABWO_READ' EXPORTING i_fikrs = p_fikrs TABLES t_runnr = s_runnr t_refbt = s_refbt t_refbn = s_refbn t_efipex = s_efipex t_efistl = s_efistl t_efonds = s_efonds t_ebudget_pd = s_ebudpd t_efarea = s_efarea t_emeasure = s_emeasr t_sfipex = s_sfipex t_sfistl = s_sfistl t_sfonds = s_sfonds t_sbudget_pd = s_sbudpd t_sfarea = s_sfarea t_smeasure = s_smeasr t_actyp = s_actyp t_fmcha1 = g_t_fmcha1.

FM_CHANGE_AA_TABWO_HEADER CALL FUNCTION 'FM_CHANGE_AA_TABWO_HEADER' EXPORTING i_test_out = ' ' IMPORTING e_f_lh_attributes = g_f_lh_attributes e_f_action_info = g_f_action_info TABLES e_t_top_data = g_t_top_data c_t_fmcha1 = g_t_fmcha1.

FM_DOCUMENT_DISPLAY CALL FUNCTION 'FM_DOCUMENT_DISPLAY' EXPORTING i_belnr = l_belnr i_bukrs = l_bukrs i_gjahr = l_gjahr i_wrttp = l_wrttp.



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