SAP ABAP Function Module RSDU_PART_GENERIC_ADD_MSS (Add a new partition in new generic module)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-SYS-DB-MSS (Application Component) BW Microsoft SQL Server
⤷
RSMSS (Package) Microsoft SQL Server Porting
⤷
⤷
Basic Data
| Function Module | RSDU_PART_GENERIC_ADD_MSS | Add a new partition in new generic module |
| Function Group | RSDU_PART_MSS | MS/SQLSERVER Partitioning Functions |
| Program Name | SAPLRSDU_PART_MSS | |
| INCLUDE Name | LRSDU_PART_MSSU22 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
E_T_PROT | TYPE | RSDU_T_GENPART_PROT | Log | |||
| |
I_TABLNM | TYPE | RSD_TABLNM | Name of the partitioned table | |||
| |
I_TS_ADD | TYPE | RSDU_TS_GENPART_INFO | List of partitions to be created | |||
| |
I_SIMULATE | TYPE | RS_BOOL | RS_C_FALSE | Only simulate, not Execute DDL | ||
| |
I_CONNECTION | TYPE | DBCON_NAME | 'R/3*' | Logical Name for a Database Connection | ||
| |
TABLE_NOT_EXISTS | TYPE | Table does not exist | ||||
| |
TABLE_NOT_PARTITIONED | TYPE | Table is not partitioned | ||||
| |
PARTITION_ALREADY_EXISTS | TYPE | Partition already exists | ||||
| |
ADD_PARTITION_FAILED | TYPE | Creating a partition failed | ||||
| |
WRONG_IMPORT_PARAMETERS | TYPE | Incorrect or ambiguous import parameters | ||||
| |
UNALLOWED_INTERSECTION | TYPE | Definition of a partition does not match the existing partitioning scheme | ||||
| |
BREAK_IN_RANGES | TYPE | The new partition is a gap in the range partitioning | ||||
| |
NOT_IMPLEMENTED | TYPE | DB dependent part is not implemented | ||||
| |
INHERITED_ERROR | TYPE | nherited error | ||||
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 | 20110909 |
| SAP Release Created in | 20B |