SAP ABAP Data Element RSPLF_CLASSNM (Class Name for Planning Function Type)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSPLF (Package) Planning Services Framework
Basic Data
Data Element RSPLF_CLASSNM
Short Description Class Name for 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 30    
Decimal Places 0    
Output Length 30    
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 Class 
Medium 20 Class 
Long 40 Class for Service Type 
Heading 40 Class for Service Type 
Documentation

Definition

ABAP class for implementing planning function types.

Use

Each planning function type is based on an algorithm that determines how transaction data is processed. This algorithm is realized in the form of an ABAP class.

The class can also implement specific test methods that are executed at runtime. Interface IF_RSPLFA_SRVTYPE_IMP_CHECK is available for this purpose.

One of the following two interfaces has to be implemented for the algorithm:

The second interface is only relevant if you require <DS:DE.RSPLF_HASREFDATA>reference data in your procedure.

With the exception of the EXECUTE method, the implementation of methods for this interface is optional.

Dependencies

Example

The planning function types delivered by SAP are based on the same implementation model.

History
Last changed by/on SAP  20130604 
SAP Release Created in 400