Base Value change for CST calculation

Hi,
I've a requirement that CST should get calculated on an assessible value and not on Net Price in the PO. e.g.
Basic Price: 100
BED@10%: 10
ECess@2%: 2
SHECess@1%: 1
Subtotal 1: 113
Assessible Value for CST: 90
CST@4%: 3.60
Total: 116.60
How can we change base value for CST calculation in Tax Procedure?
We are using Tax Procedure TAXINN.
Thanks in advance.
Regards.
Manoj

Hi All,
I got the solution for my issue so closing the thread.
I changed the Tax procedure.Add two new condition types, one for Assesseble value for CST calculation and another one which is a copy of JVCS(CST condition).In case when no assesseble value is maintained, new condition type for CST will be zero.
Regards.
Manoj

Similar Messages

  • No base value or Excise duty calculation coming at J1IS

    I am trying to create excise invoice by T code - J1IS with Ref. doc type - OTHR,
    but the system is not calculating the base value and excise duty
    Please help
    Regards,
    Pranav

    Hi,
    Please maintain the Assessable Value in J1ID for the material and also maintain the condition records for your excise conditions such as BED, ECS & SHECess in FV11 and try.
    Thanks & Regards,

  • Excise Base Value wrong for import

    HI expert
    i have import po Value is 1000, and my custom duties(inventerised) is 100,2,1.
    But when i am doing capturing excise in migo , my  excise base value is coming 1100, it must come 1103.
    Kindly let me know were i m missing
    regard
    Nabil

    Hi,
    check your custom excise invoice check value properly
    check your default setting also
    Regards
    Kailas Ugale

  • In import process,how excise base value is calculated in MIGO

    Hi expert's,
    In import process,how excise base value is calculated in MIGO,with what referance values get add to base value.
    waiting for your valuable response,
    Regards
    V.raj

    hi,
    we Tried with your following reply ! but still not finding exact value in base value .
    (MATERIAL PRICE* QTY IN MIGO * EXCHANGE RATE)
    thanks & regards
    V.Raj

  • 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

  • LV7: how to catch 'Value change' event for cursor position in XY graph?

    I try to catch an event when the cursor position of a graph's cursor
    changes. I created a reference for the cursor array and registered a dynamic
    event 'Value change' for it. The event does not fire when the cursor changes
    (either by dragging it with the mouse or by direct entry of a new value in
    the cursor's X or Y fields. In contrast, when I register e.g. the 'Mouse Up'
    event for the cursor array, the event IS detected.
    -Franz

    So this is the same behaviour as that of a regular control which also does
    not fire a 'Value changed' event when it gets updated by e.g. writing to a
    local.
    At least the cursor's behavior is consistent then...
    But unfortunately also the direct user interaction with the cursor's numeric
    field does not fire the event, which is NOT consistent.
    I was trying to catch cursor changes in my event loop and had used a 'Mouse
    Up' event of the graph indicator to look for cursor changes (whose last
    position I had kept in a local or shift reg). In order not to miss a direct
    user interaction in the numeric field I added the dynamic event 'Value
    change' to the same event case, but with no success, it missed the direct
    entry ...
    according to what you say this seems to b
    e a bug then...
    -Franz
    "Greg McKaskle" schrieb im Newsbeitrag
    news:[email protected]..
    > > I try to catch an event when the cursor position of a graph's cursor
    > > changes. I created a reference for the cursor array and registered a
    dynamic
    > > event 'Value change' for it. The event does not fire when the cursor
    changes
    > > (either by dragging it with the mouse or by direct entry of a new value
    in
    > > the cursor's X or Y fields. In contrast, when I register e.g. the 'Mouse
    Up'
    > > event for the cursor array, the event IS detected.
    > >
    >
    > The reason is that value change events fire when user action directly on
    > the control changes its value. They do not fire when other programmatic
    > value changes occur. If you are looking at a value change on the cursor
    > palette, user interaction with the numeric should fire it, but updates
    > due to cursor movement are more like programmatic updates.
    >
    > Additional events will likely be added in future
    releases, and these may
    > make it easier to catch cursor movement events on a graph.
    >
    > Greg McKaskle
    >

  • Condition Base Value Routine

    Hello all,
    I am currently facing an issue where we have created a Custom Condition Base value routine for a Tax Condition type.
    In our scenario, we have Sales Tax condition type ZZTX which has the following parameters:
    Cond. class       D Taxes
    Calculat.type     A Percentage
    Cond.category  D Tax
    Rounding rule       Commercial
    Also since its a tax condition type, it is set to D - cannot be modified manually.
    Also in the pricing procedure, the condition type is pointing row 301 to pickup the condition value basis. This is for the normal scenarios. However when a particular condition is satisfied (which is coded in routine 902 for ZZTX) the code in 902 is supposed to change the condition base value for ZZTX.
    800     0     ZZTX     Tax for Sales     301                       10          902     MWS
    This functionality is not working at this point. When I debug, I can see the code appending the calculated value to the condition base value for ZZTX.
    However on the screen, I still see the condition base value being picked up from row 301.
    I need some input from you guys so as to find it the condition type zztx should have some parameters set to allow the change or is there a problem in the 902 routine ?
    Kindly advise
    Thanks
    Vin

    Hi Vin,
      Please check with your ABAP expert if he has done below to fetch calculated value to hold it correctly,
       l_val_190    TYPE kwert,   l_val_210    TYPE kbetr,
    I guess it is to do with Data type only in your 902 routine
    Hope this will solve your probelm,
    Regards,
    Siva

  • Key differencess bet'n Altrnative condtion base value and Alternative calcu

    Hi All
    I read many times even though I have dought in pricing where in, differentating Altrnative condtion base value and Alternative calculation type.
    I know these two are forumalas.
    I am looking for key differencess bet'n Altrnative condtion base value and Alternative calculation type
    Where & which senario I can make out  the differnces bet'n Altrnative condtion base value and Alternative calculation type.
    Please explain in details which can keep in mind for long run...
    Thanks in advance.
    Regards,
    Ramkrishna.

    Hi Rama krishna
    go thru this....u can make difference and will have idea too
    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.
    Thanks and regards
    Chandra

  • 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

  • How to display Base values (AFS Grid) in the Report

    Hi Friends,
    We ar using AFS, in that we have Grid value like 0003A34
    (8 chars: first 4 chars colour (0003), A represents Cup, 34 represents size of the Material), in that we can able to store the Base values like for International or US,
    and for size 34 equivalent to 70 like wise.
    In our reports we are using ALV grids, and showing the existing grid value like 0003A34, but we need to show Base value list like INTL or US etc, based on the region / area, the report should show the equivalent grid value like 0003A70 etc.
    Please help me how to do this.
    Thanks
    Shankar

    Dear Shankar;
    I think you will be able to achieve what you try to do using grid conversion in AFS. Base Grid values can be converted to other values based on the customer, vendor or material depending on your requirement. This need to be configured in IMG and then the ID must be assigned in the Vendor or the Material Master as per the requirement.
    This is somewhat complex config. Please contact me if you need any more clarifications ([email protected])
    Azwath Mohammad
    http://www.sapafs.net

  • Multicolum​n listbox value change and mouse up event in one case of event structure

    Hello All,
    Am facing two problems:
    1. I have two multicolumn events, one is value change for deleting the rows of Multicolumn listbox and another one is mouse up for sorting the columns. But I can't combine both the events in one case. And if I create two separate cases then each time the event of mouse up executes and sorting takes place irrespective of selection of delete event.
    2. I have a selection VI in which user selects which parameter he wants to show it in a multicolumn listbox. I want this parameters to be retain or stored when next time I run the VI after closing it.
    Am using LabVIEW 11. Pls reply soon.
    Thanks & Regards,
    Manisha 

    try this
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.
    Attachments:
    Untitled 2.vi ‏12 KB

  • Report to show APC value changes

    Is there a report which will show all the APC value changes for an asset. The asset acquisition/transactions report shows addition of new cost (new aquisition). The requirement is the changes to the cost, for instance adding additional cost to an asset  or any credit memos done. Retirements should not be a part of this report.
    Edited by: sapfincon on Sep 16, 2009 12:54 AM

    Hi,
    if you have to differentiate acquisition postings in the same fiscal year, then in fact you have to use 2 different transaction types. You can change the transaction type in ABZON according to your needs during the posting.
    If the transactions are in 2 different fiscal years, then it should be no problem. The acquisition from the prior year will not be shown isolated, it is contained in the cumulated APC amount at fiscal year start. This is history sheet group YA. And the current year addition can be shown under it´s history sheet group assigned to transaction type 100.
    Regards,
    Markus

  • VOFM Condition base value not updating(Urgent)

    Hi All,
    I have created a Condition Base Value 901 for Sales Order in Transaction VOFM.
    Following is the code when I enter the Sorce text.
    FORM FRM_KOND_BASIS_901.
    *{   INSERT         DEVK901384                                        1
    DATA: XXKOMV TYPE KOMV,
          XAKOMV TYPE KOMV,
          VKAWRT LIKE KOMV-KAWRT.
    IF KOMP-VKAUS = 'YAB'.
    XXKOMV = XKOMV.
    CLEAR VKAWRT.
    LOOP AT XKOMV INTO XAKOMV WHERE KSCHL = 'YIPR'.
    IF XAKOMV-KAWRT > 0.
    VKAWRT = XAKOMV-KWERT.
    ENDIF.
    ENDLOOP.
    XKAWRT = VKAWRT.
    CLEAR XKOMV.
    XKOMV = XXKOMV.
    ENDIF.
    *}   INSERT
    ENDFORM.
    But this code is not updating the Condition screen for items condition value.
    Regards
    Vijai

    no, the code contains the logic to determine the base value, then the value has to be passed to xkwert.
    take some other base formula as template.
    pls. rewad if helpful
    Roberto

  • SAPbouicom value change

    Hi Experts,
    I would like to know how to find out the sapbouicom (GUI) value changes for a field in SAP B1.
    E.g. project field in the doc header --> tab accounting and order number in the document header --> tab accounting.
    - in old version (2007 belows), we must use sapbouicom.combobox
    - in 8.8x version, it must be sapbouicom.edittext in all SDK addon.
    I know there is a guidifference document from SAP but there are many guidifference documents and it is difficult to find the field without open the document one by one.
    Are there another another document ? is the information also available in the visual studio vb.net application ?
    Thanks in advance.
    Rgds,
    Steve

    Hi Steve,
    i am new in SAP B1, as far as my knowledge EditText is used for Text Fields in SAP Screen.
    below is the listings of SAPBOUI Screen Fields..
    Private     ofparam     As     SAPbouicom.FormCreationParams
    Private     ofinfo     As     SAPbouicom.FormInfo
    Private     oforms     As     SAPbouicom.Forms
    Private     ofmsttn     As     SAPbouicom.FormSettings
    Private     ofmtype     As     SAPbouicom.FormType
    Private     ogrid     As     SAPbouicom.Grid
    Private     ogdcol     As     SAPbouicom.GridColumn
    Private     ogdcols     As     SAPbouicom.GridColumns
    Private     ogdrows     As     SAPbouicom.GridRows
    Private     oitem     As     SAPbouicom.Item
    Private     oitmdrg     As     SAPbouicom.ItemDragEvent
    Private     oitmevn     As     SAPbouicom.ItemEvent
    Private     oitminfo     As     SAPbouicom.ItemInfo
    Private     oitems     As     SAPbouicom.Items
    Private     olayout     As     SAPbouicom.LayoutKeyInfo
    Private     olinkbtn     As     SAPbouicom.LinkedButton
    Private     omatrix     As     SAPbouicom.Matrix
    Private     obpname     As     SAPbouicom.MenuCreationParams
    Private     omnuevnt     As     SAPbouicom.MenuEvent
    Private     omnuitm     As     SAPbouicom.MenuItem
    Private     opanecb     As     SAPbouicom.PaneComboBox
    Private     opicbox     As     SAPbouicom.PictureBox
    Private     opiccol     As     SAPbouicom.PictureColumn
    Private     opgbar     As     SAPbouicom.ProgressBar
    Private     opgevnt     As     SAPbouicom.ProgressBarEvent
    Private     ostatic     As     SAPbouicom.StaticText
    Private     ostatus     As     SAPbouicom.StatusBar
    Private     orptdata     As     SAPbouicom.ReportDataInfo
    Private     oresdata     As     SAPbouicom.ResourceData
    Thanks and Regards,
    kaviprashu

  • No correction due to the value change in Rebate

    Hi,
    I followed the procedure but still it gives me the above error.
    Run the SDBONT06 with the Agreement, but it gives me the error No correction due to the value change for the XXX invoices.
    Also run the  RV15B001 and  RV15B002 and again run the SDBONT06 but still not resolved the issue.
    Still anything i miss? please suggest
    Thanks
    Hrishi

    Hi Lakshmipathi,
    No condition type was removed for the said invoices, but the prices has been changed manually has been observed, hence i think system pop the above message, i also checked the Note that you provided, but i did the right steps as per the note.
    Any other input?
    Thanks
    Hrishi

Maybe you are looking for