SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

MF67AFPO SAP ABAP INCLUDE - Form Routines: Copy







MF67AFPO 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 MF67AFPO 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 MF67AFPO. "Basic submit
SUBMIT MF67AFPO AND RETURN. "Return to original report after report execution complete
SUBMIT MF67AFPO VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form Routines: Copy


INCLUDES used within this REPORT MF67AFPO

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:

BPOB_TRD001_MAINTAIN CALL FUNCTION 'BPOB_TRD001_MAINTAIN' EXPORTING i_assi_typ = assi_typ_darl i_assi_nr = lv_assi_nr i_appl = h_srgrp i_aktyp = lv_aktyp.

BPOB_TRD001_VDARL_PUT CALL FUNCTION 'BPOB_TRD001_VDARL_PUT' EXPORTING i_bukrs = vdarl-bukrs i_gsart = vdarl-gsart i_sstati = vdarl-sstati.

FVD_BO_OL_CLEAR_LOG CALL FUNCTION 'FVD_BO_OL_CLEAR_LOG' CHANGING c_log_handle = c_log_handle.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_str_log IMPORTING e_log_handle = c_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = vdarl-bukrs i_sarchiv = vdarl-sarchiv i_ranl = vdarl-rantrag IMPORTING e_str_vdarl = l_str_vdarl EXCEPTIONS contract_not_found = 1 OTHERS = 2.

FVD_LOAN_UI_COPY_CONTRACT CALL FUNCTION 'FVD_LOAN_UI_COPY_CONTRACT' EXPORTING i_log_handle = c_log_handle i_s_vdarl_key = l_str_vdarl_key i_vdarl_gsart = vdarl-gsart i_status_target = tzc37-statu i_ranl_target = vdarl-ranl i_sworkid = '01' i_save_mandatory = ' ' i_new_partner = rmf67-ssuch i_rcompose_number = g_str_rcompose_number i_flg_copy_cms = l_flg_copy_cms IMPORTING e_new_ranl = l_new_ranl EXCEPTIONS user_cancel = 1 no_authority = 2 no_partner_selected = 3 failed = 4 OTHERS = 5.

FVD_BO_UI_POPUP_MESSAGES CALL FUNCTION 'FVD_BO_UI_POPUP_MESSAGES' EXPORTING i_no_popup = 'X' CHANGING c_loghandle = c_log_handle.

FVD_LOAN_UI_CHANGE_PARTNER CALL FUNCTION 'FVD_LOAN_UI_CHANGE_PARTNER' EXPORTING i_bukrs = vdarl-bukrs i_gsart = vdarl-gsart i_statu = vdarl-sstati CHANGING c_partner = l_s_steer_copy_contract-rpartnr_new EXCEPTIONS no_partner = 1 OTHERS = 2.

FVD_LOAN_UI_CREATE_NEW_PARTNER CALL FUNCTION 'FVD_LOAN_UI_CREATE_NEW_PARTNER' EXPORTING i_gsart = l_s_steer_copy_contract-gsart i_bukrs = l_s_steer_copy_contract-bukrs i_statu = vdarl-sstati IMPORTING e_partner = l_s_steer_copy_contract-rpartnr_new e_sobjekt = l_sobjekt EXCEPTIONS no_partner = 1 OTHERS = 2.

FVD_LOAN_OL_COPY_CONTRACT CALL FUNCTION 'FVD_LOAN_OL_COPY_CONTRACT' EXPORTING i_s_steer_copy_contract = l_s_steer_copy_contract i_status_target = tzc37-statu i_sobjekt = l_sobjekt i_log_handle = c_log_handle i_sworkid = '01' i_rcompose_number = g_str_rcompose_number " note 838367 CS IMPORTING e_new_ranl = l_new_ranl EXCEPTIONS failed = 1 OTHERS = 2.

FVD_BO_UI_POPUP_MESSAGES CALL FUNCTION 'FVD_BO_UI_POPUP_MESSAGES' EXPORTING i_no_popup = 'X' CHANGING c_loghandle = c_log_handle.

FVD_BO_OL_SWITCH_LOG_OFF CALL FUNCTION 'FVD_BO_OL_SWITCH_LOG_OFF'.

FVD_BO_OL_SWITCH_LOG_ON CALL FUNCTION 'FVD_BO_OL_SWITCH_LOG_ON'.



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 MF67AFPO or its description.