SAP Reports / Programs | Project System | Structures | Network and Activity(PS-ST-OPR-NET) SAP PS

COFORM20 SAP ABAP INCLUDE - Cross- module pool routines for networks







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


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


Text pool values


Title: Cross- module pool routines for networks


INCLUDES used within this REPORT COFORM20

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:

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.



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