IBKK_MASS_ACCNT_CLS_F01 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 IBKK_MASS_ACCNT_CLS_F01 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.
Title: Mass accoutn closure selection screen
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BKK_CHAIN_DB_SET_RETURNCODE CALL FUNCTION 'BKK_CHAIN_DB_SET_RETURNCODE' EXPORTING i_laufd = p_laufd i_laufi = p_laufi i_returncode = l_rc.
BKK_CHAIN_START_NEXT_STEP CALL FUNCTION 'BKK_CHAIN_START_NEXT_STEP' EXPORTING i_laufd = p_laufd i_laufi = p_laufi.
BP_EVENT_RAISE CALL FUNCTION 'BP_EVENT_RAISE' EXPORTING eventid = con_event_accntcl_end eventparm = s_bkkrs * TARGET_INSTANCE = ' ' EXCEPTIONS bad_eventid = 1 eventid_does_not_exist = 2 eventid_missing = 3 raise_failed = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IBKK_MASS_ACCNT_CLS_F01 - Mass accoutn closure selection screen IBKK_INFO_TOP - BCA: Topinclude for Information System Reports IBKK_FO_CON - Include IBKK_FO_CON IBKK_CORR_PRINT_TOP - Include IBKK_CORR_PRINT_TOP IBKK_CORR_PRINT_START_SEL - Include RBCA_CORR_PRINT_START_SEL IBKK_CORR_PRINT_SCR - Start the BCA Correspondence Print Run