Hierarchy

⤷

⤷

Basic Data
Data Element | RSPLF_SRVTYPENM |
Short Description | Name of Planning Function Type |
Data Type
Category of Dictionary Type | Direct Type Entry | |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | ||
Data Type | CHAR | Character String |
Length | 20 | |
Decimal Places | 0 | |
Output Length | 20 | |
Value Table |
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. Type |
Medium | 20 | Function Type |
Long | 40 | Function Type |
Heading | 40 | Function Type |
Documentation
Definition
Name of planning function type
Use
Planning function types are procedures that alow you to change transaction data in the context of Integrated Planning in BI in a particular way. For example, you can distribute data by reference data, copy, delete or revaluate it.
Each planning function type consists of:
- a definition that describes the general properties of the function type.
- an ABAP class that realizes a particular operation(algorithm).
The most important element of the definition part are the function type parameters. These determine how the algorithm is applied to the transaction data. For the function type "Revaluation", for example, there are revaluation factors as parameters. Each parameter has a particular parameter type.
The complete set of parameters defined for the planning function type is called a parameter record.
To apply a planning function type to concrete transaction data (in an aggregation level), you create a planning function with the relevant function type.
Dependencies
Example
History
Last changed by/on | SAP | 20130604 |
SAP Release Created in | 400 |