COFORM30 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 COFORM30 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: Routines for Plant Maintenance for all module pools
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CO_BT_AFVG_SET CALL FUNCTION 'CO_BT_AFVG_SET' EXPORTING AUFNR_ACT = AUFNR EXCEPTIONS ENTRY_NOT_FOUND = 01 TABLE_EMPTY = 02.
CO_BT_AFVG_GET CALL FUNCTION 'CO_BT_AFVG_GET' EXPORTING AUFNR_ACT = AUFNR FLG_WORK = SPACE IMPORTING AFVGD_EXP = AFVGD_WRK VBKZ_EXP = VBKZ_TMP EXCEPTIONS EOF = 01.
CO_BT_AFVG_UPDATE CALL FUNCTION 'CO_BT_AFVG_UPDATE' EXPORTING AFVGD_NEW = AFVGD_WRK FLG_NO_SCHED = 'X' FLG_NO_UVO_UPD = 'X' TABIX_OLD = AFVGD_WRK-INDBT FLG_SCHED_LIGHT = ' ' INS_MODE = ' ' FLG_NO_DEALLOC = ' ' FLG_NO_CALC = 'X' FLG_NO_REC_PROCESS = 'X' EXCEPTIONS OTHERS = 1.
STATUS_CHANGE_INTERN_MULTI CALL FUNCTION 'STATUS_CHANGE_INTERN_MULTI' EXPORTING CLIENT = SY-MANDT TABLES STATUS = STAT_TAB OBJECTS = OBJECT_TAB EXCEPTIONS OBJECT_NOT_FOUND = 01 STATUS_INCONSISTENT = 02 STATUS_NOT_ALLOWED = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COFORM30 - Routines for Plant Maintenance for all module pools COFORM20 - Cross- module pool routines for networks COFORM13 - documentation and ABAP source code COFORM11 - UPDATE_GLOBAL_TABLES COFORM10 - Cross-ABAP module pool routines for production orders COFORM02 - documentation and ABAP source code