MFMFS_GRAPHIC_COMMAND_DELETF01 is a standard ABAP INCLUDE 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 MFMFS_GRAPHIC_COMMAND_DELETF01 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: Include MFMFS_GRAPHIC_COMMAND_DELETF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_GET_MARKED_NODES CALL FUNCTION 'RS_TREE_GET_MARKED_NODES' EXPORTING with_subtree = 'X' TABLES marktab = ct_node.
FM_FIKRS_GET_ALL_HIVARNT CALL FUNCTION 'FM_FIKRS_GET_ALL_HIVARNT' EXPORTING i_fikrs = g_fikrs TABLES t_fmhivarnt = lt_fmhivarnt EXCEPTIONS hivarnt_not_found = 1 OTHERS = 2.
FM_FUNDS_CENTER_READ_HIER_DOWN CALL FUNCTION 'FM_FUNDS_CENTER_READ_HIER_DOWN' EXPORTING i_fikrs = g_fikrs i_hivarnt = g_hivarnt i_fistl = lv_fistl TABLES t_fmhisv = lt_fmhisv_aux EXCEPTIONS error_ocurred = 1 OTHERS = 2.
FM_FUNDS_CENTER_READ_HIER_DOWN CALL FUNCTION 'FM_FUNDS_CENTER_READ_HIER_DOWN' EXPORTING i_fikrs = uv_fikrs i_hivarnt = uv_variant i_fistl =
-fistl TABLES t_fmhisv = lt_fmhisv_aux EXCEPTIONS error_ocurred = 1 OTHERS = 2.
FMFCTR_READ_QUICK CALL FUNCTION 'FMFCTR_READ_QUICK' EXPORTING ip_fikrs = lv_fikrs ip_fictr = lv_fistl ip_date = sy-datum IMPORTING f_fmfctr = lf_fmfctr EXCEPTIONS OTHERS = 3.
FM_AUTH_CHECK_GRP_FUNDS_CENTER CALL FUNCTION 'FM_AUTH_CHECK_GRP_FUNDS_CENTER' EXPORTING i_fikrs = lv_fikrs i_fictr = lv_fistl i_authgrp_fictr = lv_augrp i_actvt = lv_actvt i_msgty = 'E' IMPORTING e_flg_auth = lv_auth.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Finanzstelle löschen'(100) text_question = 'Soll die Finanzstelle wirklich gelöscht werden?'(101) default_button = '2' IMPORTING answer = lv_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MFMFS_GRAPHIC_COMMAND_DELETF01 - Include MFMFS_GRAPHIC_COMMAND_DELETF01 MFMFS_BUILD_DELETE_TABLESF01 - Include MFMFS_BUILD_DELETE_TABLESF01 MFMFSTOP - Include MFMPPTOP MFMFSO01 - Include MFMPPO01 MFMFSI01 - Include MFMPPI01 MFMFSF03 - Include MFMPPF02 Subroutines for Funds Center: Individual maintenance