Skip to Content
0
Former Member
Apr 20, 2010 at 10:43 PM

What Planning Function I have to use ?

40 Views

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.