COFORM20 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 COFORM20 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Cross- module pool routines for networks
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CM_F_INFO CALL FUNCTION 'CM_F_INFO' EXPORTING OBJECT_ID = '00' APLID = 'PSPA' IMPORTING E_MSG_COUNTER_PRO = COUNT.
CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING APLID = 'PSPA' HEADLINE = SY-TITLE.
CM_F_INFO CALL FUNCTION 'CM_F_INFO' EXPORTING APLID = MSG_APL_ENQUEUE IMPORTING E_MSG_COUNTER_PRO = COUNT.
CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING APLID = MSG_APL_ENQUEUE HEADLINE = TEXT-PRL.
CO_CL_NETWORK_CLASSIFICATION CALL FUNCTION 'CO_CL_NETWORK_CLASSIFICATION' EXPORTING CAUFVD_IMP = CAUFVD TRTYP_IMP = RC27S-AKTYP_PIC EXCEPTIONS CLASSIFICATION_NOT_FOUND = 01.
VS_DI_VERSION_CREATE_VIA_ZPT CALL FUNCTION 'VS_DI_VERSION_CREATE_VIA_ZPT' EXPORTING OBJNR_NP_IMP = CAUFVD-OBJNR OBJNR_PD_IMP = OBJNR_PD AKTYP_IMP = RC27S-AKTYP IMPORTING VERS_ANZ = VERS_ANZ BELEG_TAB_CHG = BTAB_CHG.
CO_IT_SET_FLG_ITAB_NEW CALL FUNCTION 'CO_IT_SET_FLG_ITAB_NEW'.
CO_DT_DTAB_DEL CALL FUNCTION 'CO_DT_DTAB_DEL'.
CO_BT_CAUFV_READ_WITH_AUFPL CALL FUNCTION 'CO_BT_CAUFV_READ_WITH_AUFPL' EXPORTING AUFPL_IMP = CAUFVD-AUFPL IMPORTING CAUFVD_EXP = CAUFVD INDEX = RC27I-INDEX_PLKO EXCEPTIONS NOT_FOUND = 01.
CO_BT_CAUFV_UPD call function 'CO_BT_CAUFV_UPD' exporting caufvd_upd = caufvd FLG_NO_VBKZ = lv_no_update FLG_OCM = lv_no_update.
CO_IH_SET_HEADER CALL FUNCTION 'CO_IH_SET_HEADER' EXPORTING CAUFVD_IMP = CAUFVD.
CO_BT_CAUFV_UPD call function 'CO_BT_CAUFV_UPD' exporting caufvd_upd = caufvd FLG_NO_VBKZ = lv_no_update FLG_OCM = lv_no_update.
CO_IH_SET_HEADER CALL FUNCTION 'CO_IH_SET_HEADER' EXPORTING CAUFVD_IMP = CAUFVD.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.