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

MF67IFPA SAP ABAP INCLUDE - x







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


Text pool values


Title: x


INCLUDES used within this REPORT MF67IFPA

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:

FTBP_READ_ADDRESS_PRINT_SHORT CALL FUNCTION 'FTBP_READ_ADDRESS_PRINT_SHORT' EXPORTING i_partner = but000-partner i_date = sy-datum i_xmemory = 'X' * i_xwa = "see I1036159/2005 IMPORTING address_short_form_s = iadrs EXCEPTIONS OTHERS = 1.

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING i_role = lf_role IMPORTING e_partner = but000-partner EXCEPTIONS partner_not_found = 1 OTHERS = 2.

BPOB_SELECT_PARTNER CALL FUNCTION 'BPOB_SELECT_PARTNER' EXPORTING i_assi_typ = 'TRDINT' i_appl = appl_int i_role = lf_role i_save = ' ' IMPORTING e_partner = but000-partner e_role = but100-rltyp "XJY ToDo EXCEPTIONS no_partner_selected = 1 OTHERS = 2.

BUP_BUPA_MEMORY_GET CALL FUNCTION 'BUP_BUPA_MEMORY_GET' EXPORTING i_partner = but000-partner TABLES t_but100 = it_but100 EXCEPTIONS no_data_found = 1 wrong_parameters = 2 OTHERS = 3.

FSBP_DBREAD_BUT100 CALL FUNCTION 'FSBP_DBREAD_BUT100' EXPORTING i_partner = but000-partner TABLES t_but100 = it_but100 EXCEPTIONS not_found = 1 OTHERS = 2.

FVD_TDPZ6_FOR_RLCAT_GET CALL FUNCTION 'FVD_TDPZ6_FOR_RLCAT_GET' EXPORTING i_rolecat = con_interroll * I_ROLETYP = IMPORTING et_tdpz6 = lt_tdpz6 EXCEPTIONS no_role_found = 1 no_rlcat_supplied = 2 OTHERS = 3.

FSBP_READ_ADDRESS_PRINT CALL FUNCTION 'FSBP_READ_ADDRESS_PRINT' EXPORTING i_partner = i_but000-partner IMPORTING address_printform = i_adrs e_bus020_ext = i_bpdadref EXCEPTIONS address = 1 partner = 2 no_address = 3 OTHERS = 4.

FTBP_READ_PARTNER_ADDRESS_F4 CALL FUNCTION 'FTBP_READ_PARTNER_ADDRESS_F4' EXPORTING i_partner = p_partnr i_operation = l_operation i_display = 'X' IMPORTING e_but021_fs = l_but021_fs.

FSBP_READ_ADDRESS_PRINT CALL FUNCTION 'FSBP_READ_ADDRESS_PRINT' EXPORTING i_partner = p_vzgpo-partnr i_adr_kind = p_vzgpo-adr_ref * i_rltyp = role_sbv IMPORTING address_printform = i_adrs e_bus020_ext = i_bpdadref EXCEPTIONS address = 1 partner = 2 no_address = 3 OTHERS = 4 .

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING i_selopt = lt_ranges i_role = lf_role i_xmain = 'X' IMPORTING e_partner = but000-partner EXCEPTIONS partner_not_found = 1 OTHERS = 2.

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING i_role = lf_role IMPORTING e_partner = but000-partner EXCEPTIONS partner_not_found = 1 OTHERS = 2.

FLBP_DEFAULTROLE_GET CALL FUNCTION 'FLBP_DEFAULTROLE_GET' EXPORTING i_rlcat = i_rlcat IMPORTING e_stnd_role = c_role.



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