IUUC_CREATE_COBJS_IF_TBL_ENTRY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks if, for a certain table of the sender system (old productive system of the IUUC scenario), table entries exist in the corresponding logging table...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_CREATE_COBJS_IF_TBL_ENTRY 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_GENER = also generate runtime objects
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_SCHEMA = Database Schema
Selection Text: P_UNICOD = Sender is Unicode System
Selection Text: S_PROCOP = D process option
Selection Text: S_TABN = select for table names
Title: IUUC: Create conversion objects if entries found in logging tables
Text Symbol: 002 = Error when trying to use DB connection
Text Symbol: CLS = Migration object for table cluster &1
Text Symbol: FR1 = General Settings
Text Symbol: FUL = Migration object for full transfer of table &1
Text Symbol: NSP = Parameters below only relevant for replication of non-SAP systems to SAP HANA
Text Symbol: POL = Migration object for table &1 in table pool &2
Text Symbol: TRP = Migration object for transparent table &1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02'.
IUUC_CHECK_SND_UPG_STATUS CALL FUNCTION 'IUUC_CHECK_SND_UPG_STATUS' EXPORTING iv_mt_id = p_mt_id IMPORTING ev_snd_upg = lv_sender_upg ev_all_clients = lv_all_clients ev_snd_rfc = lv_snd_rfc.
IUUC_CHECK_PERMISSION CALL FUNCTION 'IUUC_CHECK_PERMISSION' DESTINATION lv_snd_rfc EXPORTING iv_tabname = gs_tables-tabname iv_all_clients = lv_all_clients IMPORTING ev_allowed = lv_allowed EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3.
RFC_GET_SYSTEM_INFO CALL FUNCTION 'RFC_GET_SYSTEM_INFO' EXPORTING destination = g_sndrfc IMPORTING rfcsi_export = ls_rfcsi.
IUUC_GET_CLUSTER_DEF CALL FUNCTION 'IUUC_GET_CLUSTER_DEF' DESTINATION g_rcvrfc " MU -- changed rfc destination to receiver 2012/02/23 * DESTINATION g_sndrfc EXPORTING i_cluster_name = g_cluster_name i_langu = sy-langu TABLES et_dd16v = gt_dd16v et_included_tables = lt_included_tables_rcv EXCEPTIONS cluster_not_exists = 1 system_failure = 2 MESSAGE g_msg_text communication_failure = 3 MESSAGE g_msg_text OTHERS = 4.
IUUC_GET_CLUSTER_DEF CALL FUNCTION 'IUUC_GET_CLUSTER_DEF' DESTINATION g_sndrfc EXPORTING i_cluster_name = g_cluster_name i_langu = sy-langu TABLES et_dd16v = gt_dd16v et_included_tables = gt_included_tables EXCEPTIONS cluster_not_exists = 1 system_failure = 2 MESSAGE g_msg_text communication_failure = 3 MESSAGE g_msg_text OTHERS = 4.
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_CREATE_COBJS_IF_TBL_ENTRY - IUUC: Create conversion objects if entries found in logging tables IUUC_CREATE_COBJS_IF_TBL_ENTRY - IUUC: Create conversion objects if entries found in logging tables IUUC_CREATE_COBJS_FOR_TDMS_CTR - IUUC: Create conversion objects for incremental TDMS or client transfe IUUC_CREATE_COBJS_FOR_TDMS_CTR - IUUC: Create conversion objects for incremental TDMS or client transfe IUUC_CREATE_COBJS_FOR_TDMS - IUUC: Create conversion objects if entries found in logging tables IUUC_CREATE_COBJS_FOR_TDMS - IUUC: Create conversion objects if entries found in logging tables