CNV_10100_CHECK_OLD_SET_TABLE 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_CHECK_OLD_SET_TABLE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CNV_10100_C_OLD_SET - Check old set data tables
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.
Text Symbol: 011 = confirm?
Text Symbol: 012 = Confirmation
Text Symbol: 082 = Confirm that the sets are not relevant for the conversion
Text Symbol: 083 = Yes
Text Symbol: 084 = Cancel
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gc_packid phase = gd_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-012 diagnose_object = 'CNV_10100_CONFIRM_OLD_SETDAT' text_question = text-082 icon_button_1 = 'ICON_CHECKED' text_button_2 = text-084 icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = ' ' USERDEFINED_F1_HELP = 'CNV_10100_CONFIRM_SETHELP' start_column = 25 start_row = 6 * POPUP_TYPE = IMPORTING answer = gv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 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_CHECK_OLD_SET_TABLE - Program CNV_10100_CHECK_OLD_SET_TABLE CNV_10100_CHECK_OLD_SET_TABLE - Program CNV_10100_CHECK_OLD_SET_TABLE CNV_10100_CHECK_NEW_SETS - Check New Created Set Records CNV_10100_CHECK_NEW_SETS - Check New Created Set Records CNV_10100_BREAKDOWN_INTERVALS - Break Down Set Intervals into single Values CNV_10100_BREAKDOWN_INTERVALS - Break Down Set Intervals into single Values