COOCM_COMPF_GENERATE is a standard Executable ABAP Report 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 COOCM_COMPF_GENERATE 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: Report COOCM_COMPF_GENERATE
INCLUDE: LCOKOTYP.
No SAP DATABASE tables are accessed within this REPORT code!
CO_OCB_GET_FINAL_COMPNUM CALL FUNCTION 'CO_OCB_GET_FINAL_COMPNUM' IMPORTING COMPNUM_EXP = COMPNUM.
CO_OCM_INCLUDE_COMPFIELDEF CALL FUNCTION 'CO_OCM_INCLUDE_COMPFIELDEF' EXPORTING ORDER_TYPE = ORDER_TYPE TABLES PRIMARY_FIELDS = PRIMARY_FIELDS SECONDARY_FIELDS = SECONDARY_FIELDS.
CO_OCM_INCLUDE_COMPFIELDEF CALL FUNCTION 'CO_OCM_INCLUDE_COMPFIELDEF' EXPORTING ORDER_TYPE = ORDER_TYPE TABLES PRIMARY_FIELDS = PRIMARY_FIELDS SECONDARY_FIELDS = SECONDARY_FIELDS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COOCM_COMPF_GENERATE - Report COOCM_COMPF_GENERATE COOCM_COMPF_GENERATE - Report COOCM_COMPF_GENERATE COOCM_COMMON - COOCMCOMMON COOCMPTOP - documentation and ABAP source code COOCMPSEL - documentation and ABAP source code COOCMPICK_H - SE38 Screen Selection for Customizing Background Job Goods Movements