on 2011 Nov 17 9:32 AM
Hi
I have a scenario in my project with regards to pricing
The pricing for the client is as follows
There are four condition types
ZCON1--Basic price
ZCON2-Premium
ZCON3-Discount 1
ZCON4-Discount 2
Based on the these foutr values a fifth condition type ZCON5 has to be determined
I tried keeping condition records for first 4 condition types and tries to determine value for ZCON5 using From and To fields
But the value for ZCON5 has not been determined by this technique
Is it possible to determine value of condition type using From and To fields or is it necessary to using Alternate Calculation type field and use ABAP routine
Kindly guide me on this matter
Thanks and Regards
Sunil
I have user user exit to solve the problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
It seems yours is a general Pricing procedure with normal price, and discounts, the final 5th condition is the resultant value.
Please do compare with any std. pricing procedure i.e. "RVAA01" for refrence in "v/08" T-code, and correct your pricing procedure.
Any thing specific pls do get back.
Regards
DSR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
There are four condition types
ZCON1--Basic price
ZCON2-Premium
ZCON3-Discount 1
ZCON4-Discount 2
Based on the these foutr values a fifth condition type ZCON5 has to be determined
what exactly you want to determine on Zcon5 it its the total of the values then
10 ZCON1
20 ZCON2
30 Sub total 10 29
40 Zcon3 30
50 Zcon4 30
60 Subtotal 40 59
70 ZCON5 10 60
regards,
Sudhir
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
90 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.