MF05AFX1_IMMO_OBJEKTE 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 MF05AFX1_IMMO_OBJEKTE 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!
RE_RA_SEARCH_MV CALL FUNCTION 'RE_RA_SEARCH_MV' EXPORTING E_SMIVE = LFVI9-E_MIVE BUKRS = LFVI9-BUKRS * SWENR = ' ' * SMENR = ' ' * MY_SMIVE = ' ' IMPORTING E_VIMIMV = LOC_VIMIMV EXCEPTIONS NOT_FOUND = 1 CANCELED_BY_USER = 2 OTHERS = 3.
REMD_ENCODE_IMKEY CALL FUNCTION 'REMD_ENCODE_IMKEY' EXPORTING I_BUKRS = BKPF-BUKRS I_SWENR = LFVI9-WENR I_SGRNR = LFVI9-GRNR I_SGENR = LFVI9-GENR I_SMENR = LFVI9-MENR I_SMIVE = LFVI9-MIVE I_SVWNR = LFVI9-SVWNR I_SNKSL = LFVI9-NKSL I_SEMPSL = LFVI9-EMPSL I_DABRBEZ = LFVI9-DABRBEZ I_RECNNR = LFVI9-RECNNR " 449846 I_SBERI = LFVI9-SBERI I_FLAG_HIERARCHY = ' ' I_ACTIVITY = BSEG-VORGN " << Hinweis 90251 IMPORTING *(del) E_IMKEY = BSEG-IMKEY. "Note1038879
CHECK_JURISDICTION_ACTIVE CALL FUNCTION 'CHECK_JURISDICTION_ACTIVE' EXPORTING I_BUKRS = LFVI9-BUKRS IMPORTING E_ISACTIVE = LOC_FLAG EXCEPTIONS INPUT_INCOMPLETE = 1 INPUT_INCONSISTENT = 2 OTHERS = 3.
RE_FI_OBJ_JURISDICTION_IMKEY CALL FUNCTION 'RE_FI_OBJ_JURISDICTION_IMKEY' EXPORTING I_DABRZ = LFVI9-DABRBEZ i_imkey = bseg-imkey "Note931245 IMPORTING E_TXJCD = BSEG-TXJCD EXCEPTIONS ERROR = 1 OTHERS = 2.
COBL_OBJECT_NUMBER_INPUT CALL FUNCTION 'COBL_OBJECT_NUMBER_INPUT' EXPORTING i_cobl_objnr_ex = _cobl_objnr_ex CHANGING c_cobl = _cobl EXCEPTIONS illegal_imkey = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.