InterviewSolution
Saved Bookmarks
| 1. |
We Have Two Types Of Customers Industrial And Domestic. The Domestic Customers Have A Price List. For The Industrial Customers, The Price Is Calculated On Basis Of Percentage Of The Cost. Since There Is A Possibility That Industrial Customers Might Also Buy Domestic Products At Any Given Point Of Time, We Are Forced To Make One Pricing Procedure. Is There Another Solution? |
|
Answer» You can create a VOFM subroutine (transaction code VOFM-Formulas ->Condition value) and SET this subroutine in your procedure as transaction code V/2 in field AltCTy (Condition FORMULA for alternative calculation type). In the ABAP coding you can describe all of your requirements. You can create a VOFM subroutine (transaction code VOFM-Formulas ->Condition value) and set this subroutine in your procedure as transaction code V/2 in field AltCTy (Condition formula for alternative calculation type). In the ABAP coding you can describe all of your requirements. |
|