SAP Reports / Programs | Public Sector Management | Funds Management | Information system(PSM-FM-IS) SAP PSM

IFMKKA1 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

CUSTOMER_READ call function 'CUSTOMER_READ' exporting * bei Uebergabe des Buchungskreises werden nicht alle Daten aus KNA1 * geliefert, weil der verwendete View nicht entsprechend erweitert * wurde. KNB1-Felder werden nicht geliefert.

VENDOR_READ call function 'VENDOR_READ' exporting * bei Uebergabe des Buchungskreises werden nicht alle Daten aus LFA1 * geliefert, weil der verwendete View nicht entsprechend erweitert * wurde. LFB1-Felder werden nicht geliefert.

FMR3_GET_LOCAL_CURRENCY call function 'FMR3_GET_LOCAL_CURRENCY' exporting i_bukrs = p_bukrs importing e_hwaer = g_hauswaehrung * E_FIKRS = * E_KOKRS = exceptions invalid_waers = 1 wrong_bukrs = 2 others = 3.

FI_PSO_KNBK_READ1 call function 'FI_PSO_KNBK_READ1' exporting i_kunnr = p_kunnr tables t_knbk = l_t_knbk exceptions others = 1.

READ_BANK_ADDRESS call function 'READ_BANK_ADDRESS' exporting bank_country = l_wa_knbk-banks bank_number = l_wa_knbk-bankl importing bnka_wa = l_wa_bnka exceptions not_found = 1 others = 2.

FI_PSO_KNEA_READ2 call function 'FI_PSO_KNEA_READ2' exporting i_bukrs = p_bukrs i_kunnr = p_kunnr tables t_knea = l_t_knea exceptions others = 1.

READ_BANK_ADDRESS call function 'READ_BANK_ADDRESS' exporting bank_country = l_wa_knea-banks bank_number = l_wa_knea-bankl importing bnka_wa = l_wa_bnka exceptions not_found = 1 others = 2.

FOR_ALL_LFBK call function 'FOR_ALL_LFBK' exporting xlifnr = p_lifnr tables xlfbk = l_t_lfbk exceptions others = 1.

READ_BANK_ADDRESS call function 'READ_BANK_ADDRESS' exporting bank_country = l_wa_lfbk-banks bank_number = l_wa_lfbk-bankl importing bnka_wa = l_wa_bnka exceptions not_found = 1 others = 2.

FI_PSO_DISPLAY call function 'FI_PSO_DISPLAY' exporting i_lotkz = g_value i_compy = p_bukrs * I_PSOTYP = ' ' * I_F_FIKEY = ' ' exceptions unknown_type = 1 cancelled = 2 exit_all = 3 data_missing = 4 others = 5.

FMFK_GET_FIKRS_FROM_BUKRS call function 'FMFK_GET_FIKRS_FROM_BUKRS' exporting i_bukrs = p_bukrs importing e_fikrs = l_fikrs.

FMKO_GET_FM_FROM_FI call function 'FMKO_GET_FM_FROM_FI' exporting i_bukrs = l_wa_posten-bukrs i_belnr = l_wa_posten-belnr i_gjahr = l_wa_posten-gjahr i_koart = ' ' tables t_bseg = l_t_bseg t_fmci = l_t_fmci exceptions bel_not_found = 1 no_comm_item = 2 others = 3.

FM_AUTH_CHECK_GRP_COM_ITEM call function 'FM_AUTH_CHECK_GRP_COM_ITEM' exporting i_fikrs = l_fikrs i_authgrp_fipex = l_f_fmci-augrp i_fipex = l_t_fmci-fipex i_actvt = '03' importing e_flg_auth = g_wa_buchung-flg_auth.

NET_DUE_DATE_GET call function 'NET_DUE_DATE_GET' exporting i_zfbdt = l_wa_posten-zfbdt i_zbd1t = l_wa_posten-zbd1t i_zbd2t = l_wa_posten-zbd2t i_zbd3t = l_wa_posten-zbd3t i_shkzg = l_wa_posten-shkzg i_rebzg = l_wa_posten-rebzg i_koart = 'D' importing e_faedt = g_wa_buchung-faelligkeit exceptions others = 1.

NET_DUE_DATE_GET call function 'NET_DUE_DATE_GET' exporting i_zfbdt = l_wa_tmp_posten-zfbdt i_zbd1t = l_wa_tmp_posten-zbd1t i_zbd2t = l_wa_tmp_posten-zbd2t i_zbd3t = l_wa_tmp_posten-zbd3t i_shkzg = l_wa_tmp_posten-shkzg i_rebzg = l_wa_tmp_posten-rebzg i_koart = 'D' importing e_faedt = g_wa_buchung-faelligkeit exceptions others = 1.

NET_DUE_DATE_GET call function 'NET_DUE_DATE_GET' exporting i_zfbdt = l_wa_tmp_posten-zfbdt i_zbd1t = l_wa_tmp_posten-zbd1t i_zbd2t = l_wa_tmp_posten-zbd2t i_zbd3t = l_wa_tmp_posten-zbd3t i_shkzg = l_wa_tmp_posten-shkzg i_rebzg = l_wa_tmp_posten-rebzg i_koart = 'D' importing e_faedt = g_wa_buchung-faelligkeit exceptions others = 1.



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