RFFMKDGD 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 RFFMKDGD into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: S_DCKRNG =
Selection Text: P_WRITE =
Selection Text: P_V_ON = Display Version
Selection Text: P_VERSN =
Selection Text: P_VARNT =
Selection Text: P_UKNT =
Selection Text: P_SCFORM = Form Name
Selection Text: P_SAPSC =
Selection Text: P_GJAHR = Plan Year
Selection Text: P_FIKRS =
Title:
Text Symbol: 075 =
Text Symbol: 074 = Number
Text Symbol: 073 =
Text Symbol: 072 =
Text Symbol: 071 =
Text Symbol: 070 =
Text Symbol: 015 = Total
Text Symbol: 012 =
Text Symbol: 011 =
Text Symbol: 010 =
002
001
INCLUDE IHHPLTXT.
No SAP DATABASE tables are accessed within this REPORT code!
FM_SIGN_GET_FOR_EXPENDITURE CALL FUNCTION 'FM_SIGN_GET_FOR_EXPENDITURE' IMPORTING e_sign = g_flg_expsign e_sign_revenues = g_flg_revsign.
FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = g_flg_komm.
FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = g_f_hide_deckrng-dr_hhstelle IMPORTING e_fipos = l_fipos EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_progname dynumb = '1000' * TRANSLATE_TO_UPPER = ' ' TABLES dynpfields = l_t_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 OTHERS = 9.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' IMPORTING select_value = l_deckrng TABLES fields = l_t_fields valuetab = l_t_value EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.
FM15_GET_BUDGET_VALUES CALL FUNCTION 'FM15_GET_BUDGET_VALUES' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr i_versn = u_versn TABLES t_fm_bud_val = l_t_fm_bud_val EXCEPTIONS OTHERS = 1.
FM_COM_ITEM_READ CALL FUNCTION 'FM_COM_ITEM_READ' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr i_fipex = l_t_fm_bud_val-fipex i_flg_buffer_all = 'X' IMPORTING e_f_fmci = l_f_fmci EXCEPTIONS master_data_not_found = 1 input_error = 2.
FMRP_AUTHORITY_ROLE CALL FUNCTION 'FMRP_AUTHORITY_ROLE' EXPORTING i_usname = sy-uname i_selobject = l_sel_object IMPORTING e_old = l_auth_o e_auth_on = l_auth.
FMRP_AUTHORITY_CHECK CALL FUNCTION 'FMRP_AUTHORITY_CHECK' EXPORTING i_fmauth_konto = l_t_fmauth_konto i_fikrs = p_fikrs i_gjahr = p_gjahr IMPORTING e_fmauth_konto = l_t_e_fmauth_konto.
FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = p_fikrs i_actvt = con_auth_show i_msgty = 'E'.
FM_AUTH_CHECK_VERSION CALL FUNCTION 'FM_AUTH_CHECK_VERSION' EXPORTING i_fikrs = p_fikrs i_versn = p_versn i_actvt = con_auth_show i_msgty = 'E'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.