IUUC_CREATE_NONSAP_TABLES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for If data are to be transferred and / or replicated from non-SAP systems into SAP by means of DB connections defined in the SAP system, the following objects need to be created: In order to perform a data load, in the SAP DDIC of the central system used for the transfer, corresponding tables need to be created (only in the DDIC, not in the DB system)...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_NONSAP_TABLES 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_DBCON = D DB Connection Name
Selection Text: P_LOGTAB = create objects for replication
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_ORGTAB = create alias for initial load
Selection Text: P_SCHEMA = DB schema
Selection Text: P_TABSPC = Tablespace Name
Selection Text: P_UNICOD = System is a Unicode System?
Selection Text: S_TABNAM = D Table Name
Title: Create SAP DDIC table definitions, synonyms, etc
Text Symbol: 001 = Error occurred for table
Text Symbol: 002 = Choose at least one processing mode
Text Symbol: 003 = The following activities are executed:
Text Symbol: 004 = Create Logging Tables in the source system, along with SAP DDIC and synonym objects
Text Symbol: 005 = Create SAP DDIC objects for source system tables, and synonyms
Text Symbol: FUN = CREATE_NONSAP_TABLES
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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_NONSAP_TABLES - Create SAP DDIC table definitions, synonyms, etc IUUC_CREATE_NONSAP_TABLES - Create SAP DDIC table definitions, synonyms, etc IUUC_CREATE_MT_ENTRY_ANALYSIS - Create Mass Transfer Entry for IUUC IUUC_CREATE_MT_ENTRY_ANALYSIS - Create Mass Transfer Entry for IUUC IUUC_CREATE_MT_ENTRY - Create Mass Transfer Entry for IUUC IUUC_CREATE_MT_ENTRY - Create Mass Transfer Entry for IUUC