SAP ABAP Data Element RSDLGETMAX (Function Module for Determining Maximum Value)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
BC-BW (Application Component) BW Service API
⤷
RSUM (Package) BW Service API: Metadata
⤷
⤷
Basic Data
| Data Element | RSDLGETMAX |
| Short Description | Function Module for Determining Maximum Value |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | FUNCNAME | |
| Data Type | CHAR | Character String |
| Length | 30 | |
| Decimal Places | 0 | |
| Output Length | 30 | |
| Value Table | TFDIR |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Func. Mod. |
| Medium | 17 | Function module |
| Long | 31 | Max. Value for Delta Extraction |
| Heading | 50 | Function Module for Determining Maximum Value |
Documentation
Definition
A DataSource must provide this function module if it uses a field to determine the delta generically, without direct reference to the current time (time stamp or calendar day). Use a serial number or something similiar to determine the delta instead.
The function module is called up by the extraction and delivers a maximum value up to which data is to be extracted for this field. If a number range is used, it would make sense to return the status of the number range here.
The function module interface has the following signature:
Import Parameter
I_OSOURCE TYPE RSAOT_OLTPSOURCE - Name of DataSource
Export Parameter
E_MAX(128) TYPE C - Current Maximum
Exceptions
FAILED
History
| Last changed by/on | SAP | 20080415 |
| SAP Release Created in |