SAP Reports / Programs | Financial Accounting(FI) SAP FI

MF05LHLP SAP ABAP INCLUDE - F4 possible entries for MWSKZ - in WiA with dialog box for country







MF05LHLP 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 MF05LHLP 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 MF05LHLP. "Basic submit
SUBMIT MF05LHLP AND RETURN. "Return to original report after report execution complete
SUBMIT MF05LHLP 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 MF05LHLP

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMF05L' dynumb = f4dyn TABLES dynpfields = f4hlp EXCEPTIONS OTHERS = 01.

FI_VENDOR_ALTERN_PAYERS_READ CALL FUNCTION 'FI_VENDOR_ALTERN_PAYERS_READ' EXPORTING i_lifnr = bseg-lifnr i_filkd = bseg-filkd i_bukrs = bkpf-bukrs i_lfb1_head_office = lfb1 TABLES t_zemtab = zemtab.

FI_CUSTOMER_ALTERN_PAYEES_READ CALL FUNCTION 'FI_CUSTOMER_ALTERN_PAYEES_READ' EXPORTING i_kunnr = bseg-kunnr i_filkd = bseg-filkd i_bukrs = bkpf-bukrs i_knb1_head_office = knb1 TABLES t_zemtab = zemtab.

UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING business_uom = 'X' display = xshow IMPORTING select_unit = bseg-meins.

F_VALUES_SGTXT CALL FUNCTION 'F_VALUES_SGTXT' EXPORTING i_xshow = rfcu3-xshow i_xplus = rfcu3-xplus IMPORTING e_sgtxt = bseg-sgtxt EXCEPTIONS nothing_selected = 1.

F_VALUES_TXJCD CALL FUNCTION 'F_VALUES_TXJCD' EXPORTING i_kalsm = t005-kalsm IMPORTING e_txjcd = txjcd.

FI_F4_ZTERM CALL FUNCTION 'FI_F4_ZTERM' EXPORTING i_koart = bseg-koart i_zterm = bseg-zterm i_xshow = xshow IMPORTING e_zterm = zterm.

J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = bkpf-bukrs component = 'AR' EXCEPTIONS OTHERS = 1.

FI_TAX_INPUT_CHECK CALL FUNCTION 'FI_TAX_INPUT_CHECK' EXPORTING i_bukrs = bkpf-bukrs i_kunnr = bseg-kunnr i_lifnr = bseg-lifnr i_budat = bkpf-budat i_xshow = xshow IMPORTING e_mwskz = mwskz EXCEPTIONS OTHERS = 0.

FI_F4_MWSKZ CALL FUNCTION 'FI_F4_MWSKZ' EXPORTING i_kalsm = t005-kalsm I_stbuk = bkpf-bukrs "N1175497 i_xshow = xshow IMPORTING e_mwskz = mwskz.

FI_F4_BVTYP CALL FUNCTION 'FI_F4_BVTYP' EXPORTING i_kunnr = kunnr i_lifnr = lifnr i_xshow = xshow IMPORTING e_bvtyp = bvtyp.

FI_PAYMENT_INSTRUCTION_F4 CALL FUNCTION 'FI_PAYMENT_INSTRUCTION_F4' EXPORTING i_company = bkpf-bukrs i_bankid = bseg-hbkid i_instruction_number = dtwsf i_display = xshow IMPORTING e_instruction = dtwsx EXCEPTIONS OTHERS = 4.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING display = display fieldname = 'EMPFB' tabname = 'BSEG' IMPORTING select_value = empfb TABLES fields = fldtab valuetab = valtab.

READ_IBAN_EXT CALL FUNCTION 'READ_IBAN_EXT' EXPORTING i_banks = ls_knbk-banks i_bankl = ls_knbk-bankl i_bankn = ls_knbk-bankn i_bkont = ls_knbk-bkont IMPORTING E_IBAN = ls_mandate-SND_IBAN.

BAPI_BANK_GETDETAIL CALL FUNCTION 'BAPI_BANK_GETDETAIL' EXPORTING bankcountry = ls_knbk-banks bankkey = ls_knbk-bankl IMPORTING BANK_ADDRESS = ls_bank_address.

SEPA_MANDATES_API_GET_BUFFER CALL FUNCTION 'SEPA_MANDATES_API_GET_BUFFER' IMPORTING ET_BUF_MANDATE_INS = lt_buf_mnd_ins ET_BUF_MANDATE_CHG = lt_buf_mnd_chg.

SEPA_MANDATE_UI_CREATE CALL FUNCTION 'SEPA_MANDATE_UI_CREATE' EXPORTING i_fullscreen = '' i_mandate = ls_mandate i_do_commit = '' i_update_task = 'X' is_fix_data = ls_fix_data IMPORTING e_req_commit = gv_mandate_changed e_mandate = ls_mandate.

SEPA_MANDATE_UI_LIST_POPUP CALL FUNCTION 'SEPA_MANDATE_UI_LIST_POPUP' EXPORTING it_mandates = lt_mandates_list ix_details_in_popup = 'X' iv_actype = lv_actype iv_anwnd = ls_fix_data-anwnd is_fix_data = ls_fix_data ix_update_task = lx_update_task ix_choose_only_one = 'X' IMPORTING e_req_commit = gv_mandate_changed et_mandates = lt_sel_mandates EXCEPTIONS invalid_parameters = 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 MF05LHLP or its description.