LJBRZT21 is a standard Executable ABAP Report 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 LJBRZT21 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_PREPAYMENT_DURATION_CALC CALL FUNCTION 'ISB_PREPAYMENT_DURATION_CALC' EXPORTING I_VDARL = %_II_VDARL I_VZZKOKO = %_II_VZZKOKO I_SZSART = %_II_SZSART I_KALK_DATUM = %_II_KALK_DATUM I_SZKART = %_II_SZKART I_KZ_EFFZINS = %_II_KZ_EFFZINS I_KZ_DETAILPROT = %_II_KZ_DETAILPROT I_KZ_NUR_ENDABR = %_II_KZ_NUR_ENDABR IMPORTING O_DURATION = %_OO_DURATION TABLES I_VVZZKOPO = %_OI_VVZZKOPO I_A_VZZBEPP = %_OI_A_VZZBEPP I_OTHER_VZZBEPP = %_OI_OTHER_VZZBEPP I_TZB0A = %_OI_TZB0A I_TZPA = %_OI_TZPA I_TZPAB = %_OI_TZPAB I_TZK01 = %_OI_TZK01 I_TZK02 = %_OI_TZK02 EXCEPTIONS INPUT_ERROR = 001 CF_GENERATE_ERROR = 002 PREPAYMENT_GENERATE_ERROR = 003 NEW_CF_GENERATE_ERROR = 004 DURATION_ERROR = 005 NO_CF_GENERATED = 006 INTEREST_METHOD_ERROR = 007 UNEXPECTED_ERROR = 008 CUSTOMIZING_ERROR = 009.
ISB_PREPAYMENT_DURATION_CALC CALL FUNCTION 'ISB_PREPAYMENT_DURATION_CALC' DESTINATION DESTI EXPORTING I_VDARL = %_II_VDARL I_VZZKOKO = %_II_VZZKOKO I_SZSART = %_II_SZSART I_KALK_DATUM = %_II_KALK_DATUM I_SZKART = %_II_SZKART I_KZ_EFFZINS = %_II_KZ_EFFZINS I_KZ_DETAILPROT = %_II_KZ_DETAILPROT I_KZ_NUR_ENDABR = %_II_KZ_NUR_ENDABR IMPORTING O_DURATION = %_OO_DURATION TABLES I_VVZZKOPO = %_OI_VVZZKOPO I_A_VZZBEPP = %_OI_A_VZZBEPP I_OTHER_VZZBEPP = %_OI_OTHER_VZZBEPP I_TZB0A = %_OI_TZB0A I_TZPA = %_OI_TZPA I_TZPAB = %_OI_TZPAB I_TZK01 = %_OI_TZK01 I_TZK02 = %_OI_TZK02 EXCEPTIONS INPUT_ERROR = 001 CF_GENERATE_ERROR = 002 PREPAYMENT_GENERATE_ERROR = 003 NEW_CF_GENERATE_ERROR = 004 DURATION_ERROR = 005 NO_CF_GENERATED = 006 INTEREST_METHOD_ERROR = 007 UNEXPECTED_ERROR = 008 CUSTOMIZING_ERROR = 009.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.