The Function Module RSDU_TABLE_SPLIT_PARTLIST_MSS (Determine the names and high values of new partitions for a maxvalue-split) is a standard Function Module in SAP ERP and is part of the function group RSDU_PART_MSS within the package RSMSS.
Function Module | RSDU_TABLE_SPLIT_PARTLIST_MSS |
Short Text | Determine the names and high values of new partitions for a maxvalue-split |
Function Group | RSDU_PART_MSS |
Package | RSMSS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_INCREMENT | TYPE | I | Increment to next partition max value | |
I_PARTITION_VAL | TYPE | RSPARTVL_TO | value up to which to split max partition | |
I_PART_IOBJNM | TYPE | RSD_IOBJNM | Partitioning Infoobject | |
I_TABLNM | TYPE | RSD_TABLNM | Table Name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_TS_PART_INFO | TYPE | RSDU_TS_PART_INFO | Partitioning information of NEW partitions |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_PROCESSED | TYPE | RS_BOOL | Boolean |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.