SAP ABAP Data Element LSO_DEVEL (Demand derived from development plan)
Hierarchy
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
   PE-LSO-TM (Application Component) Training Management
     LSO_TM_ND (Package) SAP Learning Solution - Core New Developments
Basic Data
Data Element LSO_DEVEL
Short Description Demand derived from development plan  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1_X    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 Dev. Plan 
Medium 15 Dev. Plan 
Long 20 Development Plans 
Heading 43 Demand Derived from Development Plan 
Documentation

Definition

Determine Demand based on Development Plans

Use

If you use this method of demand determination, you specify that the demand for courses (number required) is based on the development plans.

The number of courses required is calculated as follows:

The number of participants is divided by the optimum capacity of the course type. If the remainder from the division operation is less than the minimum capacity of the course type, the number of courses resulting from the division operation is not changed. If the remainder is equal to or greater than the minimum capacity, the number of courses required is increased by one.

If the validity of a participation record spans multiple periods, the course demand is distributed proportionally over the periods.

Example

The following booking data must be calculated for periods 1 to 4:

-    30 bookings 1st and 2nd period

-    50 bookings 3rd period

-    80 bookings 3rd and 4th period

The bookings are distributed proportionally over the periods.

Resulting Bookings:

1.    Period: 15 bookings

2.    Period: 15 bookings

3.    Period: 90 bookings

4.    Period: 40 bookings

This course type has a minimum capacity of five participants and an optimum capacity of ten participants. This results in the following calculation:

1.    Period: Demand for 2 courses

15 bookings from period 1 are divided by the optimum capacity of 10. This equals 1, with 5 remaining. Since 5 is the minimum capacity, one more course is required.

2.    Period: Demand for 2 courses

3.    Period: Demand for 9 courses

4.    Period: Demand for 4 courses

Note

If a participant has already made a booking for a course that is prescribed in the development plan, this participant is not included in the demand calculation.

History
Last changed by/on SAP  20040116 
SAP Release Created in 500