SAP ABAP IMG Activity SIMG_HPM_0018 (BAdI: Determination of Default Parameter Sets)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       OIB (Package) HPM Hydrocarbon Product Management
IMG Activity
ID SIMG_HPM_0018 BAdI: Determination of Default Parameter Sets  
Transaction Code S_SO7_65000978   QCI BAdI Navigation from Customizing 
Created on 20001205    
Customizing Attributes SIMG_HPM_0018   BAdI: Determination of Default Parameter Sets 
Customizing Activity SIMG_HPM_0018   BAdI: Determination of Default Parameter Sets 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name SIMG_HPM_0018    

Within this Business add-In, two interface methods are defined:

CHANGE_DEFAULT_DET_DATA

DETERMINE_DEFAULT_DATA

Interface method CHANGE_DEFAULT_DET_DATA can be implemented, which allows you to change the relevant parameters (material number, plant, storage location, batch, date and time) that are used within the function module OIB_QCI_READ_CONV_PARAMETERS.

Wihtin Interface method DETERMINE_DEFAULT_DATA you can develop your own default determination logic,possibly using own default data database tables. In order to do so, you have to also write an implementation for method CHANGE_DEFAULT_DET_DATA, where you set the changing parameter C_CUSTOMER to a non initial value. Then, only method DETERMINE_DEFAULT_DATA is executed within function OIB_QCI_READ_CONV_PARAMETERS .

Example

You want to maintain default sets that describe a characteristic temperature curve at a given storage location during the day:

Location 1:

Summer period: 01.05.2001 - 30.09.2001

Default set date: 21.07.2001

Morning temperature: 20 °C until 11:00

Afternoon temperature: 30 °C until 14:00

Evening temperature: 35 °C until 18:00

Night temperature: 15 °C until 08:00

Winter period: 01.01.2001 - 30.04.2001 and 01.10.2001 - 31.12.2001

Default set date: 21.12.2001

Morning temperature: 15 °C until 11:00

Afternoon temperature: 25 °C until 14:00

Evening temperature: 28 °C until 18:00

Night temperature: 10 °C until 08:00

All material numbers within the customer method are replaced by the master material number, but the plant and location data remain the same, and the time stamp is changed depending on the original time stamp. If the original time stamp lies within the summer period, the date is set to 21.07.2001 and the time is left as it is, and vice versa for the winter period.

The temperature curve is constant over that period of time (e.g. one month). Instead of maintaining a default set for every day, every material and each location, you can maintain one default set for a given period at a given location (plant/storage location) and map the various parameters of all relevant materials to the required parameters. The function module OIB_QCI_READ_CONV_PARAMETERS then finds the required default set for the correct time of day.

Requirements

Standard settings

Recommendation

Activities

Further notes

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG SIMG_HPM_0018 0 I270009306 Hydrocarbon Product Management 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20070320 
SAP Release Created in 46C