cancel
Showing results for 
Search instead for 
Did you mean: 

Material Shelf Life Cycle During Operation Confirmation

former_member1362799
Participant
0 Kudos

Hi Gurus,

I have a production order for a material SFG1,during the production i process this material with some chemicals on operation 10 that has 3 days of life cycle and same as in operation 20 use other chemicals with 15 days of life cycle.So,as per this my requirement is:

After confirmation of operation 10 system should check material life cycle,if i confirm operation 20 after 3 days then system must not be allowed.

Please suggest me the best solution for this.

Thanks & Regards,

Vivek Bhojak

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member196530
Active Contributor
0 Kudos

Hi ,

You can achieve this using BADI - WORKORDER_CONFIRM

You can also apply CONFPP003 - EXIT_SAPLCORF103

Regards

JH

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello Vivek,

You can use the operation release functionality, release the operation when you want to confirm it.

or else you can use BAdi WORKORDER_CONFIRM with your own custom logic to restrict the confirmation as per the life cycle.

Best Regards,

R.Brahmankar

Former Member
0 Kudos

You can get some insights as to how to set this up from:

thread 3787064

Regards

DH

former_member1362799
Participant
0 Kudos

Hi David,

I read out this thread but with Batch Derivation my requirement can not be fulfilled.

So,please suggest me best solution for same.

BR,

Vivek

Former Member
0 Kudos

I reread your case and I see what you mean that SLED is not the answer.

I have done some quick research on operation times but all posts speak about scheduling times.

I think you will have to create a custom procedure/screen for confirmations that will check the dates of your routing / recipe and perform a block or warning to user.

Keep the post alive, maybe other experts here have different idea.

BR

DH