2007 Jan 12 4:25 AM
Hi
I Have a requirement to Copy contract pricing agreements from sales contracts during resource related billing creation.
At the time of resource related billing is performed, the agreed contract rate should be taken into account when pricing is performed in SAP. So, the agreed price needs to be copied from the contract condition record into the resource related billing transaction (sales pricing) as a condition record.
Can i get the solution for this?
If anybody knows the solution please help me out. Appropriate Points will be awarded. Thanks in advance.
Regards
Ravi
2007 Jan 12 4:32 AM
2007 Jan 12 4:43 AM
I have also seen that but there is no such routine for coping pricing condition from contract to sale order.
Regards
Ravi
2007 Jan 12 2:12 PM
You just need to configure your pricing properly.
Suppose you have condition type with document/item keys in the condition table.
Now, if you define conditions for contract/item, to pick them up in the invoice - you just need to pass contract number/item number in the fields you use in your access sequence for this particular condition type.
You can either define new step in the access sequence passign different fields (assuming konh or konp have fields for contract number) OR use ueserexit_pricing_prepare_tkomk, userexit_pricing_prepare_tkomp to populate fields in TKOMK/TKOMP you then use in your access sequence to search for pricing condiiton record.