SAP Reports / Programs | Public Sector Management | Funds Management | Master Data(PSM-FM-MD) SAP PSM

MFMFS_GRAPHIC_COMMAND_DELETF01 SAP ABAP INCLUDE - Include MFMFS_GRAPHIC_COMMAND_DELETF01







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


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 MFMFS_GRAPHIC_COMMAND_DELETF01. "Basic submit
SUBMIT MFMFS_GRAPHIC_COMMAND_DELETF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MFMFS_GRAPHIC_COMMAND_DELETF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MFMFS_GRAPHIC_COMMAND_DELETF01


INCLUDES used within this REPORT MFMFS_GRAPHIC_COMMAND_DELETF01

No INCLUDES are used within this REPORT code!


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:

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.



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