MJBDFF90 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 MJBDFF90 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: Error Handling for INIT Modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGE_ADD_TO_DDPRS CALL FUNCTION 'MESSAGE_ADD_TO_DDPRS' EXPORTING CLOSE_DB = 'X' * CONDENSE = 'X' MASTER_LANGU = SY-LANGU OPEN_DB = ' ' PROTNAME = SAV_PROT_NAME TABLES XMSG = WRK_SPROT_U EXCEPTIONS SQL_ERROR = 1 TABLE_EMPTY = 2 WRONG_CALL = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJBDFF90 - IS-B: Error Handling for INIT Modules MJBDFF80 - IS-B: Include for SAP Banking Data Structures of EDT Template Programs 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