SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

COR_MONI_F01 SAP ABAP INCLUDE - Include COR_MONI_F01







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


Text pool values


Title: Include COR_MONI_F01


INCLUDES used within this REPORT COR_MONI_F01

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:

TCOR_DB_READ_CODATA CALL FUNCTION 'TCOR_DB_READ_CODATA' EXPORTING it_co_id = lt_co_id IMPORTING et_codata_all = lt_codata_all.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = ls_codata_all-co_key IMPORTING output = lv_msgv1.

FTR_READ_DEALDATA_FROM_DB CALL FUNCTION 'FTR_READ_DEALDATA_FROM_DB' EXPORTING im_bukrs = ls_codata_all-company_code im_rfha = ls_codata_all-dealnumber IMPORTING ex_vtbfhazu = lwa_deal_actv_data EXCEPTIONS deal_not_found = 1 processing_error = 2 error_occured = 3.

FTR_ALERT_READ_CUSTOMIZING CALL FUNCTION 'FTR_ALERT_READ_CUSTOMIZING' EXPORTING i_bukrs = ls_codata_all-company_code i_sgsart = lwa_deal_actv_data-sgsart i_sfhaart = lwa_deal_actv_data-sfhaart i_sfgzustt = lwa_deal_actv_data-sfgzustt IMPORTING e_alrt_cat = lv_alrtcat EXCEPTIONS no_alrt_assgn = 1.

FTR_ALERT_READ_CUSTOMIZING CALL FUNCTION 'FTR_ALERT_READ_CUSTOMIZING' EXPORTING i_bukrs = ls_codata_all-company_code i_secac = ls_codata_all-sec_acc IMPORTING e_alrt_cat = lv_alrtcat EXCEPTIONS no_alrt_assgn = 1.

TCOR_CO_GET_ALERT_STAT CALL FUNCTION 'TCOR_CO_GET_ALERT_STAT' IMPORTING ev_msg_txt = lv_msg_txt CHANGING cs_co_all = ls_co.

TCOR_SERVICE_CO_SEND_ALRT CALL FUNCTION 'TCOR_SERVICE_CO_SEND_ALRT' EXPORTING iv_corr_objid = ls_co-co_uuid iv_msg_txt = lv_msg_txt EXCEPTIONS alert_not_sent = 1 no_authorization = 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 COR_MONI_F01 or its description.