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

RFFMKDED SAP ABAP Report -







RFFMKDED 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 RFFMKDED into the relevant SAP transactions such as SE38 or SE80


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 RFFMKDED. "Basic submit
SUBMIT RFFMKDED AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKDED 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_FIKRS =
Selection Text: P_GJAHR = Plan Year
Selection Text: P_HVM_ON =
Selection Text: P_REC =
Selection Text: P_SAPSC =
Selection Text: P_SCFORM = Form Name
Selection Text: P_SEND =
Selection Text: P_VERSN =
Selection Text: P_V_ON = Display Version
Selection Text: P_WRITE =
Selection Text: S_RECEIV =
Selection Text: S_SEND =
Title:
Text Symbol: 010 =
Text Symbol: 011 =
Text Symbol: 012 =
003
004


INCLUDES used within this REPORT RFFMKDED

INCLUDE IHHPLTXT.


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:

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_send_hhst 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.

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_receive_hhst 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.

FM_HH_FICTR_DETERMINE CALL FUNCTION 'FM_HH_FICTR_DETERMINE' EXPORTING ip_fikrs = u_fikrs ip_gjahr = u_gjahr IMPORTING op_hh_fictr = l_fictr EXCEPTIONS not_found = 1 OTHERS = 2.

CONVERSION_EXIT_FIPEX_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_FIPEX_OUTPUT' EXPORTING input = c_fipex IMPORTING output = c_fipex EXCEPTIONS OTHERS = 1.

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'.



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