on 2019 Mar 30 5:59 AM
Hi ,
i have total four condition type in order level and these condition type will be determined through condition records,
But as per business requirement ,while billing system does not redetermine one condition type and it should copy as it is as sales order ,,we have maintained pricing type 'C' in copying control.
I have done little R& D to solve this issue and finally found one enhancement RV61AFZA,but i am not understand how to write the code in this one can you please help to solve this issue.
Request clarification before answering.
Hi,
I had a similar requirement in on of my previous project. We achieved this by following the oss note 24832.
Logic 1
In program RV61AFZA, following code could be written by the ABAPer.
For Condition type : Z001, Z002, Z003 Pricing Type C should triggered and for Z004 pricing type D should be triggerd.
Logic 2
Assuming that condition type for which pricing should be copied from the sales order is not a tax condition and no condition category is there.
If you do not want to hard code the condition types then you can maintain condition category T685A-KNTYP = X for Z004
Logic would be to trigger pricing type D if T685A-KNTYP = X
Please take test the same and share the outcome
Regards
Kamlesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kamlesh,
Thank you for your reply,
i have found same note in google,but i could not find the solution.
we do not want to redetermine below condition type in billing.
Copying control condition type is "C".
condition type ZCCC- cutting charges
Condition class -A
Calculation type - A
Condition category -blank
Condition type is variant condition type
System picking default value KONV-KSTEU = D.
Can we make any corrections konv table will it work.
Regards
Ravi
| User | Count |
|---|---|
| 29 | |
| 14 | |
| 14 | |
| 6 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.