COM_WCB_CONFIG_APPROVAL 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 COM_WCB_CONFIG_APPROVAL 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: Program for object type COMWCBCONF : WCB Approval
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COM_WCB_PROCESS_CONFIG CALL FUNCTION 'COM_WCB_PROCESS_CONFIG' EXPORTING IV_ACTION = 'APPROVE' IV_TECH_GUID = LV_TECH_GUID IS_CFG_DETAILS = LS_CFG_DETAILS IMPORTING EV_STATUS = LV_STATUS EV_WORKITEM_ID = LV_WORKITEM_ID EV_TECH_GUID = LV_TECH_GUID TABLES IT_APPROVERS = LT_APPROVERS IT_RETURNS = LT_RETURNS EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COM_WCB_CONFIG_APPROVAL - Program for object type COMWCBCONF : WCB Approval COM_WCB_CONFIG_APPROVAL - Program for object type COMWCBCONF : WCB Approval COM_UI_GEN_DATA001 - COMUIGENDATA001 COM_TRANSPORT_TRESC - Program TRANSPORT_TRESC COM_TRANSPORT_TRESC - Program TRANSPORT_TRESC COM_TEXT_TYPES - COMTEXTTYPES