SAP Reports / Programs | Treasury(TR) SAP TR

SAPMJBDZ SAP ABAP dialog Program - Maintain Interest Rates







SAPMJBDZ is a standard Module pool for a dialog screen ABAP Program 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 SAPMJBDZ into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JB69T - TimeOFday dep. IR's for Zcurves pf1
JB69 - Maintain Int. Rates for Yield Curves


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


Text pool values


Title: Maintain Interest Rates
Text Symbol: 055 = - display
Text Symbol: 054 = - change
Text Symbol: 053 = Interest rates
Text Symbol: 052 = Zero bond discounting factor
Text Symbol: 051 = Zero coupon
Text Symbol: 050 = Int.rate
Text Symbol: 049 = to
Text Symbol: 048 = from
Text Symbol: 047 = Condition date to
Text Symbol: 046 = Condition date from
Text Symbol: 045 = Currency
Text Symbol: 044 = Display average curve
Text Symbol: 043 = Ref.Int.Rate
Text Symbol: 042 = Yield curve
Text Symbol: 041 = Display average curve graphically
Text Symbol: 040 = Number of days
Text Symbol: 039 = Display int.rates for ref.int.rate
Text Symbol: 038 = Display interpol.values for yield curve
Text Symbol: 037 = Date
Text Symbol: 036 = Save interest rates
Text Symbol: 035 = interpolation?
Text Symbol: 034 = Save int.rates without
Text Symbol: 033 = Display interest rates
Text Symbol: 032 = Cancel interest rates
Text Symbol: 031 = rate maintenance ?
Text Symbol: 030 = Do you want to cancel interest
Text Symbol: 029 = Exit interest rates
Text Symbol: 028 = You have changed interest rates
Text Symbol: 027 = Back
Text Symbol: 026 = Save and interpolate?
Text Symbol: 025 = You have changed interest rates
Text Symbol: 024 = Save and interpolate
Text Symbol: 023 = affected yield curves?
Text Symbol: 022 = Save and interpolate the
Text Symbol: 021 = curves
Text Symbol: 020 = effective in affected yield
Text Symbol: 019 = Interest rate changes





Text Symbol: 018 = Maintain interest rates
Text Symbol: 004 = Interpolation date
Text Symbol: 003 = Currency
Text Symbol: 002 = Curve type
Text Symbol: 001 = Save the changed interest rates?


INCLUDES used within this REPORT SAPMJBDZ

INCLUDE MJBDZFBO.
INCLUDE MJBDZIBO.
INCLUDE MJBDZOCN.
INCLUDE MJBDZIAU.
INCLUDE MJBDZFCN.
INCLUDE MJBDZOBO.
INCLUDE MJBDZICN.
INCLUDE MJBDZOIM.
INCLUDE MJBDZFIM.
INCLUDE MJBDZIVR.
INCLUDE MJBDZFVR.
INCLUDE MJBDZIPO.
INCLUDE MJBDZFPO.


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:

No SAP FUNCTION MODULES are executed within this report code!



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