IUUC_TABLE_UPLOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This activity defines the set of tables to be considered in a specific IUUC package...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 IUUC_TABLE_UPLOAD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IUUC_TABLE_UPLOAD - Upload table list from PC file
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: S_ST10DT = Date Range of ST10 persistence
Selection Text: P_TABLE = Get data from ST10 pers. table
Selection Text: P_SRCID = MT ID to copy from
Selection Text: P_RFCDES = RFC Destination
Selection Text: P_PHASE = D Phase
Selection Text: P_PCFILE = get data from PC file
Selection Text: P_PACK = D Migration Package
Selection Text: P_OVERWR = Overwrite existing entries
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_COPYMT = copy from other MT ID
Selection Text: P_CLASIF = classification
Selection Text: P_ACT_ID = D Activity ID
Title: Define the Set of Tables to be considered in the Delta Replay
Text Symbol: FUN = Get set of tables
Text Symbol: 023 = Select source of ST10 data or copy existing classification
Text Symbol: 022 = Use this option with caution -> irrepealable changes on db-table iuuc_tables
Text Symbol: 021 = Override sender RFC-connection
Text Symbol: 020 = Copy Table Classification
Text Symbol: 019 = Copy Tables from other MT ID
Text Symbol: 018 = Get Table Names from DB Table
Text Symbol: 017 = Get Table Names from PC File
Text Symbol: 016 = Activity 'Define Table List' executed with the following options:
Text Symbol: 015 = Copy table classification
Text Symbol: 014 = No tables found in ST10 persistence table
Text Symbol: 013 = You need to specify the system ID of the ST10 data
Text Symbol: 012 = System ID of source system
Text Symbol: 011 = Get table names from DB table
Text Symbol: 010 = Get table names from PC file
Text Symbol: 009 = source and destination ID must not be the same!!
Text Symbol: 008 = MT ID to copy from
Text Symbol: 007 = Copy from other MT ID
Text Symbol: 006 = You need to specify the mass transfer ID to copy from
Text Symbol: 005 = Inconsistent process option assignment for tables of cluster
Text Symbol: 004 = Error when opening the file, return code:
Text Symbol: 003 = File request dialog was cancelled by user
Text Symbol: 002 = Selection of Input File
Text Symbol: 001 = Error in file name dialog
INCLUDE CNV_MBT_SM_PARAMS_NODISPLAY.
No SAP DATABASE tables are accessed within this REPORT code!
IUUC_TABLES_LOAD CALL FUNCTION 'IUUC_TABLES_LOAD' DESTINATION g_sndrfc IMPORTING et_tab = gt_tables_w_package et_tab_orphans = gt_tables_wo_package et_dblink_tables = gt_dblink_tables EXCEPTIONS communication_failure = 1 MESSAGE g_errtext system_failure = 2 MESSAGE g_errtext.
IUUC_ANALYZE_TABLE CALL FUNCTION 'IUUC_ANALYZE_TABLE' EXPORTING it_dblink_tables = gt_dblink_tables iref_loghandler = gref_loghandler i_mt_id = p_mt_id i_sender_rfc_dest = g_sndrfc i_basis_rel_snd = g_sndrel i_basis_rel_rcv = g_rcvrel i_enhancm_pack = g_enhancm_pack IMPORTING e_subrc = g_rc CHANGING cs_tab = gs_iuuc_tables.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
IUUC_GET_TABLE_INFO CALL FUNCTION 'IUUC_GET_TABLE_INFO' DESTINATION g_sndrfc EXPORTING i_tabname = g_tabname IMPORTING es_dd02v = gs_dd02v e_devclass = gs_iuuc_tables-devclass e_component = gs_iuuc_tables-component e_dbdiff_table = g_dbdiff_table EXCEPTIONS communication_failure = 1 MESSAGE g_errtext system_failure = 2 MESSAGE g_errtext invalid_tabname = 3 table_only_in_db = 4.
IUUC_GET_TABLE_FOR_TEXT_TABLE CALL FUNCTION 'IUUC_GET_TABLE_FOR_TEXT_TABLE' DESTINATION g_sndrfc TABLES ct_table_ref = lt_texttab EXCEPTIONS communication_failure = 1 MESSAGE g_errtext system_failure = 2 MESSAGE g_errtext.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IUUC_TABLE_UPLOAD - Define the Set of Tables to be considered in the Delta Replay IUUC_TABLE_UPLOAD - Define the Set of Tables to be considered in the Delta Replay IUUC_TABLE_RECONCILIATION - Reconcile number of classified tables IUUC_TABLE_RECONCILIATION - Reconcile number of classified tables IUUC_TABLE_EVAL_EVENTS - Event handler for ALV grid IUUC_TABLE_EVAL_CHANGE_LOG - IUUC table evaluation: Change log