SAP ABAP Function Module RSDU_PART_GENERIC_ADD_DB2 (Add a partition to a partitioned table in a generic way)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-SYS-DB-DB2 (Application Component) BW DB2 for OS/390
     RSDB2 (Package) BW: Porting DB2-z/OS
Basic Data
Function Module RSDU_PART_GENERIC_ADD_DB2 Add a partition to a partitioned table in a generic way  
Function Group RSDU_PART_DB2   DB2/MVS Partitioning Functions  
Program Name SAPLRSDU_PART_DB2    
INCLUDE Name LRSDU_PART_DB2U18    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_T_PROT TYPE RSDU_T_GENPART_PROT Log
Importing I_TABLNM TYPE RSD_TABLNM Name of the partitioned table
Importing I_TS_ADD TYPE RSDU_TS_GENPART_INFO List of partitions to be created
Importing I_SIMULATE TYPE RS_BOOL RS_C_FALSE Only simulate, not Execute DDL
Importing I_CONNECTION TYPE DBCON_NAME 'R/3*' Logical Name for a Database Connection
Exception TABLE_NOT_EXISTS TYPE Table does not exist
Exception TABLE_NOT_PARTITIONED TYPE Table is not partitioned
Exception PARTITION_ALREADY_EXISTS TYPE Partition already exists
Exception ADD_PARTITION_FAILED TYPE Creating a partition failed
Exception WRONG_IMPORT_PARAMETERS TYPE Incorrect or ambiguous import parameters
Exception UNALLOWED_INTERSECTION TYPE Definition of a partition does not match the existing partitioning scheme
Exception NOT_IMPLEMENTED TYPE DB dependent part is not implemented
Exception INHERITED_ERROR TYPE inherited errors
Exception LIMITKEY_CONVERSION_ERROR TYPE Conversion Error in field systablepart-limitkey
Exception DB2_COMMIT_AFTER_ADD_FAILED TYPE Error during Commit
               
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  20080418 
SAP Release Created in 20B