RFFMKDKZ 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 RFFMKDKZ 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: P_FIKRS = D
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: S_BSAMT =
Selection Text: S_HVMK =
Title:
001
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FM_LEDNR_GET_FROM_FIKRS call function 'FM_LEDNR_GET_FROM_FIKRS' exporting i_fikrs = p_fikrs importing e_fm01 = g_f_fm01.
FM_COM_ITEM_READ_SINGLE_DATA call function 'FM_COM_ITEM_READ_SINGLE_DATA' exporting i_fikrs = p_fikrs i_gjahr = p_gjahr i_fipex = g_t_tripel-fipex importing e_f_fmci = g_f_fmci.
FM_COM_ITEM_READ_SINGLE_DATA call function 'FM_COM_ITEM_READ_SINGLE_DATA' exporting i_fikrs = p_fikrs i_gjahr = p_gjahr i_fipex = u_fipex i_flg_text = 'X' importing e_f_fmcit = l_f_fmcit exceptions master_data_not_found = 1 hierarchy_data_not_found = 2 input_error = 3 others = 4.
FM_POSIT_GET_FROM_FIPEX call function 'FM_POSIT_GET_FROM_FIPEX' exporting i_fikrs = p_fikrs i_fipex = u_fipex importing e_posit = l_sav_posit exceptions input_error = 1 data_not_found = 2 others = 3.
KBPR_READ_DATA call function 'KBPR_READ_DATA' exporting activity = 'KBUD' fikrs = p_fikrs fikrs_ca_periv = 'X' geber = ' ' objnr = l_sav_objnr posit = l_sav_posit value_typ = '43' versn = '000' year_end = p_gjahr year_start = p_gjahr read_bpja = 'X' read_bpge = ' ' read_bppe = ' ' read_bptr = ' ' read_bptx = ' ' read_bpij = ' ' read_bpig = ' ' tables bp_ja = l_t_bpja exceptions others = 1.
HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' importing select_value = s_hvmk-low 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.
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'.
FMKBO_ALV_LIST call function 'FMKBO_ALV_LIST' exporting repid = l_repid ref_struct = con_struct variant = space * background_id = g_background_id t_events = g_t_events * checkbox = 'X' grid = 'X' tables t_data = g_t_tripel.
FMRP_UT_GET_SELLINE call function 'FMRP_UT_GET_SELLINE' exporting i_report_name = sy-repid tables sel_field = l_t_sel_field e_t_listheader = l_t_list_top_of_page.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting i_logo = l_logo it_list_commentary = l_t_list_top_of_page.
FMRP_UT_GET_SELECTIONS call function 'FMRP_UT_GET_SELECTIONS' exporting i_report_name = l_repid i_dialog = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.