SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_CMIS_A_20_WL SAP ABAP Report - Create a work list







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


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


Text pool values


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





Text Symbol: 302 = data element
Text Symbol: 303 = table name
Text Symbol: 501 = domain
Text Symbol: 505 = YES
Text Symbol: 506 = NO
Text Symbol: S08 = Landscape Status
Text Symbol: S09 = System ID


INCLUDES used within this REPORT CNV_CMIS_A_20_WL

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.


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:

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.



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