Conditional subtotal

I want to show a subtotal row only when de number of rows, where the total is based upon is more then one.
- number of detail rows per group equals 1: no subtotal (would be exacly the same data)
- number of detail rows per group equals 2: subtotal
Any ideas
Edited by: aallem on 27-okt-2009 8:06

That not yet working
part of xml, generated by use of cursor query (BUDGET/BUDGET_ROW)
I want to display a total for par example element 'RAMING' if within BUDGET_ROW element GRP_BL has value 'BATEN' and "LASTEN'
Within the template the aggregation is based on element GRL_BL, so if there is only one value for this element within BUDGET_ROW (can be 'BATEN'or 'LASTEN'
no addtional subtotal mnakes any sens, cause this will be the same as the row. (Element EL2 '66127' within BUDGET_ROW). Element EL2 '76157' has both values 'BATEN' and 'LASTEN' within BUDGET_ROW. So when aggreagted there's remain one summary row for 'LASTEN'and one summary row for 'BATEN'. In this case
a subtotal for both rows make sense
<ROWSET>
<ROW>
<_P_JAAR>2009</_P_JAAR>
<P_SUPPRESSZERO>Ja</P_SUPPRESSZERO>
<P_APPKST_TONEN>Nee</P_APPKST_TONEN>
<P_RESVZN_TONEN>Nee</P_RESVZN_TONEN>
<P_LASTEN>Nee</P_LASTEN>
<NTUSER></NTUSER>
<VV_BH></VV_BH>
<CODE_2B>BH610000</CODE_2B>
<BH>Dhr. drs. R. Blacquiere, FEZ</BH>
<BUDGET>
<BUDGET_ROW>
<TONEN>1</TONEN>
<EL2_SUBSELM>BH610000</EL2_SUBSELM>
<EL2>66217</EL2>
<EL2_NAME>overige personeelskosten fez</EL2_NAME>
<GRP_BL>Lasten</GRP_BL>
<EL1>0201</EL1>
<EL1_NAME>overige personeelskosten</EL1_NAME>
<EL3>9999</EL3>
<EL3_NAME>dummy detaillering /fase</EL3_NAME>
<RAMING>990.7</RAMING>
<REG_RAMING>0</REG_RAMING>
<TOT_RAMING_INCL_REG>990.7</TOT_RAMING_INCL_REG>
<VPL_RCH>0</VPL_RCH>
<VPL_RCH_REG>0</VPL_RCH_REG>
<TOT_REA>1738.23</TOT_REA>
<REST_EX_REG>-747.53</REST_EX_REG>
<REST_EX_REG_EX_VPL>-747.53</REST_EX_REG_EX_VPL>
<REST_INCL_REG>-747.53</REST_INCL_REG>
<REST_INCL_REG_EX_VPL>-747.53</REST_INCL_REG_EX_VPL>
</BUDGET_ROW>
<BUDGET_ROW>
<TONEN>1</TONEN>
<EL2_SUBSELM>BH610000</EL2_SUBSELM>
<EL2>76157</EL2>
<EL2_NAME>rente en kosten liquide middelen</EL2_NAME>
<GRP_BL>Lasten</GRP_BL>
<EL1>0214</EL1>
<EL1_NAME>verzekering en bankkosten</EL1_NAME>
<EL3> </EL3>
<EL3_NAME> </EL3_NAME>
<RAMING>0</RAMING>
<REG_RAMING>0</REG_RAMING>
<TOT_RAMING_INCL_REG>0</TOT_RAMING_INCL_REG>
<VPL_RCH>0</VPL_RCH>
<VPL_RCH_REG>0</VPL_RCH_REG>
<TOT_REA>-209.05</TOT_REA>
<REST_EX_REG>209.05</REST_EX_REG>
<REST_EX_REG_EX_VPL>209.05</REST_EX_REG_EX_VPL>
<REST_INCL_REG>209.05</REST_INCL_REG>
<REST_INCL_REG_EX_VPL>209.05</REST_INCL_REG_EX_VPL>
</BUDGET_ROW>
<BUDGET_ROW>
<TONEN>1</TONEN>
<EL2_SUBSELM>BH610000</EL2_SUBSELM>
<EL2>76157</EL2>
<EL2_NAME>rente en kosten liquide middelen</EL2_NAME>
<GRP_BL>Lasten</GRP_BL>
<EL1>0214</EL1>
<EL1_NAME>verzekering en bankkosten</EL1_NAME>
<EL3>9999</EL3>
<EL3_NAME>dummy detaillering /fase</EL3_NAME>
<RAMING>0</RAMING>
<REG_RAMING>0</REG_RAMING>
<TOT_RAMING_INCL_REG>0</TOT_RAMING_INCL_REG>
<VPL_RCH>0</VPL_RCH>
<VPL_RCH_REG>0</VPL_RCH_REG>
<TOT_REA>29648.03</TOT_REA>
<REST_EX_REG>-29648.03</REST_EX_REG>
<REST_EX_REG_EX_VPL>-29648.03</REST_EX_REG_EX_VPL>
<REST_INCL_REG>-29648.03</REST_INCL_REG>
<REST_INCL_REG_EX_VPL>-29648.03</REST_INCL_REG_EX_VPL>
</BUDGET_ROW>
<BUDGET_ROW>
<TONEN>1</TONEN>
<EL2_SUBSELM>BH610000</EL2_SUBSELM>
<EL2>76157</EL2>
<EL2_NAME>rente en kosten liquide middelen</EL2_NAME>
<GRP_BL>Lasten</GRP_BL>
<EL1>0215</EL1>
<EL1_NAME>inhuren deskundigheid</EL1_NAME>
<EL3>9999</EL3>
<EL3_NAME>dummy detaillering /fase</EL3_NAME>
<RAMING>23927.15</RAMING>
<REG_RAMING>0</REG_RAMING>
<TOT_RAMING_INCL_REG>23927.15</TOT_RAMING_INCL_REG>
<VPL_RCH>0</VPL_RCH>
<VPL_RCH_REG>0</VPL_RCH_REG>
<TOT_REA>15572.5</TOT_REA>
<REST_EX_REG>8354.65</REST_EX_REG>
<REST_EX_REG_EX_VPL>8354.65</REST_EX_REG_EX_VPL>
<REST_INCL_REG>8354.65</REST_INCL_REG>
<REST_INCL_REG_EX_VPL>8354.65</REST_INCL_REG_EX_VPL>
</BUDGET_ROW>
<BUDGET_ROW>
<TONEN>1</TONEN>
<EL2_SUBSELM>BH610000</EL2_SUBSELM>
<EL2>76157</EL2>
<EL2_NAME>rente en kosten liquide middelen</EL2_NAME>
<GRP_BL>Baten</GRP_BL>
<EL1>1200</EL1>
<EL1_NAME>INKOMSTEN overige goed. diensten</EL1_NAME>
<EL3>9999</EL3>
<EL3_NAME>dummy detaillering /fase</EL3_NAME>
<RAMING>0</RAMING>
<REG_RAMING>0</REG_RAMING>
<TOT_RAMING_INCL_REG>0</TOT_RAMING_INCL_REG>
<VPL_RCH>0</VPL_RCH>
<VPL_RCH_REG>0</VPL_RCH_REG>
<TOT_REA>-311.31</TOT_REA>
<REST_EX_REG>311.31</REST_EX_REG>
<REST_EX_REG_EX_VPL>311.31</REST_EX_REG_EX_VPL>
<REST_INCL_REG>311.31</REST_INCL_REG>
<REST_INCL_REG_EX_VPL>311.31</REST_INCL_REG_EX_VPL>
</BUDGET_ROW>
<BUDGET_ROW>
<TONEN>1</TONEN>
<EL2_SUBSELM>BH610000</EL2_SUBSELM>
<EL2>76157</EL2>
<EL2_NAME>rente en kosten liquide middelen</EL2_NAME>
<GRP_BL>Baten</GRP_BL>
<EL1>1500</EL1>
<EL1_NAME>renteopbrengsten</EL1_NAME>
<EL3>9999</EL3>
<EL3_NAME>dummy detaillering /fase</EL3_NAME>
<RAMING>-3328025.54</RAMING>
<REG_RAMING>0</REG_RAMING>
<TOT_RAMING_INCL_REG>-3328025.54</TOT_RAMING_INCL_REG>
<VPL_RCH>0</VPL_RCH>
<VPL_RCH_REG>0</VPL_RCH_REG>
<TOT_REA>-3312256.14</TOT_REA>
<REST_EX_REG>-15769.4</REST_EX_REG>
<REST_EX_REG_EX_VPL>-15769.4</REST_EX_REG_EX_VPL>
<REST_INCL_REG>-15769.4</REST_INCL_REG>
<REST_INCL_REG_EX_VPL>-15769.4</REST_INCL_REG_EX_VPL>
</BUDGET_ROW>
<BUDGET_ROW>
<TONEN>1</TONEN>
<EL2_SUBSELM>BH610000</EL2_SUBSELM>
<EL2>76157</EL2>
<EL2_NAME>rente en kosten liquide middelen</EL2_NAME>
<GRP_BL>Baten</GRP_BL>
<EL1>8041</EL1>
<EL1_NAME>crediteuren vlottende passiva</EL1_NAME>
<EL3> </EL3>
<EL3_NAME> </EL3_NAME>
<RAMING>0</RAMING>
<REG_RAMING>0</REG_RAMING>
<TOT_RAMING_INCL_REG>0</TOT_RAMING_INCL_REG>
<VPL_RCH>0</VPL_RCH>
<VPL_RCH_REG>0</VPL_RCH_REG>
<TOT_REA>2993.8</TOT_REA>
<REST_EX_REG>-2993.8</REST_EX_REG>
<REST_EX_REG_EX_VPL>-2993.8</REST_EX_REG_EX_VPL>
<REST_INCL_REG>-2993.8</REST_INCL_REG>
<REST_INCL_REG_EX_VPL>-2993.8</REST_INCL_REG_EX_VPL>
</BUDGET_ROW>
<BUDGET_ROW>
<TONEN>1</TONEN>
<EL2_SUBSELM>BH610000</EL2_SUBSELM>
<EL2>76157</EL2>
<EL2_NAME>rente en kosten liquide middelen</EL2_NAME>
<GRP_BL>Baten</GRP_BL>
<EL1>8041</EL1>
<EL1_NAME>crediteuren vlottende passiva</EL1_NAME>
<EL3>9999</EL3>
<EL3_NAME>dummy detaillering /fase</EL3_NAME>
<RAMING>0</RAMING>
<REG_RAMING>0</REG_RAMING>
<TOT_RAMING_INCL_REG>0</TOT_RAMING_INCL_REG>
<VPL_RCH>0</VPL_RCH>
<VPL_RCH_REG>0</VPL_RCH_REG>
<TOT_REA>-2993.8</TOT_REA>
<REST_EX_REG>2993.8</REST_EX_REG>
<REST_EX_REG_EX_VPL>2993.8</REST_EX_REG_EX_VPL>
<REST_INCL_REG>2993.8</REST_INCL_REG>
<REST_INCL_REG_EX_VPL>2993.8</REST_INCL_REG_EX_VPL>
</BUDGET_ROW>
</BUDGET>
</ROW>
</ROWSET>
Edited by: aallem on 29-okt-2009 1:20

Similar Messages

  • Condition subtotal

    What is the use of condition subtotal field in pricing procedure.
    Please explain in detail and keeping in mind that the audience is functional.

    Hello Vaibhav,
    The SubTo column is used to assign a subtotal key to a step in the pricing procedure. These subtotal fields are then used in other areas of the system such as in the logistics information system. For example, it is recommended you assign the subtotal field 4 to the total value in the pricing procedure for freight. The value is stored in specified fields as per the SuTot value assigned, which can be used for further calculations or so..
    a very general use is for Credit Management. The credit check happens against the net value. U might assign a value A to the SuTot for this step and CalTyp 4, so that this value is stored in VBAP-CMPRE--used for credit checks.
    I hope this helps, if so, assign suitable points.
    Rgds,
    Raghu.

  • How to update the z-condition type in pricing procedure in a quote

    Hi Gurus,
    I need your help to solve my issue.
    I have created a RFC which will trigger any time there is a CRM Quote/ CRM Order create or change occurs. IN response of the RFC i will get the rate and rate type for the line items .
    When the service  returns with rate value the SAP system will insert this value by inserting z-condition type  in to the pricing structure. The normal pricing function module will then carry the process forward.
    Todo this ,Can i code the RFC call in Order_save badi ,but where can i get the pricing sturcure  data to update the returned rate values in the pricing.
    and also one more thing ,In ecc  I am using the CUCB_GET_CONFIGURATION to get product configurations. for the same which FM can i use in CRM.
    Please reply me ASAP.

    hei,
    you can use field KOMP-KZWI1 - KZWI6 to store your condition type. then it can be used for analysis in SIS.
    if you want to put more than one condition type to field KOMP-KZWI1, go to V/08 (pricing Procedure), put "1" in condition subtotal.
    Best Regard,
    Hendry

  • Conditions with 0 value in pricing appears in Price of sls order in ECC 6.0

    Hi All,
    We have upgraded from R/3 4.7 to ECC 6.0.We have a pricing procedure with Condition type VPRS for which the value comes from the valuation segment of the Material master.
    It is a statistical condition.
    In R/3 4.7, if we used a non valuated material, this condition did not appear in the pricing of the sales order as it's value is 0.
    But in ECC 6.0 this condition is appearing in the sales order pricing with 0 value and is showing the red trafic light next to the condition.
    Can anybody please tell if this is standard in ECC 6.0 Or do we need to make some corrections?
    Regards,
    Avinash Gyale

    Hello Avinash ,
    Condition type VPRS - Cost condition can be determined from KOMP-WAVWR-cost in document currency
    ( Subtotal B ) which depends on plant and company code not valuation type  .There are other options also avalibale to set condition subtotal.
    Routines can also be used to calculate cost.e.g routine 4 - to determine cost based on item category configuration , routine 3 - for Foreign currency , routine 7 for domestic etc.
    Please  check and these routines and settings in pricing procedure.
    Regards,

  • Add new condition to SIS

    hello All
    we have created new CONDITION TYPE for pricing
    it is ZSKO and it is additional customers discount
    But our CO department need it in SIS
    they want to see it as a separate field/data
    in MCSI
    how to do that ?

    I will try to point you in the right direction.  There is a column in the pricing procedure called SubTo(Condition Subtotal).  Using this column, you can assign the value of a condition type to some subtotal field.  You have to be careful how this might affect your pricing procedure.  You will need to select a subtotal that isn't being used.
    Now the hard part is getting it into LIS.  Some of these "Subtotals" are available in the field catalog of the LIS.  If the "Subtotal" you want to use isn't available, then there is a way to add fields to the field catalog for the LIS.  You will need to figure that out if you don't know how.  You can then create a formula to update the new field.  I believe the "Subtotal" fields will be avaliable in the formula.  Of course, all of this means that you have to have created your own LIS structures.  You can't change the structures that comes with SAP.
    I know this is kind of vague, but I just wanted to try to point you in the right direction.
    Hope it helps,
    Brian

  • How to see the values of subtotal

    Hi Gurus,
    I have a small doubt regarding pricing procedure. In pricing procedure we have a column called Condition subtotal, it stores the value in the table and we can call this value whenever we required.
    My question is here where we can see the subtotal value and how. I tried to view this value in table but it is a structure that is the reason i could not view it.
    Please respond to this thread.
    Thanks in advance.
    Venkat.

    Hi:
    What you can do is to used subtotals on to the pricing procedure. If you uses subtotals 1 to 6 this will be store on table VBAP on field KZWI1 to KZWI6. You can also used other subtotals D to M is you want to used formulas.
    Best Regards,
                         Federico

  • Tax Problem in pricing procedure

    Hi,
    I define the pricing procedure to sell material.
    In the pricing procedure:
    1- First I define sales price
    2- Discount (condition subtotal = A)
    3- and Output Tax / subtotal (condition subtotal = 2)
    but when create sales order, system only calculate the sales price, and it did not calculate discount and Tax in the net value.
    I want to know that Is it some configuration remained that I forgot?
    Thanks.

    Hi Lida,
    There is nothing wrong with your procedure, nor with your calculation. It's just that on the basis of Price, discounts and rebates you calculate Net Price and on the basis of Net Price and Tax you calculate Total Price.
    For Ex :
         ZPR0     Price- Test     1,500.00      INR     1     EA     1,500.00
         Gross Value     1,500.00      INR     1     EA     1,500.00
    ZTK3     Promo Discount % 3-T     3.000-     %                    45.00-
         Discount Amount     45.00-     INR     1     EA     45.00-
         Rebate Basis     1,455.00      INR     1     EA     1,455.00
         Net Value for Item     1,455.00      INR     1     EA     1,455.00
         Net Value 2     1,455.00      INR     1     EA     1,455.00
         Net Value 3     1,455.00      INR     1     EA     1,455.00
    ZZWR     Down Pay./Settlement     0.00      INR                    0.00
    ZTST     Output Tax-Test     2.000      %                    29.10
         Total     1,484.10      INR     1     EA     1,484.10
    SKTO     Cash Discount     0.000      %                    0.00
    VPRS     Internal price     980.00      INR     1     KG     980.00
         Profit Margin     475.00      INR     1     EA     475.00
    Rgds
    Ravi

  • Updating data in PSA

    Hi experts,
    In 0sd_c03 cube, condition subtotal 17 was not updated from R/3. in R/3 subtotal 17 value is '1890',but in Cube it showing '0'.then i want to update this value manually in PSA and then i want update from PSA to CUBE, i have deleted that request in cube. In PSA while duble clicking on  that document number  i am not finding that subtotal 17condition field, but in PSA output that column is there.
    how can i update that column in PSA.
    please help me to do this,
    help full answer will be appreciated with full points,
    Thanks in advance,
    Venkat

    Hi Shana,
    Thanks for your suggestion, i got it, i have created one more package in that i gave selections in data selection tab and loaded the data.
    but one more question:
    is this package disturb existing delta package ?(which is in process chain).
    please clarify it to me.
    i am assigning points to you
    Thanks & Regards
    Venkat

  • Tax in SIS Report

    Hi,
    When I am extracting the SIS Reports like MCTA, VC/2 etcu2026these reports are showing the values with out Tax (CST/VAT). How can I see the same Reports with Tax (including Tax)?
    Price, Excise Duties are including but not Taxes. (Net value).
    Plz suggest me.
    Regards,
    Ram

    Hi Ram,
    The tax included sales amount is not included in the standard S001 infotable.
    Nevertheless you are lucky because this data is already available in the standard pricing procedure => Condition subtotal A for data transfer to the SIS; so you don't have to extend the SIS communication structure.
    Therefore the communication structure for sales order item has already the data available MCVBAP-CMPRE (item credit price), and the same for the billing document: MCVBRP-CMPRE.
    IMHO you should define a new infotable that would take in account the credit price (KOMP-CMPRE) and you will have the data you need, of course I would add the net sales in the new infotable so I could check that the standard infostructure S001 and your new infostructure have exactly the same data inside (sum of total net sales have to be the same if the statistical setup of the new infostructure has been correctly done).
    Best Regards,
    Franck Lumpe
    Freelance SAP Consultant

  • VBAK-KZWI1-- Not updated....

    Hello,
    I  am  storing  my  gross  price  in  VBAK-KZWI1....The  problem  comes  when   I  change  manually  my  pricing  condition
    value  the  field  VBAK-KZWI1  is  not  correctly  updated....
    Did  somebody  faced  this  issue?
    Thanks and  best  regards
    L

    Just looking at SAP note 1022966 which states:
    3. Which condition/subtotal line is taken into account?
    A condition is only taken into account if it is not inactive with one of the inactive indicators 'AKLMXZ'.
    For the settings 'B' (Cost), 'C' (Statistical value) and '9' (Gross value), inactive conditions are not taken into account, even with 'Y'.
    It is of no consequence whether the condition is statistical or not.
    Subtotal lines are always taken into account in the standard R/3 system because they never have an inactive indicator in R/3 standard pricing.
    So check which indicator is set for the inactive condition. If it is other than AKLMXZ - then that explains things.
    You might consider creating a subtotal that will update the KZWI1 - if you cant figure how to have the old condition removed.

  • Rebate Settlement and Pricing Procedures

    Hello,
    I need to define two different rebate basis in the pricing procedure for two different rebate agreements, and both of them can occur simultaneously in the price conditions of the sale document. As the two rebate basis are gathered in the KOMP-BONBA subtotal, the sales volume of each rebate agreement is the sum the two rebate basis, not the corresponding one. There is any way to have two different rebate basis and recover each of them in the corresponding rebate agreement?
    Than you very much
    Best regards
    Silvia

    Hi Silvia,
    Have you tried using different sub totals field for Rebate?
    You may use any of the available sub total fields KZWI1-KZWI6.
    In the pricing procedure, specify the different subtotal field in the condition subtotal column.
    Try if this helps you..
    Regards,

  • Ecess for Setoff calculation

    Hi all
    Below is the issue
    J1ID data maintained 10-2-1, similarly tax code data maintained 10-2-1. Tax procedure TAXINJ.
    When Condition type JEXC-MODVAT Excise condition type manually entered in PO-Condition tab. Calculation for JEC1 happening on different base value.
    Base Amount     -     340,000.00
    A/P Eduty for Setoff     -     26,350.00      (manually entered)
    A/P Ecess for Setoff     -     230          (correct 527)
    A/P Sec Hr Ecess Set     -     115.00           (correct 263.50)
    Without entering manual value of JEXC, calculation happening correctly 10-2-1 on base amount. The problem lies with manual entry of JEXC.
    Please advice, how to track this calculation of Ecess value and rectify the same.
    With regards
    Suddy

    Check condition subtotal 5 in pricing schema maintained for condition JEXC, Refer below link & check your process is done accordingly,
    [JEXC Manual Excise |JEXC Manual Excise]

  • PROBLEM IN REBATES

    HI
    I HAVE CREATED A REBATE AGREEMENT AND ALSO A SUBSEQUENT ORDER DELIVERY AND INVOICE
    BUT THE VALUES FOR THE CONDITION TYPE BO03 ARE NOT APPEARING IN THE INVOICE
    SCALE BASIS =B VALUE SCALE
    CHECK DESCENDING
    SCALE TYPE = CAN BE MAINTAINED IN CONDITION RECORD
    I HAVE DEINED SCALES IN REBATE AGREEMENT
    FROM 10000   1%
        20000          2%
        50000          3%
    REGARDS

    Hi,
    Rebate is a long term agreement between company and customer for buying certain products or for a certain volume and it is calculated on the basis or the no of billing documents say after creating four or five billing documents it is calculated
    Note Rebates are not given on each billing document.We make four or five billing documents and then calulate the total rebate value and settled as credit note to the customer
    If you want to set up rebate processing in a certain client, you must
    u2022 Define Condition types for rebate (Tables T685, T685A, T685T)
    Condition types must belong to condition class C (end-of-period rebate)
    u2022 Define condition tables for rebate(Tables E*)
    u2022 Define Access sequences for rebate (Table T682*)
    The access sequences have to belong to category 1 (rebate-relevant accesses)
    u2022 Maintain the condition types in pricing procedure.(Tables T683, T683S), rebate basis in the SubTo field (Condition subtotal) contains entry 7 (value takeover in field KOMP-BONBA).
    u2022 Define pricing procedure determination.(Tables T683V )
    u2022 Account Determination For Rebates will include: Define account key
    Define account determination types
    Assign account keys
    Maintain account determination procedure
    Define access sequences
    Assign G/L accounts
    Create accounts for the accrual if required.
    Maintain the G/L account assignment and ensure that the G/L account is used in second place for accruals.
    u2022 Define Rebate agreement types (Tables T6B1, T6B1T)
    u2022 Define Condition type groups (Tables T6B2, T6B2T, T6B2F)
    u2022 Assign Condition Types/Tables To Condition Type Groups (Table T6B2F)
    u2022 Assign condition type groups to rebate agreement types (Table V_T6B1_ZU)
    u2022 Number ranges for rebate agreement categories (should be maintained manually)
    u2022 Order types B1 and B2 (Tables TVAK, TVAKT)x
    u2022 Item categories B1N (Tables TVAP, TVAPT)
    u2022 Assignment of item categories to item category groups (Table T184, B1, B2)
    u2022 Billing types B1 and B2 (Tables TVFK, TVFKT)
    u2022 Copy sales order to billing document (Table TVCPF, B1* and B2*)
    u2022 Activate Rebate Processing at sales org , billing document and customer master data(payers view)
    For more information on process please go through the below link;
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/ac853478616434e10000009b38f83b/frameset.htm
    Hope this will help you.

  • ML81N Net Value Incl tax problem

    Dear SAP Guru's,
    Need your help in this issue please.
    When we try to make service entry sheet vide transaction ML81N for any  vendor  the amount calculated for payment is exactly half of the ordered value.
    In short for all Work orders, when we make service sheet we face the above mentioned problem, whereas for all Purchase orders when we make GIR, the system calculates the correct figures.
    Could any of you'll please suggest some solution for the above issue.
    Thanks in advance.
    Regards,
    Ashok

    Hello Ashok,
    please check the purchasing condition schema in your corresponding purchase order.
    the subtotal for the net value should be calculated with condition subtotal 7 - probably this is missing from your
    schema and there is an additionally subtotal 9 calculated which might be the cause for this problem.
    Please compare the settings with the settings from the standard schema RM0000.
    Regards,
    Edit

  • Subtotals from Billing documents

    Hi 
    In Billing item level extractor we are getting 6 subtotals ..which are different keyfigures ?
    Does any one know what are these and their defination  ?
    Condition Subtotal 1 from Pricing Procedure 0SUBTOTAL_1
    Condition Subtotal 2 from Pricing Procedure 0SUBTOTAL_2
    Condition Subtotal 3 from Pricing Procedure 0SUBTOTAL_3
    Condition Subtotal 4 from Pricing Procedure 0SUBTOTAL_4
    Condition Subtotal 5 from Pricing Procedure 0SUBTOTAL_5
    Condition Subtotal 6 from Pricing Procedure 0SUBTOTAL_6
    Regards

    Hello,
    PLease go through the following links to understand pricing condition :
    http://help.sap.com/saphelp_di471/helpdata/EN/dd/560f03545a11d1a7020000e829fd11/frameset.htm
    http://help.sap.com/saphelp_crm40/helpdata/en/9e/ce943b00ce6622e10000000a114084/frameset.htm
    Condition type excluded in sales order but included in billing document
    http://help.sap.com/saphelp_crm40/helpdata/en/1d/3117ee84ab1544b0422c84178e52d6/frameset.htm
    Hope above documents helpful to you.
    Thanks.
    With regards,
    Anand Kumar

Maybe you are looking for

  • Creation of web service of the timesten application ( linking problem )

    Hi , i have created the C application ( cardVerifyTxn.c accessing timesten db ) as dll. I have compiled it and linked it .I want to deploy it as a web service in apache axis server . Compilation and linking of service file ( ie CardVerifyTxn_svc.c )

  • Images look less saturated in Photoshop CC 2014

    I import my RAW images into Lightroom 5 and make some basic adjustments.  Then I edit the image in Photoshop with the Lightroom adjustments.  I clean up the images and crop to the size I like and then I use the Perfect Effects 9 plugin to do some mor

  • Payment Terms dependent on date range.

    Hello All SAP Experts, There is a issue what I am facing today. User asks for a "payment untill date" which is to be printed on invoice and under that if the customer pays, the customer will will be given some 3% cash discount. Scenario Illustrated w

  • Boot failure2

    Hi, I got stuck in a serious booting problem and would like to find some help. The scenario is as follows: I put a wrong hostname for the loghost item in the /etc/hosts on a NIS client machine. That name is different from the one in the file /etc/hos

  • Jsp variables and declarations

    if i have <%        int numberOfRows = 10;        int numberOfCols = 10; %>when I use those variables in my jsp declarations <%!      public int get()             for (int i = 0; i < numberOfRows; i++)                 // do something %>I've got error