SAPSFMMD 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 SAPSFMMD 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.
Title: List of All Subroutines: Activated from Different Programs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EXIT_SAPSFMMD_007 CALL FUNCTION 'EXIT_SAPSFMMD_007' EXPORTING i_action = u_action TABLES t_fieldname = c_t_fieldname t_fmfctr_old = u_t_fmfctr t_fmfctrt_old = u_t_fmfctrt t_fmhisv_old = u_t_fmhisv t_fmfctr_new = c_t_fmfctr t_fmfctrt_new = c_t_fmfctrt EXCEPTIONS error_occured = 1 OTHERS = 2.
EXIT_SAPSFMMD_008 CALL FUNCTION 'EXIT_SAPSFMMD_008' TABLES t_fmfctr = u_t_fmfctr t_fmfctrt = u_t_fmfctrt t_fmhisv = u_t_fmhisv EXCEPTIONS error_message = 1.
FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_eu_activ = l_flg_eu_activ e_kom_activ = l_flg_kom_activ e_flg_isps_not_active = l_flg_isps_not_activ.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'CI_FMCI' TABLES dfies_tab = l_t_dfies EXCEPTIONS not_found = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FMCI_EXT' TABLES dfies_tab = l_t_dfies EXCEPTIONS not_found = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FMCIT_EXT' TABLES dfies_tab = l_t_dfies_aux EXCEPTIONS not_found = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FMFCTR_EXT' TABLES dfies_tab = l_t_dfies EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPSFMMD - List of All Subroutines: Activated from Different Programs SAPSFMMD - List of All Subroutines: Activated from Different Programs SAPSFMBU_SUBROUTINES - Forms for the Function Module SAPSFMBU_SUBROUTINES - Forms for the Function Module SAPSFKCF - Subroutine Pool for View Cluster Events SAPSFKCF - Subroutine Pool for View Cluster Events