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

IHFMTAB_ERR1 SAP ABAP INCLUDE - IHFMTABERR1







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

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:

FM_PAYTR_SEPARATE_DOCUMENTS call function 'FM_PAYTR_SEPARATE_DOCUMENTS' tables t_payments_fi = l_t_payments t_invoices_fi = l_t_invoices t_documents_fi = l_t_items_new t_header = l_t_header_new t_cc_header = l_t_cc_header t_payment_amount = l_t_amount t_down_payments_upd = l_t_pay_on_acc t_control_data = g_t_control_data t_90_30_docs_fm = l_t_90_30_docs_fm.

FMFK_GET_FIKRS_FROM_BUKRS call function 'FMFK_GET_FIKRS_FROM_BUKRS' exporting i_bukrs = u_f_fi_items-bukrs importing e_fikrs = l_fikrs.

BUKRS_GET_FROM_FIKRS call function 'BUKRS_GET_FROM_FIKRS' exporting ip_fikrs = l_fikrs tables t_t001 = l_t_t001.

FMCA_GET_INIT_INFO call function 'FMCA_GET_INIT_INFO' exporting i_bukrs = l_t_t001-bukrs changing c_f_control_data = c_t_control_data.

FMFK_GET_FIKRS_FROM_BUKRS call function 'FMFK_GET_FIKRS_FROM_BUKRS' exporting i_bukrs = c_t_bseg-bukrs importing e_fikrs = l_t_t001-fikrs.

FMFPO_READ_QUICK call function 'FMFPO_READ_QUICK' exporting ip_fikrs = l_t_t001-fikrs ip_fipos = c_t_bseg-fipos ip_gjahr = c_t_bseg-gjahr ip_flg_buffer_all = 'X' importing f_fmfpo = l_f_fmfpo.

FM_CHECK_STATUS_PSOBT call function 'FM_CHECK_STATUS_PSOBT' exporting i_abschlgrp = p_abgrp importing e_status = l_pend_stat.

FM_CHECK_STATUS_PEND_USER call function 'FM_CHECK_STATUS_PEND_USER' exporting i_abschlgrp = p_abgrp i_uname = sy-uname importing e_status = l_user_stat.



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