SAP Reports / Programs | Real Estate Management(RE) SAP RE

MF05AFX1_IMMO_OBJEKTE SAP ABAP INCLUDE - MF05AFX1IMMOOBJEKTE







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MF05AFX1_IMMO_OBJEKTE. "Basic submit
SUBMIT MF05AFX1_IMMO_OBJEKTE AND RETURN. "Return to original report after report execution complete
SUBMIT MF05AFX1_IMMO_OBJEKTE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MF05AFX1_IMMO_OBJEKTE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MF05AFX1_IMMO_OBJEKTE or its description.