CNV_10400_SELECTION 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_10400_SELECTION 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: Select ion of Characteristics for convertion
Text Symbol: 001 = Variant Configuration
Text Symbol: 002 = not Checked
Text Symbol: 003 = Classification
INCLUDE CNV_MBT_CWB_TS_PARAMS.
INCLUDE CNV_10400_ACT_DATA.
INCLUDE CNV_10400_FUNC.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = act_packid phase = act_phase EXCEPTIONS OTHERS = 1.
CNV_INT_STATE_INSERT CALL FUNCTION 'CNV_INT_STATE_INSERT' EXPORTING packid = gd_packid phase = gd_phase * TABNAME = progname = gc_selection * TASKID = '00' * RERUN = 'E' * PRECURSOR = * PRETABNAME = * TABLES * T_CNVSTATEORDER = * EXCEPTIONS * NO_ACTIVE_PACKAGE = 1 * PACKAGE_NOT_ACTIVE = 2 * INSERT_FAILED = 3 * RELATIONSHIPS_NOT_FEASIBLE = 4 * OTHERS = 5 .
CNV_INT_PACKAGE_GET * CALL FUNCTION 'CNV_INT_PACKAGE_GET' * IMPORTING * packid = gd_packid * phase = gd_phase * EXCEPTIONS * OTHERS = 1.
CNV_00001_KIF_QUERY_ROUTINES CALL FUNCTION 'CNV_00001_KIF_QUERY_ROUTINES' EXPORTING packid = gd_packid search_forms = 'X' search_doms = '' name_pattern = '%' routine_type = 'C' min_num_params = '00' max_num_params = '00' IMPORTING routines = gt_formsn * PARAMETERS = .
CNV_10400_GET_CONVFUNC * CALL FUNCTION 'CNV_10400_GET_CONVFUNC' * EXPORTING * ld_packid = gd_packid * TABLES * lt_conv_do_ro = gt_convfunc.
DD_EXIST_TABLE CALL FUNCTION 'DD_EXIST_TABLE' EXPORTING tabname = gc_cabn status = 'A'.
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_10400_SELECTION - Select ion of Characteristics for convertion CNV_10400_SELECTION - Select ion of Characteristics for convertion CNV_10400_P_GENERAL - CNV10400PGENERAL CNV_10400_MAINTAIN_STAT - Include CNV_10400_MAINTAIN_STAT CNV_10400_MAINTAIN_PBO - Include for tabstrip control output module (gen.) CNV_10400_MAINTAIN_PAI - Include for tabstrip control input module (gen.)