cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it possible assign the stock as for the proportions in GATP?

Former Member
0 Likes
415

Is it possible assign the stock as for the proportions in GATP?(Fair share rule in GATP)

Ex :

For Material A , Say Stock = 1000, Proportions maintained for the Channel 1 = 60% and channel 2 = 40%

When we perform GATP Check, system need to show the Available stock as 600 to the channel 1 and Available stock as 400 to the channel 2.

Please kindly advise me, if we have standard method to achieve above requirement or any user exit.

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar
Active Contributor
0 Likes

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

Former Member
0 Likes

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.

rupesh_brahmankar
Active Contributor
0 Likes

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