MK23BF60 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 MK23BF60 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!
REAL_ESTATE_ITEM_ALL CALL FUNCTION 'REAL_ESTATE_ITEM_ALL' EXPORTING I_LFVI9 = TI_LFVI9 IMPORTING E_LFVI9 = TI_LFVI9 * E_RF60BAPER = E_VIMI01 = TI_VIMI01 E_VIMI04 = TI_VIMI04 E_VIOB01 = TI_VIOB01 E_VIOB02 = TI_VIOB02 E_VIOB03 = TI_VIOB03 * OBJNR = OTYPE = TI_OTYPE EXCEPTIONS WRONG_ACCOUNTING_ITEMS = 01.
REAL_ESTATE_ITEM_ALL CALL FUNCTION 'REAL_ESTATE_ITEM_ALL' EXPORTING I_LFVI9 = LFVI9 IMPORTING E_LFVI9 = LFVI9 * E_RF60BAPER = * E_VIMI01 = * E_VIMI04 = * E_VIOB01 = * E_VIOB02 = * E_VIOB03 = * OBJNR = * OTYPE = EXCEPTIONS WRONG_ACCOUNTING_ITEMS = 01.
REAL_ESTATE_IMKEY_COOBJECT CALL FUNCTION 'REAL_ESTATE_IMKEY_COOBJECT' EXPORTING I_COBL = COBL I_LFVI9 = CITC_LFVI9 I_READ = ' ' IMPORTING E_GSBER = CITC_GSBER E_LFVI9 = LFVI9 E_OBJNR = CITC_OBJNR E_PRCTR = CITC_PRCTR * OTYPE = * SUBRC = EXCEPTIONS IMKEY_ILEGAL = 01 OBJECT_NOT_FOUND = 02.
REAL_ESTATE_IMKEY_GET CALL FUNCTION 'REAL_ESTATE_IMKEY_GET' EXPORTING ANZEIGE = HILF_ANZ I_COBL = COBL IMPORTING E_COBL = IPS_COBL EXCEPTIONS ABNORMAL_LEAVE = 01.
REAL_ESTATE_IMKEY_PUT CALL FUNCTION 'REAL_ESTATE_IMKEY_PUT' EXPORTING I_LFVI9 = LFVI9 IMPORTING E_LFVI9 = LFVI9 * OTYPE = * SUBRC = EXCEPTIONS IMKEY_ILEGAL = 01 OBJECT_NOT_FOUND = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.