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 |
|---|---|---|---|---|---|---|---|
| |
E_PARTNM | TYPE | RSD_TABLNM | Name of Partition | |||
| |
E_PART_ADDED | TYPE | RS_BOOL | True if new partition could be added | |||
| |
E_PART_SPLITTED | TYPE | RS_BOOL | True if new partition splts an existing partition | |||
| |
I_TABLENM | TYPE | RSD_TABLNM | ||||
| |
I_PART_COLUMN | TYPE | RSD_FIELDNM | ||||
| |
I_PART_VALUE | TYPE | ANY | ||||
| |
TABLE_NOT_EXISTS | TYPE | Table Does Not Exist | ||||
| |
TABLE_NOT_PARTITIONED | TYPE | Table is not partitioned created | ||||
| |
INVALID_PARTITION_COLUMN | TYPE | Invalid partition key | ||||
| |
PARTITION_ALREADY_EXISTS | TYPE | Partition to the specific value already exists | ||||
| |
ADD_PARTITION_FAILED | TYPE | Error During the "ALTER ...ADD PARTITION" Statement | ||||
| |
SPLIT_PARTITION_FAILED | TYPE | Error During the "ALTER ...SPLIT PARTITION" Statement | ||||
| |
INVALID_PARTITION_ARGUMENT | TYPE | Invalid datatype for partition argument | ||||
| |
TABART_INCONSITENCY | TYPE | Inconsitency in the tables TAORA and TSORA | ||||
Processing Type
| Normal Function 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 |