cancel
Showing results for 
Search instead for 
Did you mean: 

Error message in APO GATP

Former Member
0 Kudos

Hi experts

We are implementing APO GATP and we are getting the following error message when perform an availability check on ECC.

Error:

No control data maintained for checking group CH and checking rule AW SAP

What could be the problem? Please let me know any information you have about it.

David Gutierrez

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

David,

This sounds like an ECC error, not APO. It sounds like you are attempting to perform an ATP check in ECC, for a consignment order, that has not been properly configured in ECC.

Before you can perform ATP in APO, you have to do all the connectivity config and master data, and must have all the data replication work completed. You then have to create and activate the integration model for ATP.

Have you successfully done any APO ATPs in ECC yet? If not, here are the Best Practices config guides. If you follow these, you will be able to do an ATP in APO.

http://help.sap.com/bp_scmv250/BBLibrary/Documentation/B02_BB_ConfigGuide_EN_DE.doc

http://help.sap.com/bp_scmv250/BBLibrary/Documentation/B05_BB_ConfigGuide_EN_DE.doc

http://help.sap.com/bp_scmv250/BBLibrary/Documentation/ATP_BB_ConfigGuide_EN_DE.doc

Best Regards,

DB49

Former Member
0 Kudos

Hi

We have already successfully tested this functionality (APO GATPs in ECC) with other order types, but we just had problems with this particular order type. Can you tell us what is causing this error and how can we fix it??

Thanks

David

Former Member
0 Kudos

David,

It still sounds like an ECC error. Have you successfully ATPd this order type in ECC, using a non-SCM relevant material, but in the same plant?

Best Regards,

DB49

Answers (2)

Answers (2)

Former Member
0 Kudos

David,

Did you get this issue resolved... I have the same issue.

Our other sales orders appear to work fine.

It would appear in the SAP code LATPCFS1

IF p_atpmatx-sobkz CA 'VW'. "Konsi und Leihgut ==> R/3

l_apo_relevant = space.

APPEND p_atpmatx TO p_atpmatx_r3.

ELSE.

APPEND p_atpmatx TO s_atpapo-atpmatx.

ENDIF.

that it set the APO_relevant from X to space based on the special stock indicator of 'W' to be not APO relevant. which apppears to carry out ATP in R3 versus APO.

Daryl

Former Member
0 Kudos

Hi,

Availability check definitions in R3.

1. Define checking group.

2.Define checking rule.

3.Define scope of check.

4 Define checking control.( Rule should be linked to order type)

Check whether you have linked the checking rule with your order type or check whether you havce defined your scope of check.

Thanks,

nandha

Edited by: S.Nandakumar on Sep 9, 2010 5:48 AM