MJBDFF73 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 MJBDFF73 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: IS-B: Include for EIS Routines; Before SAP Banking Area
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISB_EGK_ACTIVE_CHECK CALL FUNCTION 'ISB_EGK_ACTIVE_CHECK' EXPORTING IP_BUKRS = SAV_BUKRS-BUKRS IMPORTING EP_ERKRS = EP_ERKRS EP_ACTIVE = EP_ACTIVE EXCEPTIONS OTHERS = 1.
RKE_GET_LEDGER_FOR_ERKRS CALL FUNCTION 'RKE_GET_LEDGER_FOR_ERKRS' EXPORTING ERKRS = EP_ERKRS TABLES LEDGER_TABLE = ITKEL EXCEPTIONS I_ERKRS_LEDGER_NOTFOUND = 01 I_ERKRS_NOTFOUND = 02 I_LEDGER_NOTFOUND = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJBDFF73 - IS-B: Include for EIS Routines; Before SAP Banking Area MJBDFF70 - IS-B: Include for EIS Routines; Before SAP Banking Area MJBDFF60 - IS-B: Include for Routines Specific to EIS MJBDFF55 - IS-B: Include for General End of Template Programs MJBDFF50 - IS-B: Include for Loans Template Program MJBDFF45 - IS-B: Include for Evaluation of Error Handling Routine