Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

confirmation problem

Former Member
0 Likes
434

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.

2 REPLIES 2
Read only

Former Member
0 Likes
387

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.

Read only

Former Member
0 Likes
387

make use of BADI <b>WORKORDER_GOODSMVT</b> and see the documentation of this Defination in Se18.

regards

Prabhu