SAP ABAP Function Module IUUC_DB_CREATE_TABLE_INTERNAL (activate table w/o checks and create it in DB system)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_INC_PROCESSING_REMOTE (Package) tools for logging table and trigger creation in sender syst.
Basic Data
Function Module IUUC_DB_CREATE_TABLE_INTERNAL activate table w/o checks and create it in DB system  
Function Group IUUC_SDTB   IUUC specific DDIC functions  
Program Name SAPLIUUC_SDTB    
INCLUDE Name LIUUC_SDTBU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting RC TYPE SYSUBRC 0 = ok, 4 = warning, 8 = failure
Importing TABNAME TYPE TABNAME Table name
Importing PRID TYPE SYTABIX Internal table, current line index
Importing I_ONLY_INACTIVE_NAMETAB TYPE BOOLEAN don't create table in DB; only inactive nametab
Importing I_NUM_OF_PARTITIONS TYPE NUMC_3 requested number of partitions (Oracle)
Exception OBJECT_INCONSISTENT TYPE table is inconsistent
Exception STATEMENTS_NOT_GENERATED TYPE statements could not be generated
Exception STATEMENTS_NOT_EXECUTED TYPE statements could not be executed in DB
Exception WRONG_OBJECTTYPE TYPE object is a view or table pool / cluster
Exception ACTIVATION_ERROR TYPE object could not be activated
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_46C