MJBD8F01 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 MJBD8F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISB_INTEREST_RATE_READ CALL FUNCTION 'ISB_INTEREST_RATE_READ' EXPORTING I_DKOND = UNCONVERTED_LESEDATUM I_DKOND_ORIGINAL = ACTIVE_DKOND I_TIME = ACTIVE_KONDTIME I_REFERENZ = TC_REFERENCE_TAB-REFERENZ I_WERTZL = CON_DIREKT_LESEN I_TIMEDEP = ACTIVE_TIMEDEP SET_USED_FLAG = CON_DONT_SET IMPORTING E_T056P = W_T056P E_JBDT56P = W_JBDT56P TABLES I_T056P = SELECTED_T056P I_JBDT56P = SELECTED_JBDT56P EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
ISB_INTEREST_RATE_READ CALL FUNCTION 'ISB_INTEREST_RATE_READ' EXPORTING I_DKOND = ACTIVE_DKOND I_DKOND_ORIGINAL = ACTIVE_DKOND I_TIME = ACTIVE_KONDTIME I_REFERENZ = TC_REFERENCE_TAB-REFERENZ I_WERTZL = SELECTED_JBD14-RWERTZL I_TIMEDEP = ACTIVE_TIMEDEP SET_USED_FLAG = CON_DONT_SET IMPORTING E_T056P = W_T056P E_JBDT56P = W_JBDT56P TABLES I_T056P = SELECTED_T056P I_JBDT56P = SELECTED_JBDT56P EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'SAPMJBD8' IT_FIELDCAT = IT_FIELDCAT_JBD11 TABLES T_OUTTAB = JBD11_TAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
STAT_GRAPH_REF CALL FUNCTION 'STAT_GRAPH_REF' EXPORTING ATYPE = 'TIME' DMODE = '1' "Common scaling mode GRIDDENS = '1' "Fine density of gridlines GRIDDISP = '0' "short dashes as grip GRIDTYPE = '2' "By Time-Line TAXIS = TEXT-001 "x-Achse: Datum TITLE = TEXT-002 "Fenster:Zinskurvenwerte graf anz TTEXT = TITEL "Titel TUNIT = '8' "x-Achse-Zeiteinheit: 8 = Monate UTEXT = UNTERTITEL "Untertitel TABLES DATA = ZINSWERTE OPTS = OPTS VALS = DATUM EXCEPTIONS OUT_OF_RANGE = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.