on ‎2019 Jul 13 9:37 AM
Request clarification before answering.
Hello,
You can use the functionality of product allocation (PAL), in gATP.
Allocation limits the amount of product that you allow to be sold, based on configured settings and required groupings.The product allocations procedure determines how products are allocated.
Please refer useful SAP help document on it
https://help.sap.com/saphelp_scm700_ehp03/helpdata/en/95/42c95360267614e10000000a174cb4/frameset.htm
Also refer this blog for PAL.
GATP Product Allocation Settings
Best Regards,
R.Brahmankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The requirement of our business is to dynamically allocate the stock w.r.to channel as for proportions or percentages and along with this it should controlled by Product allocations w.r.to channels also.
Ex:
Proportions for Channel 1 :40% and Channel 2 :60%
Allocations for channel 1 : 100 and Channel 2 : 200
Scenario 1 :
Available Stock 100
Channel 1 requirements : 50
Channel 2 requirements : 70
GATP should confirm the 40 (40% of 100 ) requirements of the channel 1 and 60 (60% of 100 ) of channel 2 requirements .
Scenario 2 :
Available Stock :200
Channel 1 requirements : 150
Channel 2 requirements : 200
GATP should confirm the 80 (40% of 200 )requirements of the channel 1 and 100 (60% 200 = 120 but allocation for channel 2 is 100 so confirmed is 100) of channel 2 requirements
Please kindly advise me, if we have standard method to achieve above requirement or any user exit.
Hello,
With PAL you can allocate products for specific customers or regions depending on the period and product allocation quantity. However, PAL based on certain percentage , I have not yet seen in standard SAP.
Please refer blow article, which is talking about allocation based on stock and storage location rules.
https://www.brightworkresearch.com/sapplanning/category/gatp/
For custom development there are two ways to change confirmed quantity when GATP check is used.
1. BADI /SAPAPO/ATP_REQ_ITEM_CONF - Method "CHANGE" is recommended to be used to change confirmed quantity. The BADI is called after all basic methods have been executed
2.User exit EXIT_/SAPAPO/SAPLATPT_005 can be also used to change confirmed quantity. However, this exit is called at the end of the Function Module /SAPAPO/AVAIL_CHECK_CONTROLLER.
Best Regards,
R.Brahmankar
| User | Count |
|---|---|
| 12 | |
| 8 | |
| 4 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.