LFBM5T01 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 LFBM5T01 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!
BKK_CLOSING_DETERM_NEXT_DUEDAT CALL FUNCTION 'BKK_CLOSING_DETERM_NEXT_DUEDAT' EXPORTING I_DUE_DATE_OLD = %_II_DUE_DATE_OLD I_REFDATE = %_II_REFDATE I_PERIOD = %_II_PERIOD I_PER_UNIT = %_II_PER_UNIT I_KEY_DATE = %_II_KEY_DATE I_SWERK = %_II_SWERK I_BDAYS = %_II_BDAYS I_CALENDAR1 = %_II_CALENDAR1 I_CALENDAR2 = %_II_CALENDAR2 IMPORTING E_DUE_DATE_NEW = %_OE_DUE_DATE_NEW E_NO_STEPS_TO_INC_DATE = %_OE_NO_STEPS_TO_INC_DATE EXCEPTIONS INPUT_MISSING = 001 INVALID_PERIOD_UNIT = 002.
BKK_CLOSING_DETERM_NEXT_DUEDAT CALL FUNCTION 'BKK_CLOSING_DETERM_NEXT_DUEDAT' DESTINATION DESTI EXPORTING I_DUE_DATE_OLD = %_II_DUE_DATE_OLD I_REFDATE = %_II_REFDATE I_PERIOD = %_II_PERIOD I_PER_UNIT = %_II_PER_UNIT I_KEY_DATE = %_II_KEY_DATE I_SWERK = %_II_SWERK I_BDAYS = %_II_BDAYS I_CALENDAR1 = %_II_CALENDAR1 I_CALENDAR2 = %_II_CALENDAR2 IMPORTING E_DUE_DATE_NEW = %_OE_DUE_DATE_NEW E_NO_STEPS_TO_INC_DATE = %_OE_NO_STEPS_TO_INC_DATE EXCEPTIONS INPUT_MISSING = 001 INVALID_PERIOD_UNIT = 002.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.