cancel
Showing results for 
Search instead for 
Did you mean: 

Overwrite delivery date in me29n at material level

former_member147217
Participant
0 Kudos
180

Dear all ,

I have a requirement that I need to over write the delivery data which automatically comes through PR while creating PO in ME29n at line item level. How can we achieve this using ME_PROCESS_PO_CUST .

which method do we implement.

thanks .

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member147217
Participant
0 Kudos

Can any tell me when does the BADI ME_PROCESS_PO_CUST trigger .

Thks

Disha

JL23
Active Contributor
0 Kudos

just go to SE18, enter the BADI name, click display and in the next screen the big button for documentation.

jagdeepsingh83
Active Contributor
0 Kudos

You can explore ME_PROCESS_PO_CUST badi to change the delivery date at time of creation of purchase order. I will not recommend changing the delivery date or any data at time of release. If you clear segregation of duties and field selections then user should not able change the any data in PO at time of release.

former_member147217
Participant
0 Kudos

I have implemented ME_PROCESS_PO_CUST but when i am trying to create a PO from ME29n then the implementation is not getting triggered .

jagdeepsingh83
Active Contributor
0 Kudos

Why you are creating PO from ME29N, Does the managers or high level people create PO.. Creating PO - you should use ME21N.. Also As this BADI have multiple implementations methods, which method you are using is also important. Are you using the method item_processing ??

JL23
Active Contributor
0 Kudos

On what info do you know better than the requisitioner what the desired delivery date is?

And why does an approver know this better than the requisitioner and the buyer, as  ME29N is a transaction to approve a purchase order.

If you have the answer to these questions, then you just need to build your logic.

former_member147217
Participant
0 Kudos

Delivery date should be = PO creation date + Lead time in days from material master from MRP2 tab.

before the PR is geting converted to PO for approval the delivery date should be as per this logic.

BijayKumarBarik
Active Contributor
0 Kudos

Hi,

Before the PR is getting converted to PO for approval the delivery date should picks - How system will be knowing when PO is getting created which in turn decide the delivery date

Better as you have logic- you can go for development where proposing Delivery date in PO = PO creation date + Lead time from material master from MRP2 tab on creation of Auto PO in t.code: ME59N from a PR.

Regards,

Biju K

JL23
Active Contributor
0 Kudos

All delay from converting the requisition into a PO and get it approved has to be covered in the purchasing processing time (customizing per purchasing org) which is considered in the planning as well.

If you permanently change the delivery date for raw materials then it will have effects on the planning for your finished goods as well, if they are not rescheduled then it might result in new requisitions for the original delivery date in the next planning run

former_member147217
Participant
0 Kudos

Hi Bijay ,

I understand what you are trying to say but I am unaware where should I code this.