‎2006 Nov 12 6:07 AM
hi all,
we have a requirement that in transaction co1f where production order is confirmed . it is required thet once the user confirms the order xxxx on operation sequence 90,it will not be able to do so again.
actually a message comes before every confirmation that u want to confirm it or not,we want to block this confirmation to be only once.
any pointers on this.
thanks in advance.
‎2006 Nov 13 4:42 AM
Hi,
You can try this through the customer exits available for tcode - CO1F.I am giving the list of exits available for this.You can put your code in either of these exits that meets your requirement.
CONF0001
CONFPI01
CONFPI02
CONFPI03
CONFPI04
CONFPI05
CONFPI06
CONFPM01
CONFPM02
CONFPM03
CONFPM04
CONFPM05
CONFPP01
CONFPP02
CONFPP03
CONFPP04
CONFPP05
CONFPP06
CONFPP07
CONFPS01
CONFPS02
CONFPS03
CONFPS04
CONFPS05
Hope this helps you.
Pravat.
‎2006 Nov 13 5:15 AM
make use of BADI <b>WORKORDER_GOODSMVT</b> and see the documentation of this Defination in Se18.
regards
Prabhu