SAP ABAP Function Module RSDU_PART_GENERIC_DROP (Drop a partition of a partitioned table in a generic way)
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_PART_GENERIC_DROP | Drop a partition of a partitioned table in a generic way |
Function Group | RSDU_PART | Functions for Database Partitioning |
Program Name | SAPLRSDU_PART | Funktionen fuer Datenbankpartitionierung |
INCLUDE Name | LRSDU_PARTU23 |
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_DROP | TYPE | RSDU_TS_GENPART_INFO | List of partitions to be deleted, get via RSDU_PART_GENERIC_INFO_GET | |||
![]() |
I_S_DROP | TYPE | RSDU_S_GENPART_INFO | Get A partition to be deleted from RSDU_PART_GENERIC_INFO_GET | |||
![]() |
I_TRUNCATE | TYPE | RS_BOOL | RS_C_FALSE | Truncate partition | ||
![]() |
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_NOT_EXISTS | TYPE | Partition doesn't exist | ||||
![]() |
DROP_PARTITION_FAILED | TYPE | Deleting a partition failed | ||||
![]() |
WRONG_IMPORT_PARAMETERS | TYPE | Incorrect or ambiguous import parameters | ||||
![]() |
NOT_IMPLEMENTED | TYPE | DB dependent part is not implemented | ||||
![]() |
WRONG_PARTITION_NAME | TYPE | Partition name and are do not match | ||||
![]() |
INHERITED_ERROR | TYPE | nherited error | ||||
![]() |
INITIAL_PARTITION | TYPE | Drop on initial partition is not allowed | ||||
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 | 20060620 |
SAP Release Created in | 20B |