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

Finding right Function exit for CO11 transaction

Former Member
0 Likes
460

Hi experts,

I am trying to use a function exit which will do the following screnario:

1. Within "Confirmation of production order create: detail" screen, if user enters 95 for 'yield' and 5 for 'scrap' at 'Quantities' tab under 'to confirm' and then by clicking 'Goods movement' button "Confirmation of production order create: Goods movement" screen comes.At this screen for 'Quantity' the value should be shown as 'yield' quantity entered at detail screen.

Can anyone suggest which exit to use that can reflect 'yield' value to the 'Quantity' field?

also

2. When user clicks 'Save' button the 'yield' value should the posted not the total 'Quantity'. What is the proper exit to be used for this?

Many many thanks in advance.

Hi experts,

I am trying to use a function exit which will do the following screnario:

1. Within "Confirmation of production order create: detail" screen, if user enters 95 for 'yield' and 5 for 'scrap' at 'Quantities' tab under 'to confirm' and then by clicking 'Goods movement' button "Confirmation of production order create: Goods movement" screen comes.At this screen for 'Quantity' the value should be shown as 'yield' quantity entered at detail screen.

Can anyone suggest which exit to use that can reflect 'yield' value to the 'Quantity' field?

also

2. When user clicks 'Save' button the 'yield' value should the posted not the total 'Quantity'. What is the proper exit to be used for this?

Many many thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
419

Try to use CO11n Transaction. There are lot of exits for Production Confirmation.

CONFPP01 PP order conf.: Determine customer specific defined

CONFPP02 PP order conf.: Customer specific input checks

CONFPP03 PP order conf.: Cust. specific check after op.

CONFPP04 PP order conf.: Customer specific input checks

CONFPP05 PP order conf.: Customer specific enhancements

CONFPP06 PP Order Confirmations: Actual Data Transfer

CONFPP07 Single Screen Entry: Inclusion of User-Defined

Try to find out the appropriate exit for your requirement.

Thanks,

Mathivanan.G

Read only

Former Member
0 Likes
419

Hi,

Use the exit CONFPP05 which will get triigered while saving..

Thanks,

Shailaja Ainala.