MF63WFPA 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 MF63WFPA 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!
ISGP_PARTNER_ROLE_CONNECT CALL FUNCTION 'ISGP_PARTNER_ROLE_CONNECT' EXPORTING ALREADY_DATA_CHANGED = E_CFLAG I_APPL = APPL_BEW I_DYNNR = DYN_PARTNER I_REPID = 'SAPMF63W' ROLLE_HVP = CON_ROLETYP-BEWERBER IMPORTING CHANGE_FLAG = I_CFLAG E_FLG_CHANGED = I_EFLAG OKCODE = F_STATE TABLES IVZGPO = XVZGPO EXCEPTIONS GENERAL_ERROR = 1 NO_HISTORY = 2 OTHERS = 3.
FVZ_PARTNER_IN_PRINTFORM CALL FUNCTION 'FVZ_PARTNER_IN_PRINTFORM' EXPORTING PARTNR = XVZGPO-PARTNR IMPORTING NAME_OUT = BP000 ANSCHWA_OUT = ADRS EXCEPTIONS ADDRESS_NOT_FOUND = 1 PARTNER_NOT_FOUND = 2 OTHERS = 3.
FVZ_GET_PARTNER CALL FUNCTION 'FVZ_GET_PARTNER' EXPORTING APPL = APPL_BEW DATE_IN = DATE_IN FUNCTION = CON_INS ROLETYP = CON_ROLETYP-BEWERBER SEARCH = 'M' SELECT_ROLL = 'X' IMPORTING BP000_OUT = BP000 BP1000_OUT = BP1000 EXCEPTIONS ERROR = 1 NO_PARTNER_SELECTED = 2 OTHERS = 3.
REAL_ESTATE_PARTNER_DATA_READ CALL FUNCTION 'REAL_ESTATE_PARTNER_DATA_READ' EXPORTING I1_ROLETYP = CON_ROLETYP-BEWERBER I2_PARTNR = PARTNR 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.
FVZ_GET_PARTNER CALL FUNCTION 'FVZ_GET_PARTNER' EXPORTING BP000_IN = I_BP000 APPL = APPL_BEW DATE_IN = DATE_IN FUNCTION = CON_INS ROLETYP = CON_ROLETYP-BEWERBER SEARCH = 'P' SELECT_ROLL = 'X' IMPORTING BP000_OUT = BP000 * bp030_out = bp030 * bpdadr_out = bpdadr BP1000_OUT = BP1000 EXCEPTIONS ERROR = 1 NO_PARTNER_SELECTED = 2 OTHERS = 3.
REAL_ESTATE_PARTNER_DATA_READ CALL FUNCTION 'REAL_ESTATE_PARTNER_DATA_READ' EXPORTING I1_ROLETYP = CON_ROLETYP-BEWERBER I2_PARTNR = PARTNR I1_SNUMOBJ = CON_SNUMOBJ-IMMO IMPORTING E_ADRS = ADRS EXCEPTIONS ADDRESS_NOT_FOUND = 1 OTHERS = 2.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '2' TEXTLINE1 = LINE TEXTLINE2 = TEXT-PD2 * TEXTLINE3 = ' ' TEXT_OPTION1 = TEXT-PJA TEXT_OPTION2 = TEXT-PNO TITEL = TEXT-PDW * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.