cancel
Showing results for 
Search instead for 
Did you mean: 

Confirmation problem

Former Member
0 Kudos

Hello friends,

Please help me in following senario..

My client is doing confirmation at operation level with co11n.

My client wants that the production order should not be confirmed ( Specially the last operation) unless all the componets are posted againts that production order.

Aslo componets are not backflushed.

Please give u r valuable suggestion...

Thanks to all

Regards,

Amit.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear

Please revert back if not answered, if answered please close the thread

please don’t keep it open

Former Member
0 Kudos

Hello Again to all

I have tried out the above senario but the problem is that, In the above mentioned enhancement the structure RESBD (final issue field structure) is not available, if we try to import this structure then system is asking for asses key which client doent want.

Help me out in this situation

Regards,

Amit Shirsath

Former Member
0 Kudos

You can use the status management if you find problem with the RESED table

Create a Z status and attach it to production order header.

This will not allow you to make CNF status. Then onec you are clear about the GI...you can deactivate this status so that you can do the final CNF of the order.

If you need moer input please let me know.

Former Member
0 Kudos

Hello Rajesha

Thank you again for u r seggestion.

About z status, I have already seggested, but client is not interstyed in that as it increases the work.

If any other enhancement is there pl. suggest

Thanks,

Amit Shirsath

Former Member
0 Kudos

Ok,

if that is the case then go ahead with the user exit, Logic is as below

I am sure you will get order number in the exit, pass this order number to PP headerv table CAUFV..

You will get reservation number -RSNUM

Pass this RSNUM into RESB,

In RESB check the Final issue for this reservation-KZEAR

is it ticked or not, if all are ticked that menas good iddue is complete, if not cancel the confirmation and give a message "Component XXXX is not issued compleetely"

Please come back if you need help

Message was edited by:

Rajesha Vittal

Message was edited by:

Rajesha Vittal

Former Member
0 Kudos

Hello Rajesh,

Thank you very much for helping me out, the second logic ie Reservation no. worked perfectly for my senario.

Some problem were faced during testing for non stock as well as phantom assemblys, but they were rectified by further developing that program

Regards,

Amit Shirsath.

Former Member
0 Kudos

Dear,

You need to use the user exit where when you confirm then last operation it should check in RESB table that for the given order all the RESB-KZEAR i.r. final issue tick is on.

<b><b>

Customer Specific Checks After Operation Selection</b></b>

The following enghancement is available for production orders:

CONFPP03 PP order confirmation: Customer-specific checks after operation selection

The enhancement CONFPP03 contains the folowing components:

Function exit

EXIT_SAPLCORF_103 Customer-specific checks after operation selection

You can use this enhancementg to carry out your own checks after an operation has been selected for confirmation. The data cannot then be changed.

The order operation (AFVGD) and the complete order header are copied to the interface.

Activities

1. Create the enhancement

To do so, create a new project or use an existing project.

2. Activate the project.

The enhancement can only take effect after you have activated the project.

Further Notes

Enhancements are, in contast to modifications, not sensitive to releases, since they are not in the SAP original number range, but in a number range that is reserved for customers.

Yu need to sit with ABAper to activate this.

Former Member
0 Kudos

Thank u Rajesha

This will be very useful tip.

Can u please tell me where can I find the documentation regarding this enhancement.

Regards,

Amit

Former Member
0 Kudos

Dear,

Goto SMOD enter the enhancement - CONFPP03.

select the object component radio button - documentation

click on display

You can see the documentation.

You can also see its component i.e. a Function module and ask the abaper to write the code what i have given the logic of RESB in the earlier communication.

USe the FM -EXIT_SAPLCORF_103

Include - INCLUDE ZXCOFU13

This will check the required data in resb.

please come back if you have any question