Alternative cal type

Hi
   what is alt. condition base value, calculation type and requirement in pricing.
thanks in advance

Hi ,
The <b>alternative condition base value</b> is used as the calculation basis only, while the alternate calculation is used to modify the final value. 
For example, imagine you have a condition type ZZ01, with a condition record maintained (master data) for $100.  Now, condition ZZ02 also exists lower in the schema, but with a rate of 10%.  The standard calculation would result in a final value of $110. 
The alternate base value could say, "don't use $100 as the basis -- use the original price PR00 only, which was $90."  Then, the final value would be $100 + (10% of $90) = $109. 
The <b>alternate calculation routine</b> says, "ignore the 10% altogether. Instead, use an externally calculated 20%."  Then, you end up with a final value of $100 + (20% of $100) = $120. 
Put them both together, and you could end up with $100 + (20% of $90) = $118. 
Now once again,
<b>Alternative Calculation Type:</b>
Normally if you want to calculate a value you have to use a calculation type for determinating the value. This calculation type is either addition, subtraction or multiplication. Similarly SAP also has got a default calculation type in the control data of the condition type. There you have the options of either Qty based , Fixed Amount Based or Percentage based.  
Here what happens is suppose if you define Your condition type that calculates the base price of a material on Qty based. Then the calculation will be done based on the quantity of the material. If the customer orders 10 Nos and you have maintained a unit price of 100 Rs for each material then the value determined is 1000 INR. Similarly if the discount condition type , you maintain the calculation type as %. This means if you maintain the value of 10  % in the condition record. Then this percentage is taken as the calculation type  and the condition value is determined.
In some cases you have to forego the default calculation types and use the customer specific method for calculating a value. For ex if you are calculating the Freight charges for a Material . it depends on so many criteria like, the weight, volume  and also the minimum amount etc etc, in those cases, you forego the default value and then use the alternative calculation type in calculating the condition value against the particular condition.
<b>Alternative Condition Base value</b> :
If you have to calculate any value then you have to have a base value for it. For ex if you want to calculate the  discount of 10 % for a material then you have to have a base value on which this 10% is calculated. Normally you take the  condition value of the base price of the material to calculate the value.
Now you don't want to take the base value and take other values as base value which are derived on some formulae. So you create a routine which will do the mathematical operations in the routine and derive you a value which is now used as the base value for calculating the condition value for a particular condition type.
<b>Requirement:</b>
A factor in the condition technique that restricts access to a condition table.   The system only accesses a condition table to determine the price if the requirement specified has been met. 
Example:
The system uses an access sequence to determine the price of a material. One of the accesses in the sequence contains the requirement "in foreign currency." The system only uses the table behind this access if the sales order for which the price must be calculated is in a foreign currency.
Pl refer http://www.sap-img.com/sap-sd.htm for more useful info.Reward if it helps
Thanks & Regards
Sadhu Kishore

Similar Messages

  • Alternative calculation type

    Hi experts,
    I have a question about alternative calculation type. I have a condition type with one assigned alternative calculation type. When I drill down to get the detailed code of this alter.cal. type at the detail screen of this condition type  in the pricing procedure, the ABAP codes exist. However, this alter. cal. type is not maintained in the trans. VOFM formulas-->condition base value.
    As this condition type does not work properly: the right value does not appear in its detail screen. Could this be the reason? Or in another word, can alternative cal. type only work properly when it is maintained in the VOFM trans., even if it exists in the system with status "active"?
    Best regards,
    Fan

    Hi Yadav,
    ja, codes in the alter. cal. type is okay. The condition type I have here has the calculation type: Formula. So should we check the formula instead of requirements pricing? Sorry, I did not give you the complete information about the condition type.
    Best regards,
    Fan

  • Header condtion will not go with alt cal type

    We attached alternative cal type to one of our header conditions. It is not working; the value found by this alt cal type is overwritten by standard SAP.
    Is standard sap accepts the alternative cal type for the header condition?
    Generally we enter manually the value for header condition.
    If this is possible how to do the configuration setting of this header condition types ?
    Laxman

    Hi Laxman,
    I think you are confusingtwo things.
    One thing is header condition. For you to make a condition work at the headre level, you need to define it as header value in the condition definition. Then only it will work from Header to item level.
    In your case the prices are moving from item to header and hence your calculated vaues are overwritten by the summed values of your line item values.
    The second thing is manuall entry of prices. So if in your definition condition if manual entry is given preference then whatever the value SAP calculates will be overwritten by the manual price and this is irrespective of the fact that its header or item price.
    Hence, if you want to make the header price work make it header condition in condition definition.
    Hope this helps.
    Abhishek

  • Alternative calculation type and alternative condition base value

    In pricing procedure what is the difference between alternative calculation type and alternative condition base value?Kindly help

    Hi,
    Please check the forum before you post your questions as this question was answered a number of times earlier.
    Please check the below link which discusses in detail regarding the same.
    [Alt Cal Type and Cond Base Value|Alternative calculation type and alterantive condition base value in pricin;
    Regards,
    Phani Prasad

  • SD: Pricing: Subtotal, Alt Cal type, Requirements

    Dear All
    Can you please help providing details on functions of standard Subtotal and Alt Cal Types provided in SAP-SD Pricing.
    I mean:
    1.  Standard Subtotals like 2,3,5,G etc.
    2.  Alt Cal Types like  4,7 etc.
    3. Requirements Like 10, 70, 71, 4 etc.
    Any document details will be highly appreciated.
    Thanks
    Raghu A.

    Subtotal:
    u2022     The value of this field determines where the values of subtotals to be captured i.e. in which table and which field.
    u2022     Controls whether and in which fields condition amounts or subtotals (for example, a customer discount or the cost of a material) are stored.
    u2022     If the same fields are used to store different condition amounts, the system totals the individual amounts.
    u2022     These condition amounts or subtotals are used as a starting point for further calculations. You may, for example, want a subtotal of all the discounts included in the pricing of a sales order.
    Requirement:
    u2022     It is a routine that is written by an ABAP consultant according to the business requirement.
    u2022     By defining Requirement in condition technique we can restrict the access of condition type.
    u2022     To understand the concept, we will take the example of the Rebates. Rebates are to be included during the billing document processing and not in the sales document processing. As rebates are given on the delivered quantity and not on the ordered quantity (in case of cut-off period for rebates).
    u2022     For rebates we use the condition types BO01 to BO05, and in the Requirement column we give the value 24 which is "Only in Billing Document".
    u2022     This Requirement will ensure that these condition types will appear only during the billing document processing.
    u2022     If new Requirements are to be defined we follow the procedure given below.
    u2022     Go to T.Code: VOFM. - Maintain Requirements & Formulas
    u2022     Click on the "Requirements" in the top menu and then click on "pricing".
    u2022     We have a list of requirements, we can ask ABAP consultant to create new requirement based on the client requests.
    u2022     And we assign the application type like V - Sales/Distribution etc.
    AltCty - Condition formula for alternative calculation type:
    u2022     It is again a Routine that is written by ABAP Consultant.
    u2022     It is an alternative formula for the condition type that can be used instead of standard formulas.
    u2022     For example, let us take the Profit Margin which can be both + / - , so here this routine will help us in generating the value which can be either + or -. Profit margin is not a condition type so it cannot be classified as +ve or -ve in the V/06.
    u2022     Ex.: 950 0 Profit Margin 11.
    u2022     So we assign 11 - Profit Margin.
    u2022     If new routines are to be defined we follow the procedure given below.
    u2022     Go to T.Code: VOFM. - Maintain Requirements & Formulas
    u2022     
    u2022     Click on the "Formulas" and then on the "Condition Values".
    u2022     We have a list of routines, we can ask ABAP consultant to create new routines based on the client requests.
    u2022     And we assign the application type.
    AltCBV - Alternative formula for condition base value:
    u2022     Formula for determining the condition basis as an alternative to the standard.
    u2022     It is again a Routine that is written by ABAP Consultant.
    u2022     It is used as a basis to calculate value of the condition type instead of using it from the "FROM" column.
    u2022     Ex.: Freight - KF00.
    u2022     Freight is calculated based on weight, volume etc. and not on the base price. In pricing there is no entry of weight from which the value can be referred like we do for discounts using base price. We have to get the value from the Material master.
    u2022     In this column we can mention the value as 12 - Gross Weight or 13 - Net Weight.
    u2022     During pricing, the system will consider the value that is mentioned in this column and determine the freight based on this value.
    u2022     Suppose we have Net weight: 100 kgs and Gross Weight: 150 kgs. And if we mention 13 in this column then the Freight condition KF00 will be calculated using the weight as 100 kgs.

  • Abt pricing (Alt Cal & Base cal type

    Hi gurus,
    I want to know more abt alt cal type & base cal type.
    I know that we use base cal type for frieght cond.
    Want to know more abt the same.
    Thanks in advance
    regards
    nitin

    The alternate base value is used as the calculation basis only, while the alternate calculation is used to modify the final value.
    *For example *
    imagine you have a condition type ZZ01, with a condition record maintained (master data) for $100. Now, condition ZZ02 also exists lower in the schema, but with a rate of 10%. The standard calculation would result in a final value of $110.
    The alternate base value could say, "don't use $100 as the basis -- use the original price PR00 only, which was $90." Then, the final value would be $100 + (10% of $90) = $109.
    The alternate calculation routine says, "ignore the 10% altogether. Instead, use an externally calculated 20%." Then, you end up with a final value of $100 + (20% of $100) = $120.
    Put them both together, and you could end up with $100 + (20% of $90) = $118.
    Now once again,
    Alternative Calculation Type
    Normally if you want to calculate a value you have to use a calculation type for determinating the value. This calculation type is either addition, subtraction or multiplication. Similarly SAP also has got a default calculation type in the control data of the condition type. There you have the options of either Qty based , Fixed Amount Based or Percentage based.
    Here what happens is suppose if you define Your condition type that calculates the base price of a material on Qty based. Then the calculation will be done based on the quantity of the material. If the customer orders 10 Nos and you have maintained a unit price of 100 Rs for each material then the value determined is 1000 INR. Similarly if the discount condition type , you maintain the calculation type as %. This means if you maintain the value of 10 % in the condition record. Then this percentage is taken as the calculation type and the condition value is determined.
    In some cases you have to forego the default calculation types and use the customer specific method for calculating a value. For ex if you are calculating the Freight charges for a Material . it depends on so many criteria like, the weight, volume and also the minimum amount etc etc, in those cases, you forego the default value and then use the alternative calculation type in calculating the condition value against the particular condition.
    Base calc. type:
    I think it is available in the V/06 screen for each condition type. This is the standard calc. type followed for any condition type.
    Hope it is useful
    Reward points if helpful...

  • Alt cal type, alt cond base value

    Hi SAP Gurrus,
    If the interviewer asks, what is alt calc type, alt cond base value , what i have to tell
    Plz tell the def and with small example for
    1.alt calc type ,
    2. alt cond base value ,
    3. Subtotal.
    which is in Pricing procedure.
    2. What is Replenishment Lead time.

    Hello,
    What prashant told in that i will add something like.
    alt calc type u acn give example like rutine no 11 which is used for calculating profit magin.
    base cal type u can give example is 12 or 13 that we use to cal fright. like we cal frieght on wt basis we take base cal type as wt from mmr.
    some detailed info as follows i hope this will help u lot for understanding the same
    Subtotal:
    The value of this field determines where the values of subtotals to be captured i.e. in which table and which field.
    Controls whether and in which fields condition amounts or subtotals (for example, a customer discount or the cost of a material) are stored.
    If the same fields are used to store different condition amounts, the system totals the individual amounts.
    These condition amounts or subtotals are used as a starting point for further calculations. You may, for example, want a subtotal of all the discounts included in the pricing of a sales order.
    Requirement:
    It is a routine that is written by an ABAP consultant according to the business requirement.
    By defining Requirement in condition technique we can restrict the access of condition type.
    To understand the concept, we will take the example of the Rebates. Rebates are to be included during the billing document processing and not in the sales document processing. As rebates are given on the delivered quantity and not on the ordered quantity (in case of cut-off period for rebates).
    For rebates we use the condition types BO01 to BO05, and in the Requirement column we give the value 24 which is "Only in Billing Document".
    This Requirement will ensure that these condition types will appear only during the billing document processing.
    If new Requirements are to be defined we follow the procedure given below.
    Go to T.Code: VOFM. - Maintain Requirements & Formulas
    Click on the "Requirements" in the top menu and then click on "pricing".
    We have a list of requirements, we can ask ABAP consultant to create new requirement based on the client requests.
    And we assign the application type like V - Sales/Distribution etc.
    AltCty - Condition formula for alternative calculation type:
    It is again a Routine that is written by ABAP Consultant.
    It is an alternative formula for the condition type that can be used instead of standard formulas.
    For example, let us take the Profit Margin which can be both + / - , so here this routine will help us in generating the value which can be either + or -. Profit margin is not a condition type so it cannot be classified as +ve or -ve in the V/06.
    Ex.: 950 0 Profit Margin 11.
    So we assign 11 - Profit Margin.
    If new routines are to be defined we follow the procedure given below.
    Go to T.Code: VOFM. - Maintain Requirements & Formulas
    Click on the "Formulas" and then on the "Condition Values".
    We have a list of routines, we can ask ABAP consultant to create new routines based on the client requests.
    And we assign the application type.
    AltCBV - Alternative formula for condition base value:
    Formula for determining the condition basis as an alternative to the standard.
    It is again a Routine that is written by ABAP Consultant.
    It is used as a basis to calculate value of the condition type instead of using it from the "FROM" column.
    Ex.: Freight - KF00.
    Freight is calculated based on weight, volume etc. and not on the base price. In pricing there is no entry of weight from which the value can be referred like we do for discounts using base price. We have to get the value from the Material master.
    In this column we can mention the value as 12 - Gross Weight or 13 - Net Weight.
    During pricing, the system will consider the value that is mentioned in this column and determine the freight based on this value.
    Suppose we have Net weight: 100 kgs and Gross Weight: 150 kgs. And if we mention 13 in this column then the Freight condition KF00 will be calculated using the weight as 100 kgs.
    Replenishment Lead time
    Time needed for production & procurment of item.
    like for ex u  mainatin rlt as 10 days when u put sales order u do avail.check if stock is not there then system cosider RLT for giving confirmed delivery date in future.
    u can maintain it in mmr or even in sales doc type.
    Regards
    nitin

  • What is the use of Alternative Calculation Type =2 and 4

    Dear Friends
    In pricing procedure in gross value, Net value for Item and Net value has Alternative calucation type is 2.
    What is the use of it?
    Without using it these value line are also fetching net value then what is the work of it. Please give me detail information with its effects in pricing condition tab page in sales document.
    Thanking You
    Arun

    Arun biswal,
    Correct Biswal. We have at varoius stages within Pricing procedure the "net value" which is calculated. Not only the alternative calculation type "2" is used if you notice carefully they are stored as subtotals at various levels.
    For Ex Gross Value  --> Subtotal =1 --> Calc type = 2
    similarly for Net value for Item --> Subtotal =2 --> Calc type = 2
    Net value 2 --> Subtotal =3 --> Calc type = 2
    See, these are used to calculate the net value at various levels in pricing. The calculation Type has got a set of routines that will facilitate us in pricing. SAP has provided certain clauclated formulas or routines to facilitate us during calculation within pricing . Here the "2" is used for calculation without tax and store it as subtotal and display it or use it for further calculations.
    We can use this "netvalue" amount for further calculations. It is used for clarity purpose when you issue a statement to customer. (like Confirmation order) at various levels like discount amt involved, Freight involved, Rebate amount invloved.....
    Even without this Calc type or using sub total u can proceed....
    Finally we have  TOTAL  --> Subtotal =A --> Calc type = 4
    In the above line we have Calc type as 4, which means when you use TAX this calc type is used .
    Routines are used to facilitate your process....
    Regards
    Sathya

  • Down Payment Alternative Calt type =48

    Dear Friends
    In standard Pricing Procedure RVAA01, AZWR= DOWNPAYMENT SETTLEMENT, using Alternative Calculation Type = 48:- Check Down Payment.
    How we can see it function in sales document. and how it is affect to account.
    Please tell its process step by step
    Thanking You
    Arun

    Hi Chandu,
    Can youplease confirm the the Asset Class (the one linked to the asset you are using for carrying out down payment with T.Code F-48) has been set-up in configuration as an AUC asset class. Check on T.Code OAOA for the radio button selected for Status of AUC.
    In case your Asset Class - which is Plant & Machinery - has been set up as "No AuC or summary management of AuC" i.e. has been set-up as a final asset class then you will get the error.
    Solution Options:
    (1) Either change the Asset Class set-up (using T.Code OAOA).
    Please note - you might not be permitted/able to do this if the system already has posted transactions for this asset class.
    (2) Carry out the downpayment for an AUC Asset (create an AUC Asset using T.Code AS01). Carry out F-48 for this. Later settle this AUC asset to the required/relevant final asset (using T.Codes AIAB and AIBU).
    (3) Specify your Asset Class as available for carrying out DownPayment transaction. Use T.Code OAYB and for Transaction Type Group 15, include/add a new entry for your asset class.
    (4) Ensure that the Account Determination linked to you asset class (check this in T.Code OAOA) has been correctly and adequately set-up for GL account determination (use T.Code AO90).
    Hope this helps.
    Regards,
    Ruchi

  • Alternative condition type and base value

    hi
    gurus  i am very much confused with this
    alternative condition type and base value  plzz clear me  from this confusion
    give me with realtime example and  tel me in simple way
    they will fully rewarded. and also a gud help to me
    thanks
    srinivask.

    Hi
    hope it is Alternative Calculation Type and Alternative Condition Base value
    if so pls refer below
    <b>Alternative Calculation Type:</b>
    Normally if you want to calculate a value you have to use a calculation type for determination the value. This calculation type is either addition, subtraction or multiplication. Similarly SAP also has got a default calculation type in the control data of the condition type. There you have the options of either Qty based , Fixed Amount Based or Percentage based.  
    Here what happens is suppose if you define Your condition type that calculates the base price of a material on Qty based. Then the calculation will be done based on the quantity of the material. If the customer orders 10 Nos and you have maintained a unit price of 100 Rs for each material then the value determined is 1000 INR. Similarly if the discount condition type , you maintain the calculation type as %. This means if you maintain the value of 10  % in the condition record. Then this percentage is taken as the calculation type  and the condition value is determined.
    In some cases you have to forego the default calculation types and use the customer specific method for calculating a value. For ex if you are calculating the Freight charges for a Material . it depends on so many criteria like, the weight, volume  and also the minimum amount etc etc, in those cases, you forego the default value and then use the alternative calculation type in calculating the condition value against the particular condition.
    <b>
    Alternative Condition Base value</b> :
    If you have to calculate any value then you have to have a base value for it. For ex if you want to calculate the  discount of 10 % for a material then you have to have a base value on which this 10% is calculated. Normally you take the  condition value of the base price of the material to calculate the value.
    Now you don't want to take the base value and take other values as base value which are derived on some formulae. So you create a routine which will do the mathematical operations in the routine and derive you a value which is now used as the base value for calculating the condition value for a particular condition type

  • Differance betwwen alternative calculation type & condition base value.

    dear expert
    wats the differance betwwen alternative calculation type & condition base value in pricing.
    vicky

    Hi,
    AltCty - Condition formula for alternative calculation type:
    It is an alternative formula for the condition type that can be used instead of standard formulas.
    For example, let us take the Profit Margin which can be both + / - , so here this routine will help us in generating the value which can be either + or -. Profit margin is not a condition type so it cannot be classified as +ve or -ve in the V/06.Ex.: 950 0 Profit Margin 11. So we assign 11 - Profit Margin.
    AltCBV - Alternative formula for condition base value:
    Formula for determining the condition basis as an alternative to the standard.
    It is used as a basis to calculate value of the condition type instead of using it from the "FROM" column.
    Ex.: Freight - KF00. Freight is calculated based on weight, volume etc. and not on the base price. In pricing there is no entry of weight from which the value can be referred like we do for discounts using base price. We have to get the value from the Material master. In this column we can mention the value as 12 - Gross Weight or 13 - Net Weight.
    During pricing, the system will consider the value that is mentioned in this column and determine the freight based on this value.
    Suppose we have Net weight: 100 kgs and Gross Weight: 150 kgs. And if we mention 13 in this column then the Freight condition KF00 will be calculated using the weight as 100 kgs.
    And both of them are routines written by APABers in VOFM.
    Reg,
    JJ

  • Alternative calculaton type/ condition base value/requirement

    Hi
    What is the role of alternative calculaton type, condition base value,requirement in pricing procedure.?
    2) Where do we define value for alternative condition base value and alternative calculation type so that system picks up different value,when the value for alternative condition base value and alternative calculation type is mention in pricing procedure.

    Dear,
    *Alternative Calculation Type:*
    This function allows you use a formula as an alternative in finding the value of the condition type, instead of standard condition technique. this can be used to calculate complex tax structures.
    Alternative  condition base value
    The alternative condition base value is a formula assigned to a condition type in order to promote an alternative base value for the calculation of a value.
    Example
    An absolute header discount is, for example, distributed in the standard system according to the cumulative value of the items.
    If the system distributes the absolute header discount according to volume based on the Alternative formula for condition base value , a header discount of $30 results in the following discounts:
    Item Value Volume .
    1 $1000 2 cbm
    2 $500 4 cbm
    Stand. disc. Volume disc.(With Formula)
    $20 $10
    $10 $20
    Condition formula for alternative calculation type
    Alternative formula to the formula in the standard system that determines a condition.
    Requirement
    This function is used to assign a requirement to the condition type. This requirement can be used to exclude the system from accessing the condition type and trying to determine the value. This can be used to specify that the condition type should only be accessed if the customer has a low risk credit.
    with regards

  • Requirement type, alternative calculation type and alternative base value?

    Hi guys pls can any body experts in pricing
    Can u pls explain requirement type, alternative calculation type and alternative base value?
    Not theory Any of Ur real time experience………

    <b>Requirement:</b>
    It is a routine that is written by an ABAP consultant according to the business requirement.
    By defining Requirement in condition technique we can restrict the access of condition type.
    To understand the concept, we will take the example of the Rebates. Rebates are to be included during the billing document processing and not in the sales document processing. As rebates are given on the delivered quantity and not on the ordered quantity (in case of cut-off period for rebates).
    For rebates we use the condition types BO01 to BO05, and in the Requirement column we give the value 24 which is "Only in Billing Document".
    This Requirement will ensure that these condition types will appear only during the billing document processing.
    If new Requirements are to be defined we follow the procedure given below.
    Go to T.Code: VOFM. - Maintain Requirements & Formulas
    Click on the "Requirements" in the top menu and then click on "pricing".
    We have a list of requirements, we can ask ABAP consultant to create new requirement based on the client requests.
    And we assign the application type like V - Sales/Distribution etc.
    <b>AltCty - Condition formula for alternative calculation type:</b>
    It is again a Routine that is written by ABAP Consultant.
    It is an alternative formula for the condition type that can be used instead of standard formulas.
    For example, let us take the Profit Margin which can be both + / - , so here this routine will help us in generating the value which can be either + or -. Profit margin is not a condition type so it cannot be classified as +ve or -ve in the V/06.
    Ex.: 950 0 Profit Margin 11.
    So we assign 11 - Profit Margin.
    If new routines are to be defined we follow the procedure given below.
    Go to T.Code: VOFM. - Maintain Requirements & Formulas
    Click on the "Formulas" and then on the "Condition Values".
    We have a list of routines, we can ask ABAP consultant to create new routines based on the client requests.
    And we assign the application type.
    <b>AltCBV - Alternative formula for condition base value:</b>
    Formula for determining the condition basis as an alternative to the standard.
    It is again a Routine that is written by ABAP Consultant.
    It is used as a basis to calculate value of the condition type instead of using it from the "FROM" column.
    Ex.: Freight - KF00.
    Freight is calculated based on weight, volume etc. and not on the base price. In pricing there is no entry of weight from which the value can be referred like we do for discounts using base price. We have to get the value from the Material master.
    In this column we can mention the value as 12 - Gross Weight or 13 - Net Weight.
    During pricing, the system will consider the value that is mentioned in this column and determine the freight based on this value.
    Suppose we have Net weight: 100 kgs and Gross Weight: 150 kgs. And if we mention 13 in this column then the Freight condition KF00 will be calculated using the weight as 100 kgs.
    Regards
    AK

  • Alternative calculation type problem!

    Hi, gurus~~~
    Let me ask you something.
    In pricing procedure, I want to change price in some case. so I made a alternative calculation type.
    and it works.
    but the problem is like this.
    Alternative calculation type only works when there is standard price.
    For example,
    Step    Cntr    CTyp        Fro To  Reqt AltCTy   AltCBV
    420      0     ZS53 Price1 100 100 51   703      0
    If there is price for Condition type 'ZS53', the Alt Calculation Type '703' works.
    But if there is no price for condition type 'ZS53', the altCty '703' doesn't works.
    I want to execute AltCTy '703' even though there is no price in condition type 'ZS53'.
    Please, let me know how to do it...
    Thanks in advance.
    Regards
    Kyung Woo.

    Hi Kyung,
    It seems the routine actually takes the price which is automatically determined and based on that it is redetermining the value. So please check how the routine is enabled first.
    If you want to value to come even the automatic determination doesnt give any value, then make the change accordingly in teh routine.
    otherwise, there is no other way by which this can happen.
    Reward point if the approach helps.

  • Alt cal type

    hi gurus,
    what is use of alt calculation type???

    Hi friend,
    Alternative Calculation Type, Requirement, Cond Base values are used in Pricing to meet the not so common business requirement. The normal prcing requirements can be mapped without using them .
    Coming to the AltCalType, we have to use routines which stores the business logic and can be used against the relevant condition type as per the business requirment. The routines , in other words are the formulas that are defined in Tcode- VOFM by the abapers based on the logic given by the functional consultants.
    Remember: The routine is applied against a condition type in the pricing procedure
    Some of the standard Altcaltype routines are as below
    Routine /Formula :- 15
    A company has defined minimum prices for materials.
    When a material is sold, it should not be sold for a price below the predefined minimum price. When pricing is done for a sales document line item, if the net price of the item falls below the minimum, the system should automatically compute a surcharge to bring the price up to the minimum price. To accomplish this, the user would define the minimum prices using the condition type PMIN. PMIN would be defined in the pricing procedure and condition value formula '15' would be assigned. Using the formula, the system compares the minimum price with the net price calculated to that point in the pricing procedure. If the minimum price is not met, the system computes the necessary surcharge and assigns it to the PMIN condition line.
    Routine /Formula :- 48
    Formula '48' was delivered to ensure that the down payment amount the user offsets in a billing document does not exceed the actual down payment value. Condition value formula '48' is assigned to the condition type in the pricing procedure representing down payments (R/3 delivered condition type AZWR).
    Let me know for any further clarifications.

Maybe you are looking for

  • ALV: Issue with double  click event after sorting the ALV

    Hello Experts, I have an internal table that populates an ALV grid. When the user doubleclicks a row, my method HANDLE_DOUBLE_CLICK returns the e_row-index value from the ALV Grid. I use this index value to read the internal table, then retrieve addi

  • Disabling the creation of sample application for new workspace

    Hi, Just wondering if it's possible to disable the sample the application that is created when ever you create a new workspace? Also so that it doesn't create the 'demo' tables and associated sequences. Pretty sure we have this configured at work, bu

  • How to develop a group above report in mailing lable style

    i want to know the method to develop a group above report (multi level groups) in mailing lable style like yellow pages on reports 6i e.g. group 1: country group 2: province group 3: Industry group 4: product or service mailing lable: Company Name Ad

  • Bank statement giving error while processing

    hi gurus, while processing the manual bank statement the system gives me an error " g/l account  10 does not exist ". how can sort dis error out. help best regards sayeed

  • External Display/Monitor

    I use an iMac G5 and would like to add an additional monitor to view LE data in my studio/noise area while leaving my iMac on my desk a few feet away. Is there a recommended monitor? A gaming monitor with short response time? I'm under the impression