cancel
Showing results for 
Search instead for 
Did you mean: 

ATP Check - Quantity considered...

Former Member
0 Kudos

Hi Xperts...

I have a normal scenario of standard ATP check while Sales Order Creation.

Now here the requirement is to check what quantities are to be considered?

Everything is fine but when there is delivery created for trasferring stock from Storage Location to Storage Location but not yet issued, that quantity is considered as not available. This quantity is only available after Goods Issue (whenever it is in Transit).

Here in this scenario the requirement is that the Stock should also be available when the Delivery is created but not yet issued.

The quick solution (without using User Exit) would be appriciated! User exit would be the last option.

Thanks in advance.

Br,

hp

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Hardik,

All these settings can be carried out in tcode OVZ9, you can choose the stock you would like the system to consider..

if it's not available here, its a complex user development. However, please have a look at OVZ9 'StockIn Transfer' checkbox if it meets your requirement.

Regards,

Raghu.

Former Member
0 Kudos

Hi Rags,

The Stockin Transfer check box is already ticked and it is already working as I said after goods issue when the stock is in transit, the value is considered while sales order ATP check at Plant Level. But here we need to consider the quantity which is booked for delivery but not yet issues... And it is complex as you said... Now I m trying last option to look out for USER EXIT. Even if you can help out in that also, I would be glad for the same.

Thanks in advance.

Br,

hp

Former Member
0 Kudos

Hi Hardik,

check this link:

[http://help.sap.com/saphelp_40b/helpdata/fr/1f/f62c7dd435d1118b3f0060b03ca329/content.htm]

but be careful with these exits or even try USEREXIT_SOURCE_DETERMINATION in MV45AFZB.

Regards,

Raghu.

Shiva_Ram
Active Contributor
0 Kudos

If you want to consider only particular delivery type, then you must go with user exit.

Check EXIT_SAPLATPC_001 and EXIT_SAPLATPC_002 in program SAPLXATP

Regards,