Menu

SAP Function Module RSDU_TABLE_SPLIT_PARTLIST_MSS

Determine the names and high values of new partitions for a maxvalue-split

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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_PROCESSED TYPE RS_BOOL Boolean

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.