SAP Reports / Programs | Financial Accounting(FI) SAP FI

MF05AFDENJ SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MF05AFDENJ

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:

AC_APAR_DIALOG_IMPORT_AT_EXIT call function 'AC_APAR_DIALOG_IMPORT_AT_EXIT' IMPORTING e_blart = blart e_gjahr = gjahr.

FSKB_DELE_ASSIGNMENT_MODEL call function 'FSKB_DELE_ASSIGNMENT_MODEL' EXPORTING i_kmnam = _kmnam IMPORTING e_kmnam = _kmnam EXCEPTIONS not_possible = 1 not_deleted = 2.

ACC_CA_TREE_DELETE_NODE call function 'ACC_CA_TREE_DELETE_NODE' EXPORTING i_node_key = _node_key i_no_flush = 'X' EXCEPTIONS invalid_tree_number = 1 control_error = 2 others = 3.

PP_WRAP_DOCUMENT_ENJ call function 'PP_WRAP_DOCUMENT_ENJ' EXPORTING i_belnr = _belnr i_bukrs = _ausbk i_gjahr = _gjahr IMPORTING e_xwffr = g_xwffr e_xfrge = g_xfrge e_upddt = g_upddt e_reldt = g_reldt e_updtm = g_updtm e_reltm = g_reltm e_xprfg = g_xprfg TABLES t_xbkpf = xbkpf t_xbsec = xbsec t_xbseg = xbseg t_xbset = xbset t_splttab = splttab "Note481737 t_spltwt = spltwt "Note481737 EXCEPTIONS cancelled = 1 others = 2.

PP_DELETE_DOCUMENT_ENJ call function 'PP_DELETE_DOCUMENT_ENJ' EXPORTING i_belnr = _belnr i_bukrs = _ausbk i_gjahr = _gjahr EXCEPTIONS failed = 1.

ACC_CA_TREE_DELETE_NODE call function 'ACC_CA_TREE_DELETE_NODE' EXPORTING i_node_key = _node_key EXCEPTIONS invalid_tree_number = 1 control_error = 2 others = 3.

FAGL_AUTH_ACT_GET CALL FUNCTION 'FAGL_AUTH_ACT_GET' "Note1799909 EXPORTING "Note1799909 i_activity = p_actvt. "Note1799909



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