SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

IUUC_CREATE_COBJS_IF_TBL_ENTRY SAP ABAP Report - IUUC: Create conversion objects if entries found in logging tables







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT IUUC_CREATE_COBJS_IF_TBL_ENTRY. "Basic submit
SUBMIT IUUC_CREATE_COBJS_IF_TBL_ENTRY AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_CREATE_COBJS_IF_TBL_ENTRY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT IUUC_CREATE_COBJS_IF_TBL_ENTRY

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IUUC_CREATE_COBJS_IF_TBL_ENTRY or its description.