What is link of Service Conditions for PO which is stored in KONV table?

Hi Gurus,
I want to fetch the details of Service Condition for a particular line item, i have found the entry in KONV table by searching on amount. Do you know how Service Conditions are stored in KONV and how they can be linked to a purchase order?
Thanks in Advance!!!

Hello Kaustubh,
Each purchase order has a document condition number (KNUMV-EKKO). Pick this number from EKKO table and put it in KONV table, you will find conditions related to PO.
I hope this solves your query.
With regards.
Sanjay

Similar Messages

  • What are the Terms and Conditions for the AppleID

    What are the Terms and Conditions for the AppleID?   You know, those speed bumps you blow by when trying to achieve something.  Good luck trying to find them.  Apple has one place to take your money, many many different ways to tie you up with disparate Terms and Conditions.   They say that the fine print is important too.  So why are the terms and conditions for the AppleID so hard to find?

    Hi, Wanderer 37.  
    Thank you for visiting Apple Support Communities.  
    I absolutely understand your concern with having access to Terms and Conditions that you have accepted, and at Apple, we want this information to be as transparent as possible.  You can access the iTunes/Apple ID Terms and Conditions here:
    TERMS AND CONDITIONS
    https://www.apple.com/legal/internet-services/itunes/id/terms-en.html
    Cheers, 
    Jason H.  

  • Service condition for contract

    HI,
    i have created service condition and I am trying to create a contract with reference that predefined activity ,in that the price is not coming automatically from the condition master ,(but for the purchase order the price is coming automatically  ).why the price is not populating from the condition master while creating the contract?
    Regards,
    Renuga.A

    Hi,
    can any one guide ,in service contract why the price is not coming automatically  from the service condition master .
    Regards,
    Renuga.A

  • What is the best way to execute immediate particular sql stored in a table

    I have a string variable containing row_ids eg "12,24,35,23"
    and a table
    row_id, sql
    1 , "insert into some_table values(23,'Happy');"
    6 , "insert into some_other_table values(24,'Sad');"
    12 , "insert into some_table values(23,'Crazzzy');"
    15 , "insert into some_other_table values(23,'Old');"
    23 , "insert into another_table values(23,'Left');"
    24 , "insert into stuff_table values(23,'Gold');"
    30 , "insert into old_table values(23,'Even');"
    35 , "insert into archive_table values(23,"True");"
    And I need to write a plsql function that takes the list of row_ids as an argument and executes the sql statements stored in the table that matches.
    I am trying a combination of cursor and execute immediate statements to do it at the moment but suspect I am being very inefficient. So any suggestions or examples of similar code anyone knows about would be hugely appreciated.
    Cheers
    Reuben

    Not sure why anyone would be doing such a thing as storing their SQL in a table and wanting to dynamically execute it (generally this is bad practice), but if you must...
    SQL> select * from testdata;
        SQL_ID SQL_TEXT
             1 insert into some_table values(23,'Happy');
             6 insert into some_other_table values(24,'Sad');
            12 insert into some_table values(23,'Crazzzy');
            15 insert into some_other_table values(23,'Old');
            23 insert into another_table values(23,'Left');
            24 insert into stuff_table values(23,'Gold');
            30 insert into old_table values(23,'Even');
            35 insert into archive_table values(23,'True');
    8 rows selected.
    SQL> set serverout on
    SQL> ed
    Wrote file afiedt.buf
      1  DECLARE
      2    v_ids VARCHAR2(4000) := '12,24,35,23';
      3    CURSOR cur_fetch IS
      4      SELECT sql_text
      5      FROM   testdata
      6      WHERE  sql_id IN (SELECT TO_NUMBER(REGEXP_SUBSTR (v_ids, '[^,]+', 1, rownum))
      7                        FROM   DUAL
      8                        CONNECT BY ROWNUM <= length(regexp_replace(v_ids,'[^,]*'))+1);
      9  BEGIN
    10    FOR s IN cur_fetch
    11    LOOP
    12      DBMS_OUTPUT.PUT_LINE(s.sql_text); -- For demo purposes show the sql text
    13      -- EXECUTE IMMEDIATE s.sql_text; -- In reality, uncomment this to execute the sql text
    14    END LOOP;
    15* END;
    16  /
    insert into some_table values(23,'Crazzzy');
    insert into another_table values(23,'Left');
    insert into stuff_table values(23,'Gold');
    insert into archive_table values(23,'True');
    PL/SQL procedure successfully completed.
    SQL>

  • PRS Condition - Updating Service Condition from PO/RFQ

    Deal all,
    I am facing a great difficulty in updating the Service Condition Record (ML35 - With Plant & Vendor) via PO. I have done the following settings but still when the PRS condition price is changed in PO or Quotation, the price in Service condition Record is not updated, hence when creating new PO, OLD price from the service condition record is always recalled. Please help
    The default check for Update Info Record in PO is activated in customizing.
    PRS condition is at the top in Service Schema MS0000.
    In PRS - Value (c) has been assigned - Manual Entry has the priority.
    Exclusion X is checked both in PRS and in Service Condition Record.
    I have tried updating Condition (button in service PO) with all possible entries but the service condition is not updated.
    But still the desired result is not accomplished. What i want is, Service Condition Record (ML35 -display) has the price suppose EUR 160, when creating service PO, this price is automatically proposed. Say this is changed from EUR 160 to EUR 190, the latest price should be updated (via update condition check in PO) in the service condition record.
    Please help.
    Regards,
    Ahmad Farhan Khalid

    Thanks Diwakar for your answer.
    But there is a check in Service PO - Update Condition.
    The description of this check as given by SAP is as below and that is exactly what is my requirement, then why this is not possible, please help, it is really needed in my business scenario.
    "Update Conditions
    Causes the conditions in the service master record to be changed.
    Examples
    Vendor Miller Corp. has quoted a price of $100. Since you know that the conditions pertaining to this service currently refer to a price of $110, you wish the new price information to replace the old without having to change the service master record manually.
    Procedure
    Set the indicator if you wish the condition from the service line of the document being processed to supersede the previous condition in the service master record."

  • Service Conditions

    Hi All
    I would like to know what date determine the service condition that is used.
    I have the following scenario.
    Service1 - condition valid from 01.01.2009 to 31.03.2009 $500
                    condition valid from 01.04.2009 to 31.12.2009 $300
    A PO was created on the 01.02.2009 and the condition for $500 was used which is corrent.
    However a new ine is added to the PO using the same service.  The new item was added on the 01.06.2009, but the condition used is still $500 instead if $300. 
    Is the condition used based on the date the PO was created?
    Is there any way I can change the pricing date to 01.06.2009 for it to use the $300 or do I have to create a new PO?
    Thanks
    Vinesh

    Hi
    Services Condition Record is picked up based on the PO date.
    If it is a new line item, then try to created a New PO, so that Condition record $300 will pick automatically
    Kindly create & check the same without saving the document
    Regards
    Prasanna R

  • Service condition tables

    Hi,
    Kindly let me know the SAP tables for following service condition master records
    1) Service Conditions for Vendor and Plant (ML33,ML44,ML35)
    2) Vendor Service Conditions (ML39,ML40,ML41)
    3) General Service Conditions (ML51,ML52,ML53)

    hi,
    PO Service Conditions at line item level
    EKKO-EBELN -> ESLH-EBELN
    -> ESLH-EBELP
    ESLH-KNUMV -> KONV-KNUMV

  • Maintain service conditions

    Hi experts!!!!
    I am creating a purchase requisition for a service. I have seen that if I create a contract for a service and I use it when creating the purchase requisition, the system requires me to enter the gross price for the service although there is a service. However, if I create a service condition (for instance transaction ML45) the system brings automatically the gross price when creating the purchase requisition.
    Therefore, is there any way to maintain the service conditions from a contract previously created?? In the end I am looking for something similar to the source lists for materials so that when I create a purchase requisitions the system brings automatically the gross price of the contract.
    Best regards

    Hello,
    When you create a new purchase requisition and you select
    services from a contract the system will try first to determine a
    price for the selected service master and purchase organization in the
    existing price conditions in the system.
    If no prices will be determined only then the system will take the
    price from the reference service line.
    Please, see also
    499722  FAQ: Pricing and condition control for External Services
    25357   MM-SRV: Error in the case of service conditions
    Regards,

  • *Is it possible to put service conditions in sub contract PO?*

    We are giving an Item X for servicing to a vendor. The vendor can do to 2 services S1 and S2 to the item X and give it back.
    For this we made a recursive BOM with item X and created a sub contracting PO.
    But the problem is we are already having service master and SERVICE conditions for S1 and S2. The vendor needs to charge on the basis of these service conditions.
    Example:
    Item is TOOL-X.
    Service1 and condition: Polishing. 25 INR / each.
    Service2: and condition: Plating. 8 INR/ sq.mm
    As we need to keep account of items given to Vendor (sub-contractor), I selected item category L. But here I cannot put service conditions? Is it possible to put service conditions in sub contract PO?
    If I go for item category D (service) I will not be able to account for materials given to subcontractor.
    Please suggest how to reflect this scenario in PO.
    Ganapathi

    Hi
    It is always advisable not to put servicable materials in subcontracting.The reason being, every service would add value to the same material ( MAP will change) .If the material undergoes service many times then the Inventory value of the material will be Inflated.Hence to avoid this follow the steps
    1) Create a service PO against the vendors
    2) Issue the material via MB1B 541
    3) Recieve the material through MB1B 542
    4) Enter service entry sheet via ML81N
    5) MIRO for service vendor
    Regards
    Sandeep

  • What is considered low light condition?

    What is considered low light condition for the keyboard? I'm in a room with 2 bright led tube lights and the keyboard light is still on? i had to manually turn it off

    The light sensor can be turned on and off in the Keyboard and Mouse system preference pane and the Display preference pane. The sensor is located to the left of the iSight Camera on the top of the screen bezel.
    A low light condition is when the light sensor can't see light. Now the problem with the new MacBooks is that the light sensor is on the screen not the keyboard. So you have to have light shining on the screen for the keyboard to turn off. Even if you have a desk lamp shining on your computer, the keyboard light will still be on because it is short range and cannot see the light.
    ~ Harris

  • How can I get INSTID_B for the documents which are stored using Store Business Document functionality

    Dear experts,
    I had activated the functionality of Store Business document and successfully stored documents in external server.
    My client have a custom function module which is used to send emails.In that FM they used SO_DOCUMENT_READ_API1, SO_DOCUMENT_SEND_API1 function modules.They passed Instance Ident(SRGBTBREL->INSTID_B)(eg: FOL33000000000004EXT39000000000026) as export parameter to the FM 'SO_DOCUMENT_READ_API1' and get the attachment details and content.
    Here my problem is I do not have entries in the table SRGBTBREL for the documents which are stored using the Store Business Document functionality and without INSTID_B I am unable to use the FM 'SO_DOCUMENT_READ_API1' to get the document details and content. Please help me to find INSTID_B for documents which are stored using Store Business Document functionality or please let me know if there is any other way to use FM 'SO_DOCUMENT_READ_API1' for documents which are stored using Store Business Document.
    Thanks in advance.
    Regards,
    Kiran

    Hi Kiran,
    You can use the following method to get the information. For example if you want to get BO documents for a customer
    CALL METHOD cl_binary_relation=>read_links
       EXPORTING
         is_object           = ls_lpor
         it_relation_options = lt_relat
       IMPORTING
         et_links            = lt_links.
    then fill  ls_por-instid with a customer number (KUNNR), ls_por-typeid = 'KNA1' and ls_por-catid = 'BO'.
    Table  lt_relat should contain a line option  for each document type (for example 'I' 'EQ' 'NOTE', 'I' EQ 'ATTA', 'I' EQ 'URL', ...
    In table lt_links you will get your information.
    Maybe some other methods of class CL_BINARY_RELATION may also solve your issue.
    Regards,
    Klaus

  • Header conditions for external services

    Hi all,
    How to make header conditions of PO to be consider in  external services ?
    The issue is that in the service entry sheet the header conditions from  PO are not consider  in service.
    Regards,
    Tiago Ferreira

    Hi Tiago,
    as per note 353482  it is possible to maintain header condition     
    on the SERVICE OUTLINE LEVEL. This note explains what condition       
    types are available.
    There is no condition type for fixed amount      
    that would be distributed proportionally to accepted quantity,       
    like header conditions in the purchasing level!     
    These conditions are related to outline levels and the header of the           
    service package and can also be maintained there. They can be maintained       
    in quotation, purchase requisitions, purchase orders and contract (as          
    master conditions). However, in contracts outline conditions can only be       
    saved for such outline levels that contain services.                                                                               
    In the other documents these conditions are in any case               
    displayed (when determined by price determination) on service condition        
    level, which means if you had planned services in your PO item and you create the entry sheet based on this PO item, if you had header conditions on outline level in your services, the same conditions will be overtaken into the entry sheet, but you can see them in the condition screen (mark the service line in the entry sheet, check conditions), not at outline level.
    I would advice you to test first with using the condition type KR01 in the PO at service outline level and to check the same condition in the entry sheet (which was created based on this PO) on the condition screen.
    Regards,
    Edit

  • I would like to talk to a customer service representative for Apple in Australia what is the phone number

    I would like to talk to a customer service representative for Apple in Australia what is the phone number

    emiilygracekickass wrote:
    A contact number.
    Yes, I understand.
    Click the link I supplied to find a contact number.
    Also, at the bottom right of every page on Apple's website, there is a Contact Us link.

  • HT204149 What is the maximum resolution available for use with the Apple Mini DisplayPort to Dual-Link DVI adapter?

    What is the maximum resolution available for use with the Apple Mini DisplayPort to Dual-Link DVI adapter?

    Hey guys,
    I found out an answer by myself...
    The missing link : the MacBook Pro needs to be powered... as in you need to plug the charger in...
    In conclusion, you simply plug everything, turn on the MacBook Pro, close the lid, and there you go !

  • What is the number for Verizon Wireless  Corporate Customer Service Complaint for CA

    My Complaint:  I have been a Verizon Wireless customer for approx 20 years.  I called customer service to seek an early upgrade for my daughter's phone. She is away in college and her phone is malfunctioning.  She is eligible for an upgrade in approx 6 weeks so I did not want to spend the money on a replacement phone when since we were planning on updating to something newer.  The customer service rep to me they could not do the early upgrade an to call back in a few weeks. After explaining this was unacceptable (I do not like the idea of a young female being out of state and away from home with no reliable means of communication), she places me on hold to later return with the only offer of  I must purchase a new device through her ( over the phone) which will be shipped to me, the phone was priced $100.00 more than the online price (they will not price match), plus i must pay $30.00 upgrade fee, $35.00 activation fee and taxes on the retail price of the phone.  I am upset and disappointed with the quality of service provided by Verizon being a 20 year customer.  If not for the seriousness and urgency of this matter, i would not have asked for an early upgrade.  It is times such as these that you get to see how much of a "valued customer" you really are.   I guess you are valued as long as you pay your bill and continually  purchase their products.  I would like to speak with someone from Verizon's corporate or customer relations department.  As of now I am really considering changing my service to a different provider.  I have multiple accounts with Verizon and i will canx each after the current contract committment expire (starting with my daughter's phone which expires in 6 weeks) In the meantime I will go purchase her a new phone with someone else and take comfort knowing she will have reliable communication.

    I started with them in 1985. It has been wonderful service but very expensive. They seem to operate on day of deposit day of withdrawal. That means that I have no benefits nothing beyond the normal customer if I don't pay my bill they shut me off. That's why I have switch to another provider and I have better service lower cost and better phones. you can't beat  other providers I mean it. Please don't expect more from verizon other than a "pay me more money and I'll do what you want" because it's all about money. Read the transcripts from current Verizon employees all over the internet. The company is going down and they're taking customers with them.
    msvat <[email protected]> wrote:
    msvat  created the discussion
    "What is the number for Verizon Wireless  Corporate Customer Service Complaint for CA"
    To view the discussion, visit: https://community.verizonwireless.com/message/1113982#1113982
    >

Maybe you are looking for