Ask help about detail explaination on "subtotal" field in pricing procedure

Hi, everybody:
   I wanna get detail explanation about "subtotal" field in pricing procedure configuration. I have caught basic thoery on this field usage. However, I'm unclear on its option items, for exapmle, Dcopy value to XWORKD, Ecopy value to XWORKF and so on. I can't find where these kinds of objects are stored and in which suituation we have to select one of them in configuration.
  Another question is how the standard programe uses KOMP to store condition results and transfer them to relative modules, for example, A--carry over price to KOMP-CMPRE.
   Hoping get answer or some documents from you on this issue. If you have reference documents sent to me, please send to my e-mail box: [email protected]
  Tks!
Justin

dear justin
Sub-total:     
The value of this field determines where the value of the sub-total is gong to be stored in data base
Sub-total – 1     : KOMP – KZWI-1
Sub-total - 2     : KOMP – KZWI-2
rewards if it helps
siva

Similar Messages

  • Use of subtotal field in pricing procedure?

    Hi Gurus,
    what is the use of subtotal field in pricing procedure?
    thanks..

    Hi,
    Please see the note 1022966   FAQ for the 'Subto' column (KZWIW) in the pricing procedure.           
    Subtotals (net price, effective price) are created in the case of time-independent conditions.
    SAP recommends working with time-dependent conditions for quotations and scheduling agreements.
    For time-dependent conditions (for example, price maintained in contract    
    and scheduling agreement), supplementary pricing schema is used. Reason     
    is that when condition maintenance is called for contracts and schedule     
    agreements, system refers to supplementary pricing procedure for            
    calculating subtotals.
    Regards,
    Edit

  • Ask for detail explaination on "subtotal" in pricing procedure

    hi, everyone!
      I want to make clear about detail items under "subtotal" field in SD pricing procedure configuration.
      For example, A--carry over price to KOMP-CMPRE, is a must for credit control on open sales order value.
      But for other options, such as B, D, E and so on items, in which business suitation we need to use it? And where the "xworkd, xworke,..." are stored? What's the basic mechanism between condition results and communication structure, i.g., KOMP?
      Would anyone do me a favor to give an answer or send some documents to my e-mail box: [email protected]
      Tks!
    Justin

    dear justin
    Sub-total:     
    The value of this field determines where the value of the sub-total is gong to be stored in data base
    Sub-total – 1     : KOMP – KZWI-1
    Sub-total - 2     : KOMP – KZWI-2
    rewards if it helps
    siva

  • Ask help about  variable range

    1.if I define a variable at the start of the class: private JList flightsList;
    2.then write a method :public void doQuery( )
    String startAirport = (String)from.getSelectedItem();
    String endAirport = (String)to.getSelectedItem();
    String timeDate = date.getText();
    if( manager.getFlights(startAirport, endAirport,timeDate) != null )
         Flight [] flightQuery = manager.getFlights(startAirport, endAirport,timeDate);
         int length = flightQuery.length;
         String [] number = new String[length];
         System.arraycopy(flightQuery,0,number,0,length);
         //flightsList = new JList( number );
    3.then make a constructor,I want in the constructor invoke the method doQuery( ) ,then use
    code: flightsList = new JList( number );
         contents.add( new JScrollPane( flightsList) , BorderLayout.CENTER );
    I want to put arryaay number in the flightsList,then create a JScrollPane show the arraay number.
    But it does not work.I know it is the variable range,how to pass the number into the flightsList?
    I have thought about it for a long time.
    Please help me,thanks!

    I mean:
    example:
    public class look extends JFrame {
    //if I define a variable at the start of the class:
    private JList flightsList;
    //2.then write a method :public void doQuery( )
    String startAirport = (String)from.getSelectedItem();
    String endAirport = (String)to.getSelectedItem();
    String timeDate = date.getText();
    if( manager.getFlights(startAirport, endAirport,timeDate) != null )
    Flight [] flightQuery = manager.getFlights(startAirport, endAirport,timeDate);
    int length = flightQuery.length;
    String [] number = new String[length];
    System.arraycopy(flightQuery,0,number,0,length);
    //flightsList = new JList( number );
    3.then make a constructor,I want in the constructor invoke the method doQuery( ) ,
    public gui
    //use code
    flightsList = new JList( number );
    contents.add( new JScrollPane( flightsList) , BorderLayout.CENTER );
    in sort I want to put array number in the jlist( flightsList),then create a JScrollPane show the arraay number(number).
    //Your constructor assigns the private variable the value of what it is passed, then you can use it in other functions in the class.
    Is that what you are asking?
    no,I mean assingns a private variable,then write a method ,then invoke the method to put array number in the private variable.

  • Ask help About Create Direct Database Request

    Hi, all.
    When I using the Create Direct Database Request, how can I specify a variable which can used to receive multiple input value?
    My SQL like this:
    select... from table t1 where t1.c1 in('@{v_c1}{001})
    where, v_c1 is the variabe name, 001 is the defaut value of the variable.
    But, it doesn' work.
    If it's the systax error, then how can I correct it?
    Thank you in advance.

    Hi katherine,
    Your connection pool should look like this "DEV_BI"."Connection Pool"
    Second thing is go to Administration/Manage privileages/Direct database privileage is there.
    If you want to use variables into your SQL query follow this link
    http://bintelligencegroup.wordpress.com/2010/08/26/how-to-use-the-presentation-variable-in-direct-database-request/
    Hope it helps you.
    By,
    KK

  • Ask help about compile c++ file with occi!

    Hello, every one! I am new to use occi to write programmer
    under the solaries 5.8. I have a trouble to complie a c++ file.I use the below command to complie,and the machine print error
    root@sun1 # g++ -I/export/home/oracle/product/rdbms/demo -I/export/home/oracle/product/rdbms/public -locci occicoll.cpp
    ld: fatal: file /export/home/oracle/product/lib/libocci.so: wrong ELF class: ELFCLASS64
    ld: fatal: File processing errors. No output written to a.out
    collect2: ld returned 1 exit status.
    It's true I installed the oracle 9.2, further more I find two libocci.so in the machine.
    /export/home/oracle/product/lib/libocci.so.9.0
    /export/home/oracle/product/lib32/libocci.so.9.0
    I don't know how to deal with this problem, so I hope someone is so kind to give me some clues, It's very important for me, Thanks a lot!

    It's finisd, every one! I link to a wrong dir. but I change to the correct dir, another error comes up, like this
    root@sun2 # g++ -I/export/home/oracle/product/rdbms/demo -I/export/home/oracle/product/rdbms/public -locci occicoll.cpp
    Undefined first referenced
    symbol in file
    __1cH__rwstdRexcept_msg_string2t6MIE_v_ /export/home/oracle/product/lib32/libocci.so
    OCIPDefineConvert /export/home/oracle/product/lib32/libocci.so
    lxhlod /export/home/oracle/product/lib32/libocci.so
    lnxcmp /export/home/oracle/product/lib32/libocci.so
    OCIStmtSetPieceInfo /export/home/oracle/product/lib32/libocci.so
    OCINumberFromInt /export/home/oracle/product/lib32/libocci.so
    OCIPAcquireMutex /export/home/oracle/product/lib32/libocci.so
    OCILobGetLength /export/home/oracle/product/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___I__getRep6MII_pnH__rwstdM__string_ref4Ccn0B_n0C____ /export/home/oracle/product/lib32/libocci.so
    lnxnur /export/home/oracle/product/lib32/libocci.so
    LdiInterInterSubtract /export/home/oracle/product/lib32/libocci.so
    LdiInterConstruct /export/home/oracle/product/lib32/libocci.so
    lnxln /export/home/oracle/product/lib32/libocci.so
    OCITransRollback /export/home/oracle/product/lib32/libocci.so
    lnxcopy /export/home/oracle/product/lib32/libocci.so
    lnxdec /export/home/oracle/product/lib32/libocci.so
    OCIEnvCreate /export/home/oracle/product/lib32/libocci.so
    OCIHandleAlloc /export/home/oracle/product/lib32/libocci.so
    OCIPGetInternalRowid /export/home/oracle/product/lib32/libocci.so
    ldxldd /export/home/oracle/product/lib32/libocci.so
    OCIContextSetValue /export/home/oracle/product/lib32/libocci.so
    lnxdiv /export/home/oracle/product/lib32/libocci.so
    OCIPGetEnv /export/home/oracle/product/lib32/libocci.so
    OCIPConvertRowidToUb1 /export/home/oracle/product/lib32/libocci.so
    __1cG__CrunKpure_error6F_v_ /export/home/oracle/product/lib32/libocci.so
    LdiDateCopy /export/home/oracle/product/lib32/libocci.so
    OCIPGetNLSNChar /export/home/oracle/product/lib32/libocci.so
    sldxgd /export/home/oracle/product/lib32/libocci.so
    OCIErrorGet /export/home/oracle/product/lib32/libocci.so
    OCIObjectSetData /export/home/oracle/product/lib32/libocci.so
    lnxpfl /export/home/oracle/product/lib32/libocci.so
    ldxadm /export/home/oracle/product/lib32/libocci.so
    OCIServerAttach /export/home/oracle/product/lib32/libocci.so
    ldxads /export/home/oracle/product/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___2t6Mpkcrkn0C__v_ /export/home/oracle/product/lib32/libocci.so
    OCIObjectMarkDeleteByRef /export/home/oracle/product/lib32/libocci.so
    LdiInterFromString /export/home/oracle/product/lib32/libocci.so
    OCIContextGetValue /export/home/oracle/product/lib32/libocci.so
    typeinfo for oracle::occi::SQLException/var/tmp//ccV4Mpxl.o
    lnxpow /export/home/oracle/product/lib32/libocci.so
    OCIRefIsEqual /export/home/oracle/product/lib32/libocci.so
    LdiDateCompare /export/home/oracle/product/lib32/libocci.so
    OCIDateTimeFromText /export/home/oracle/product/lib32/libocci.so
    __1cG__CrunIex_throw6Fpvpkn0AQstatic_type_info_pF1_v_v_ /export/home/oracle/product/lib32/libocci.so
    LdiParseForInputType /export/home/oracle/product/lib32/libocci.so
    ldxatz /export/home/oracle/product/lib32/libocci.so
    oracle::occi::getVector(oracle::occi::ResultSet*, unsigned, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)/var/tmp//ccV4Mpxl.o
    OCILobIsEqual /export/home/oracle/product/lib32/libocci.so
    lnxfcn /export/home/oracle/product/lib32/libocci.so
    lxhcnv /export/home/oracle/product/lib32/libocci.so
    lnxqtra /export/home/oracle/product/lib32/libocci.so
    ¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£

  • Subtotal in mm pricing procedure

    Hi All,
    Which sub-total type is used from the pricing procedure to calculate the moving average price of the material?
    Can this value be different from the value that is used for invoice verification?
    I mean, letsay we have an article whose gross price is 10 (PB00)
    Freight is 1 (FRA1)
    Other discounts from the vendor -1 (ZDIS)
    So, is it possible that i say that for my landed cost (moving average price) calculation
    only PB00 + FRA1 sub total is used..
    but for my invoice verification and vendor payable,
    PB00 + FRA1 - ZDIS sub total is used??
    Thanks in advance!
    Regards,
    Waheed

    Hi Jack,
    Thanks for the response.
    I am not sure if I understood your answer to this.
    Are you saying that the sub-total type 5, 6 and 7 are used as the sub-totals relevant for MAP price?
    Regards,
    Waheed

  • About Subtotals in the Pricing Procedure

    Dear All,
    I am aware of Subtotals. But not in deep.
    For example, Subtotal "A" is taken as a base for "Credit Management".
    Similarly, can anyone explain me the use of remaining Subtotals.
    If possible, please send some document link also.
    Regards,
    Mullairaja

    Dear,
    Can you tell me how to create a subtotal in a pricing procedure and verify whether it reflects in the calculations of my sales order ?
    Why you need to create a Subtotal ? What is the Purpose to create a Subtotal ? There are N- Number of Sub totals to use in standard  SAP .
    Thanks,
    Naren

  • Use of subtotal column in MM pricing procedure

    Dear experts,
    Please tell me the use of subtotal in MM pricing procedure.
    Regards,
    ABHI

    Subtotal is
    u2022 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 vendor 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 order.
    Hope this can assist you.
    Thanks & Regards
    JP

  • HT5621 I got iphone 4s secondhand and i made restore then its asking me for apple Id which i don't  have it even the first owner i ask him about it but he don't have? please i need your HELP

    I got iphone 4s secondhand and i made restore then its asking me for apple Id which i don't  have it even the first owner i ask him about it but he don't have? please i need your HELP

    No one here can help you, nor can/will Apple. If you don't know the Apple ID/Password that was originally used to activate this phone, you won't be able to re-activate it. And, if the previous owner tells you that he/she doesn't know it, you're out of luck. You simply won't be able to use the phone for anything other than a paperweight.
    Called Activation Lock.

  • I want to download free apps for iphone 4s but when downloading it is asking for payment info. the application are free but why it is asking for purchase details...please help me...

    I want to download free apps for iphone 4s but when downloading it is asking for payment info. the application are free but why it is asking for purchase details...please help me...

    In iTunes, click "Store", sign in with your Apple I.D. After singing in, click "Store" again, select "View my Account", re-enter your password and your account info will be displayed.
    Click "Edit" in front of "payment information" and select "None"

  • Hi can anyone help my gf try to sign in to her iPhone 3 in the app store and when she put stuff in they ask for bank details and security what do that mean

    hi can anyone help my gf got iPhone 3 and she did and id but when she put it in to login it ask for bank details and security code what do that mean

    That means you input your billing information.  And the security code is the three digit code ont he back of your credit card.

  • I know this isn't really the right place to ask, but could someone explain why when I open Portal 2, that I got off steam and spent a whole day downloading, keeps crashing when I click the Campaign/Single Player mode. It Freezes and then crashes. Help!

    I know this isn't really the right place to ask, but could someone explain why when I open Portal 2, that I got off steam and spent a whole day downloading, keeps crashing when I click the Campaign/Single Player mode. It Freezes and then crashes. Help!

    I know this isn't really the right place to ask...
    Uhm, why don't you go to the right place, then? There are several Steam/Portal forums out there...

  • Icalentor and  ilife keep asking me about keychain password.when i login.if any one konws how to stop it ?thank you .please  help .i am a new mac user

    icalentor and ilife keep asking me about the keychain password ,wich i don't event know about (login password dosn't work), if any one knows about this ,and how to avoid from that ? thank you ! please help ,.i am a new mac user .

    See if this helps...
    Open Keychain Access in Utilities, use Keychain First Aid under the Keychain Menu item, then either check the Password under that item, change it, or delete it and start over.
    Keychain Access asks for keychain "login" after changing login password...
    http://support.apple.com/kb/HT1631
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544

  • TS1559 hello guys i wanted to ask u about my ipad wifi is not turning on and i have tried to reset the network but still is not working please i need ur help

    hello guys i wanted to ask u about my ipad wifi is not turning on and i have tried to reset the network but still is not working please i need ur help

    Thank you. I will try your tip. And if it works, I'll give you 10 points . But now its been charging for hours and its still the same . But thank you!

Maybe you are looking for

  • Iphone 4 not showing up in Iphoto 11

    I just did the update to Iphoto 11 and now my Iphone isn't showing up. I can't import my photos. Any advice?

  • Problem in table maintainance generator

    Hi, I have  a requirement in table maintainance generator i.e. when I clcik on se11,enter the table name and then click on new entries ,my table control that I see on the screen will have some entries that were entered earlier. But in my case the ent

  • How can you "Save As" in Excel?

    I have a revised copy of an Excel file I want to "Save As" over an existing Excel file and cannot figure out how to do it. I am new to Mac and Excel for Mac and just cant seem to find out how to do this. I tried the Excel help menu, but it had no inf

  • Simple assignment compiler error

    Hello, I'm trying to compile the following statement: // this is of type FileServer // v is of type Viewer, which might or might not implement LoggerClient Object caller = ((v instanceof LoggerClient) ? ((LoggerClient)v) : this);However, compiler giv

  • Moving songs etc to new computer??

    Hi Have a classic 30gb ipod,all was ok until my sony vaio packed up and as i cannot access anything on this old pc wanted to move everything from ipod over to my laptop.Have only managed to get my purchased music & videos so farnothing else will move