CNV_CMIS_A_20_WL_RELEASE 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 CNV_CMIS_A_20_WL_RELEASE 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: P_PHASE = Migration Project Phase
Selection Text: P_PACK = Package ID
Selection Text: P_ACT_ID = Activity ID
Title: Show result of worklist table for Cross-Client Cust.Comparison
Text Symbol: S17 = Worklist Status
Text Symbol: S16 = Number of tables to be analyzed:
Text Symbol: S15 = Number of tables to be skipped:
Text Symbol: S14 = Number of tables not available in the target system:
Text Symbol: S13 = Number of tables not available in the source system:
Text Symbol: S12 = Number of tables found:
Text Symbol: S11 = RFC Status
Text Symbol: S10 = Description
Text Symbol: S09 = System ID
Text Symbol: S08 = Landscape Status
Text Symbol: S07 = Status not defined
Text Symbol: S06 = Worklist released for analysis
Text Symbol: S05 = Worklist creation in progress
Text Symbol: S04 = Worklist created with errors
Text Symbol: S03 = Worklist created with warnings
Text Symbol: S02 = Worklist created
Text Symbol: S01 = Worklist creation started
Text Symbol: 206 = NO
Text Symbol: 205 = YES
Text Symbol: 201 = Enter file path to save excel sheet.
Text Symbol: 102 = Skipped table list for Packid :
Text Symbol: 101 = Worklist for Packid :
Text Symbol: 100 = Table Name
Text Symbol: 053 = Release Worklist Message!
Text Symbol: 025 = Do You Want To Save Changes?
Text Symbol: 006 = Skip Further Analysis
Text Symbol: 005 = Release Worklist for Comparision
Text Symbol: 003 = Package ID
Text Symbol: 002 = List of Skipped tables
Text Symbol: 001 = Release Worklist for Cross-Client Customizing Comparison Package
INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_CMIS_A_20_WL_REL_TOP.
INCLUDE CNV_CMIS_A_20_REL_FRM.
INCLUDE CNV_CMIS_A_10_LIC_CHECK_PREG.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_bypassing_buffer = 'X' i_callback_program = gv_repid i_callback_pf_status_set = gv_status_set i_callback_user_command = gv_user_command i_callback_html_top_of_page = gc_top_of_page i_structure_name = 'CNVCMIS_A_20_WL_FCAT' i_grid_title = text-005 it_fieldcat = gt_fieldcat it_excluding = gt_excluding is_layout = gs_layo TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = 'Do You Want To Save Changes?'(025) * TEXTLINE2 = ' ' titel = 'Release Worklist Message!'(053) * START_COLUMN = 25 * START_ROW = 6 * DEFAULTOPTION = 'N' IMPORTING answer = gv_ans.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'I' msgid = 'CNV_CMIS_A_20' msgno = '115' msgv1 = sy-uname msgv2 = sy-datum msgv3 = sy-uzeit EXCEPTIONS OTHERS = 1.
CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id EXCEPTIONS OTHERS = 1.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'W' msgid = 'CNV_CMIS_A_20' msgno = '116' EXCEPTIONS OTHERS = 1.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXCEPTIONS OTHERS = 1.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'E' msgid = 'CNV_CMIS_A_20' msgno = '117' EXCEPTIONS OTHERS = 1.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXCEPTIONS OTHERS = 1.
CNV_MBT_L_PROTOCOL_MESSAGE * CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' * EXPORTING * msgty = 'I' * msgid = 'CNV_CMIS_A_20' * msgno = '118' * EXCEPTIONS * OTHERS = 1.
CNV_MBT_L_PROTOCOL_WRITE_DB * CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' * 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_RELEASE - Show result of worklist table for Cross-Client Cust.Comparison CNV_CMIS_A_20_WL_RELEASE - Show result of worklist table for Cross-Client Cust.Comparison CNV_CMIS_A_20_WL_PBO - Include CNV_CMIS_A_20_WL_PBO CNV_CMIS_A_20_WL_MAIN_TOP - Include CNV_CMIS_A_20_WL_MAIN_TOP CNV_CMIS_A_20_WL_MAIN - Show result of worklist table for Cross-Client Cust.Comparison CNV_CMIS_A_20_WL_MAIN - Show result of worklist table for Cross-Client Cust.Comparison