IUUC_COPY_TAB_CLASSIFICATION 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 IUUC_COPY_TAB_CLASSIFICATION 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: FR_MTID = Source Mass Transfer ID
Selection Text: FR_RFC = RFC Destination Source
Selection Text: P_ACT_ID = D Activity ID
Selection Text: P_PACK = D Pack ID
Selection Text: P_PHASE = D Phase
Selection Text: TO_MTID = Target Mass Transfer ID
Title: IUUC: Copy Table classification from another system
Text Symbol: DON = Table Classification copied
Text Symbol: ERR = Table Classification could not be copied
Text Symbol: FUN = Copy Table Classification
INCLUDE CNV_MBT_SM_PARAMS_NODISPLAY.
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_GET_CLASSIFICATION_DATA CALL FUNCTION 'IUUC_GET_CLASSIFICATION_DATA' DESTINATION fr_rfc EXPORTING i_mtid = fr_mtid i_sysid = sy-sysid TABLES et_tables = lt_tables EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text.
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_COPY_TAB_CLASSIFICATION - IUUC: Copy Table classification from another system IUUC_COPY_TAB_CLASSIFICATION - IUUC: Copy Table classification from another system IUUC_COPY_RENAME_TABLES - Copy or Rename Tables (Batch / Spool etc.) IUUC_COPY_RENAME_TABLES - Copy or Rename Tables (Batch / Spool etc.) IUUC_COPY_DELIMITATIONS - copy coll. ac. plan with delimitations to other object IUUC_COPY_DELIMITATIONS - copy coll. ac. plan with delimitations to other object