cancel
Showing results for 
Search instead for 
Did you mean: 

Demand Planning Macros Help

Former Member
0 Kudos

Hello Experts!!!

I am having difficulty to define the below alerts/macros in Demand Planning. Can someone please let me know the logic for creating them.

1. List of DFU's having multiple locations in a region.

2. List of DFU's having default Constant Model

3. List of phase-out products without a phase-out profile. (product status is being maintained to identify the phasing-out products)

4. When a phase-in or phase-out profile has expired.

Thanks in Advance.

Regards,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

rajkj
Active Contributor
0 Kudos

Hi Venkat,

DP does not support your requirements out-of-the-box. You need to implement user eixt/BAdI macro or use custom macro functions depending on the business requirements.

Assuming your DFU (came across this term in Manugistics) is same as CVC (Characteristic Value Combination) in APO,

1. List of locations associated with a region, custom macro function is required to query the CVC based on region value (reference t.code: /SAPAPO/MC62)

2. List of CVC's associated with constant model - t.code /SAPAPO/MSDP_FCST2 (assign forecast profiles to selection ids) gives you an idea on assignment of forecast profiles to selection ids. You need to have any naming convention to distinguish forecast profiles that consists of univariate profiles with constant model for easy identification.

3. If you make use of any of extra attributes of production master available to denote phased-out products, you can use stand macro function to read the value.

Reference: SPRO->APO->Master Data->Maintain freely definable attributes

Macro functions: MAT(), MAT_C(), MAT_EXTRA(), MAT_EXTRA_C(), etc. Please check the following link for details.

http://help.sap.com/saphelp_SCM700_ehp02/helpdata/en/4b/755bee3bf75a18e10000000a421937/frameset.htm

4. The following macro function might help you to find out the phase out date of a product.

PRODUCT_PHOUT_END

Please check the following link details

http://help.sap.com/saphelp_SCM700_ehp02/helpdata/en/4b/755bee3bf75a18e10000000a421937/frameset.htm

Thanks,
Rajesh