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

IUUC_CREATE_NONSAP_TABLES SAP ABAP Report - Create SAP DDIC table definitions, synonyms, etc







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


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_NONSAP_TABLES. "Basic submit
SUBMIT IUUC_CREATE_NONSAP_TABLES AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_CREATE_NONSAP_TABLES 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_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


INCLUDES used within this REPORT IUUC_CREATE_NONSAP_TABLES

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:

No SAP FUNCTION MODULES are executed within this report code!



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_NONSAP_TABLES or its description.