SAP Reports / Programs | Treasury(TR) SAP TR

MJBD8F01 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 MJBD8F01. "Basic submit
SUBMIT MJBD8F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MJBD8F01 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 MJBD8F01

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:

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.



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