cancel
Showing results for 
Search instead for 
Did you mean: 

Order confirmation

Former Member
0 Kudos

Hi,

The system allows the user to confirm the production order without goods issue. We should restrict them to do confirmation only after proper goods issue to the order.

In the OPK4 settings, goods movement & Terminate incorrect goods movement check boxes were marked. Still it is allowing the user to confirm, without proper goods issue.

What are the other settings needed to be done?

Please guide me to solve the issue.

Thanx in advance

Regards,

Jeyaraman.R

Accepted Solutions (0)

Answers (3)

Answers (3)

kaushik_choudhury2
Active Contributor
0 Kudos

Hi Jeyaraman,

The exit I have suggested earlier is not seems to be correct one .......use this exit

The following enhancement is available for production orders:

CONFPP04 PP order confirmation: Customer-specific input checks 2

The enhancement CONFPP04 contains the folowing components:

Function exit

EXIT_SAPLCORF_104 Customer-specific input checks with changes

You can use this enhancement to carry out checks during confirmation before the SAP checks are carried out. You can then change the confirmation, for instance depending on the user entries.

The order operation (AFVGD), the complete order header and the confirmation are copied to the interface. The confirmation is returned from the interface to the standard SAP program.

kaushik_choudhury2
Active Contributor
0 Kudos

Hi Jeyaraman,

Check the user exit CONF0001...

Thanks

Kaushik

Former Member
0 Kudos

Hi,

Use the user exit programe - ZXCOFU15 . Enter ur logic.U will get ur output.

Rg

SM

Former Member
0 Kudos

Hi Sarang,

Can u provide the user exit . I could not find such user exit given by u. It may be an include program name for an exit.

Otherwise please copy the user exit program and send it to me asap.

Thanx in advance,

Jeyaraman

Former Member
0 Kudos

Hi,

OPK4 setting will terminate only when the incorrect movements were happened. But standard SAP allows to confirm without any goods issue also.

This you need to control using user exit only.

Regards,

V. Suresh

Former Member
0 Kudos

Hi,

Please guide how to use user exit to solve the issue. Explain in detail please