MF63WI01 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 MF63WI01 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_PARTNER_DATA_READ CALL FUNCTION 'REAL_ESTATE_PARTNER_DATA_READ' EXPORTING I1_ROLETYP = CON_ROLETYP-BEWERBER I1_SOBJEKT = VIMI11-INTRENO I1_SNUMOBJ = CON_SNUMOBJ-IMMO IMPORTING E_ADRS = ADRS EXCEPTIONS ADDRESS_NOT_FOUND = 1 PARTNER_NOT_FOUND = 2 UNKNOWN_ERROR = 3 PARTNER_RELATION_NOT_FOUND = 4 OTHERS = 5.
RE_OBJECT_PUBLISH CALL FUNCTION 'RE_OBJECT_PUBLISH' EXPORTING I_KEY = LOC_VIREKEY EXCEPTIONS UNKNOWN_OBJECT_TYPE = 1 NAME_OF_KEY_NOT_VALID = 2 OBJECT_KEY_NOT_FOUND = 3 OTHERS = 4.
FVAU_AUTHORITY_CHECK call function 'FVAU_AUTHORITY_CHECK' exporting object = 'F_RE_BRGRP' authpar = authpar exceptions no_authority = 1 invalid_object = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.