SAP Reports / Programs | Public Sector Management | Fund Accounting(PSM-FA) SAP PSM

IFMMONITOR_COFIBALANCINGF03 SAP ABAP INCLUDE - IFMMONITORCOFIBALANCINGF03







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

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:

DOCHEADER_COMP_CODE_WITH_POPUP CALL FUNCTION 'DOCHEADER_COMP_CODE_WITH_POPUP' EXPORTING i_bukrs = c_f_t001-bukrs IMPORTING e_bukrs = c_f_t001-bukrs EXCEPTIONS canceled = 0.

COMPANY_CODE_READ CALL FUNCTION 'COMPANY_CODE_READ' EXPORTING i_bukrs = c_f_t001-bukrs IMPORTING e_t001 = c_f_t001 EXCEPTIONS country_not_found = 1 no_such_code = 2 space_input = 3 wrong_kkber = 4 OTHERS = 5.

KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING i_bukrs = c_f_t001-bukrs IMPORTING e_kokrs = c_kokrs.

DOCU_GET_SHORTTEXT CALL FUNCTION 'DOCU_GET_SHORTTEXT' EXPORTING id = 'HY' langu = sy-langu object = u_object IMPORTING shorttxt = c_shorttext.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = u_name langu = sy-langu IMPORTING dd04v_wa = l_f_dd04v.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = u_name langu = sy-langu TABLES dd07v_tab = l_t_dd07v.

G_BEB_GET_LINE_TYPE CALL FUNCTION 'G_BEB_GET_LINE_TYPE' CHANGING docline = l_f_docline EXCEPTIONS no_chartofacc = 1 no_linetype = 2 OTHERS = 3.

G_BEB_GET_CONTROL_TAB CALL FUNCTION 'G_BEB_GET_CONTROL_TAB' EXPORTING i_method = u_method i_process = u_process i_variant = u_variant * I_READ_BUFFER = TABLES t_t8g21 = l_t_t8g21 EXCEPTIONS nothing_found = 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 IFMMONITOR_COFIBALANCINGF03 or its description.