cancel
Showing results for 
Search instead for 
Did you mean: 

BADI or User Exit

former_member197292
Participant
0 Kudos

Hi,

Our requirement is to update the Sales Order Cost estimate value (arrived on execution of t-code CK51N) in Planned Price -1 of the material master (header material of the sales order).

Can you please suggest any User Exit or the BADI available for the above purpose?

Regards,

Bijay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi, It can be done without using User exit also. We need to create a separate Costing variant --> In valuatoin variant we need to give the planned price first in the sequence. Automatically it will update at planned price field when you do standard cost esimate.

Thanks

Fit 4 Nothing

former_member197292
Participant
0 Kudos

Hi,

Your answer is really Fit 4 Nothing

ajaycwa1981
Active Contributor
0 Kudos

Hi

You can use exit MV45AFZB.. This is called during SO Creation.. Using the ABAP Logic, you can write the result to MM02 - Mat No and update the price in Planned Price field

Or, Create a BDC scheduled to run at day end, which would read SO Cost estimate and then update in MM02

br, Ajay M

sanilbhandari
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi

Check the link

http://wiki.sdn.sap.com/wiki/display/Snippets/BADIImplementationforMM02tochangematerial+description

You can use this to update the material master fields

Regards

Sanil

Edited by: Sanil K Bhandari on Jun 9, 2011 5:34 PM

ajaycwa1981
Active Contributor
0 Kudos

Hi

Never faced this sort of requirement...

You can try in this way...

1. Create a Costing variant - with Costing Type = "prices other than Std price"...

In the Valuation variant, choose strategy U.. Code the exit COPCP005 to read the sales order cost estimate

2. Execute CK11N... and then CK24 - Click on "Other Prices" in Ck24

br, Ajay M

former_member197292
Participant
0 Kudos

Hi Ajay,

Thanks for your reply.

We dont want to use the sales order cost estimate (CK51N) for the purpose of standard cost estimate mark and release (CK11N and CK24). We just want to update in Planned Price -1 (costing view) of the header material.

This can be resolved if I can get any BADI or user exit that is triggered at the time of saving of sales order cost estimate (CK51N). Please let me know if you know any such BADI.

thanks,

Bijay