Hi Guys,
I have a question. i have a requirement - if a sales order/line item contains a particular profit center then the forecast amount should be deducted byb some percentage like 10 % and that deducted amount should be save as a adjustmenent amount.
Here is the scenario:
sales order Line Item Ind Amount profit center
100 10 Forc 1000 XYZ
After applying the planning function(10% deduction)
sales order Line Item Ind Amount profit center
100 10 Forc 900 XYZ
100 10 Adj 100 XYZ
Forc- Forecast
Adj- Adjustment
Is there any standard planning functions I can use to acheive this. if not I have to use the foxcode or abap.
I have worked in BPS but not in IP. How to achieve the above in ABAP. I know i saw some How to create abap planning functions in IP doc in SDN. Can you let me know how to do it
**Standard function
**fox code
**abap
Please advise.Thank you guys.