SAP ABAP Function Module RSDU_TABLE_ADD_PARTITION (Expands a Partitioned Table by One Partition)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSDRU_DBA (Package) Interface for porting-relevant functions (DBA. objects)
Basic Data
Function Module RSDU_TABLE_ADD_PARTITION Expands a Partitioned Table by One Partition  
Function Group RSDU_PART   Functions for Database Partitioning  
Program Name SAPLRSDU_PART   Funktionen fuer Datenbankpartitionierung 
INCLUDE Name LRSDU_PARTU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_PARTNM TYPE RSD_TABLNM Name of Partition
Exporting E_PART_ADDED TYPE RS_BOOL True if new partition could be added
Exporting E_PART_SPLITTED TYPE RS_BOOL True if new partition splts an existing partition
Importing I_TABLENM TYPE RSD_TABLNM
Importing I_PART_COLUMN TYPE RSD_FIELDNM
Importing I_PART_VALUE TYPE ANY
Exception TABLE_NOT_EXISTS TYPE Table Does Not Exist
Exception TABLE_NOT_PARTITIONED TYPE Table is not partitioned created
Exception INVALID_PARTITION_COLUMN TYPE Invalid partition key
Exception PARTITION_ALREADY_EXISTS TYPE Partition to the specific value already exists
Exception ADD_PARTITION_FAILED TYPE Error During the "ALTER ...ADD PARTITION" Statement
Exception SPLIT_PARTITION_FAILED TYPE Error During the "ALTER ...SPLIT PARTITION" Statement
Exception INVALID_PARTITION_ARGUMENT TYPE Invalid datatype for partition argument
Exception TABART_INCONSITENCY TYPE Inconsitency in the tables TAORA and TSORA
               
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  20040315 
SAP Release Created in 20B