CNV_CMIS_A_20_WL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Build local work lists in the systems to be compared and store them in the local database...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CNV_CMIS_A_20_WL 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.
Selection Text: %ARC = Archive Analysis
Selection Text: %COMP = Complete
Selection Text: %CONTFLG = Delivery Class
Selection Text: %COPY = Copy from Source package
Selection Text: %LIS = LIS Analysis
Selection Text: %MANUAL = Manual
Selection Text: %OARC = Optical Archive Analysis
Selection Text: %SANT = Special Analysis Types
Selection Text: %SDC = SD Conditions Analysis
Selection Text: %TABNAME = Table Name
Selection Text: %TBCLASS = Table Category
Selection Text: %WF = Workflow Analysis
Selection Text: NO_HR = Exclude HR Tables
Selection Text: NO_LANG = Exclude Language Dependent Tab
Selection Text: P_FILENM = File Name:
Selection Text: S_DEVCL = Development Class
Selection Text: S_PACK_S = Source package Id
Title: Create a work list
Text Symbol: T03 = Default
Text Symbol: T02 = Exclude Fields Editor
Text Symbol: T01 = System Landscape
Text Symbol: S11 = RFC Status
Text Symbol: S10 = Description
Text Symbol: 002 = Select table type and delivery class
Text Symbol: 003 = Worklist Selection Mode
Text Symbol: 004 = Complete Selection
Text Symbol: 006 = Manual Worklist
Text Symbol: 008 = Information
Text Symbol: 009 = Load from Source package
Text Symbol: 010 = Upload Tables from EXCEL file
Text Symbol: 011 = Exclude Language Dependent Tables
Text Symbol: 012 = Options
Text Symbol: 014 = Logical Information System Analysis
Text Symbol: 015 = Standard Archive Analysis
Text Symbol: 016 = Workflow Analysis
Text Symbol: 017 = SD Conditions Analysis
Text Symbol: 018 = Optical Archive Analysis
Text Symbol: 020 = Special Analysis Types
INCLUDE CNV_CMIS_SM_PARAMS.
INCLUDE CNV_CMIS_A_20_SUBACT_TEMPL.
INCLUDE CNV_MBT_SUB_SM_MACROS.
INCLUDE CNV_CMIS_A_20_DATA.
INCLUDE CNV_CMIS_A_20_SEL.
INCLUDE CNV_CMIS_A_20_FRM.
INCLUDE CNV_CMIS_A_20_WL_PBO.
INCLUDE CNV_CMIS_A_20_PAI.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_STATE_UPDATE CALL FUNCTION 'CNV_MBT_L_STATE_UPDATE' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id state_tec = gc_create_tasks state_log = gc_state_log_ok aborted = space EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_CMIS_A_20_WL - Create a work list CNV_CMIS_A_20_WL - Create a work list CNV_CMIS_A_20_SUBACT_TEMPL - Include CNV_CMIS_A_20_SUBACT_TEMPL CNV_CMIS_A_20_SM_MACROS - Include CNV_CMIS_A_20_SM_MACROS CNV_CMIS_A_20_SEL - Selection screen for report CNV_CMIS_A_20_WL CNV_CMIS_A_20_RFC_SEL - Selection screen for report CNV_CMIS_A_20_RFC