CNV_10100_TS_EXCL_SET_INTERVAL 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_10100_TS_EXCL_SET_INTERVAL 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: Troubleshooter for load of set class customizing
Text Symbol: 001 = Delete
Text Symbol: 002 = Delete selected Line
Text Symbol: 003 = From Value
Text Symbol: 004 = To Value
INCLUDE CNV_10100_TS_EXCL_ALV_DEF.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_00001_STATE_GET CALL FUNCTION 'CNV_00001_STATE_GET' EXPORTING packid = gv_cwb_package phase = gv_cwb_phase * TABNAME = progname = 'CNV_10100_BREAKDOWN_INTERVALS' * TASKID = * ALL_AS_TABLE = IMPORTING exp_cnvstate = ls_cnvstate * TABLES * T_CNVSTATE = EXCEPTIONS no_entry_exists = 1 OTHERS = 2 .
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_10100_TS_EXCL_SET_INTERVAL - Troubleshooter for load of set class customizing CNV_10100_TS_EXCL_SET_INTERVAL - Troubleshooter for load of set class customizing CNV_10100_TS_EXCL_ALV_FUNCTION - Include CNV_10100_TS_EXCL_ALV_FUNCTION CNV_10100_TS_EXCL_ALV_DEF - Include CNV_10100_TS_EXCL_ALV_DEF CNV_10100_TS_DELETE_DUPL_SET - Check Duplicate Set Values CNV_10100_TS_DELETE_DUPL_SET - Check Duplicate Set Values