Pricing determination for services purchase order

Hi All,
Please provide the configuration and assignment steps involved for service Purchase orders.
Regards
Vijay

Hi Vijay
Please check the following links,
Service Pricing Conditions
Hope Help U..
Regards
Vikrant

Similar Messages

  • DELIVERY COMPLETED indicator for Services Purchase Order

    hello experts,
    i'm working in SAP with R3 4.7 for developing funtion / BAPI for a mobile web application for services purchase order.
    i have a big problem:
    is it possibile to set the DELIVERY COMPLETED indicator (<i>ELIKZ</i>) in services purchase order via BAPI or Function Module?
    <i>I'm working with BAPI_PO_CHANGE but and i succeded with material PURCHASE ORDER but not with SERVICES PURCHASE ORDER</i>.
    can anyone help me?
    thanks in advance,
    Eliana

    For material:
    Delivery completion (DCI) tick available at line item level for each material (EKPO- ELIKZ)so you can check for the each material in PO the DCI is available or not.
    For Services:
    As Service code (Service line items) are maintained in details screen of Header line item. So whenever the DCI (Delivery completion indicator) marked for that Header line item it means that all the service line items are marked as DCI for that Header line.
    DCI indicator can mark manually in Change PO mode and automatically when service entry done as final for that Header line.
    So you can check the DCI for service same way as you do for material
    Hope it will help you
    Regards
    Vikrant

  • No Inoice Varification for Service Purchase Order

    I want Service entrries to be generated for service purchase order but I don,t want Invoice Varification (MIRO) for that Purchase Order or Service Entry.
    Pl let us know how can I configure this.
    regards,
    Sanjay

    Hi,
    Not sure, why there is such a business requirement...
    However, standard SAP has not provided any such facility for Item cat (D) service, any possibility to suppress IR.  You may try creating an account assignment cateogry ( Copy ofr K - Cost Cneter) and deselect Invoice Receipt checkbox in the config of new account assignment category.  Assign the new a/c assignment category to Item Category D. 
    Regards

  • Import Tab for Service Purchase Order

    Dear Friends,
    Is it possible to bring Import Tab (Foriegn Trade) at item level of Service Purchase Order.  Please let me know the configuration step.
    Regards,
    S.Suresh

    Hi Suresh ,
    Follow the below customsing path :
    MMSPROPurchasingForeign Trade/CustomsControl Foreign Trade Data in MM and SD Documents--Import Screens In Purchasing Document
    Regards
    Ramesh Ch

  • Printer determination for printing Purchase Order

    Hi,
    When I create Purchse Order I want to print 2 documents - Purchase order for the vendor and a check list for the stockkeeper. I created 2 different message types. When PO is for different Plants, I want to print this check list on different printers. I created new condition table for output PO, which contains document type and plant but when I create PO with transaction me21n, the message type didn't apper in the messages.
    DId I miss anything or there is some proplem with Condition table for items in PO?
    Thanks,
    Dani

    Hi Vijay
    Please check the following links,
    Service Pricing Conditions
    Hope Help U..
    Regards
    Vikrant

  • Delivery completed indicator for Service purchase order item

    Want to check the PO item for services already delivery completed.
    Field EKPO-ELIKZ (delivery completed indicator) is for material line item, is there a equavalent field for Service line item?
    What field /how to to check for a service line item in Purchase order already delivery completed ?

    For material:
    Delivery completion (DCI) tick available at line item level for each material (EKPO- ELIKZ)so you can check for the each material in PO the DCI is available or not.
    For Services:
    As Service code (Service line items) are maintained in details screen of Header line item. So whenever the DCI (Delivery completion indicator) marked for that Header line item it means that all the service line items are marked as DCI for that Header line.
    DCI indicator can mark manually in Change PO mode and automatically when service entry done as final for that Header line.
    So you can check the DCI for service same way as you do for material
    Hope it will help you
    Regards
    Vikrant

  • Inspection lot for service purchase order

    Dear sap gurus,
    Iam Pm consultant
    I have created a service PR through maintenance order and i want a inspection lot to be generated when you release the service entry sheets for the Service PO.
    Is there any integration between inspection type to purchase document type or any other method.Ur prompt reply will be highly appreciated.I found a control key option in the Maintenance type parameters.Can u please tell me its usage.
    with regards,
    v.vijay kumar

    Hi v.vijay kumar
    For service PO there is no  Goods receipt
    You need to create Service Entry Sheet and Acceptance of Service Entry Sheet and Finally invoice verification will be done.
    Inspection lot is not possible.

  • Batch determination for subcontract purchase order component.

    Hello
    Is it possible to do batch determination for the subcontract purchase order componet, then bring the component batch to the outbound delivery directly from purchase order?   If no standard, any user exit or BADI... can do this also good for us.
    Thanks
    Hailiang

    Hi
    Yes I can manual input batch number, but I want the system select the batch in stock base on the batch classification.  I can not find the batch determination function the the component detail screen.
    Best Regards
    Hailiang

  • Automatic PO creation for Service Purchase Order

    Dear friends , good afternoon !
    Is it possible to create Service PO's automatically via ME59 ?
    We tried to flag on the automatic PO generation in the vendor master , and assign an vendor master to the purchase requisition but no PO was triggered.
    Does anyone knows the way to make it possible ?
    best regards,
    Ale

    HI,
    You can not create Service PO with ME59N.
    Problem is that you can not maintain info record(ME11) for Services because of their consumble in Nature.
    It is STD SAP functionality.
    Although You can maintain info record for material with out Material Master but it not in case of Services.
    Hope Clear U !
    Regards,
    Pardeep malik

  • Pricing determination for creating sales order using BAPI

    Hi,
      I am using BAPI_SALESORDER_CREATEFROMDAT2 for creating sales order. I am filling conditions structures
    'BAPICOND' and 'BAPICONDX' .
          fs_order_conditions_in-itm_number = '00010'.
          fs_order_conditions_in-cond_type  = 'ZNTP'.
          fs_order_conditions_in-cond_value = zsalesinput-price.
          fs_order_conditions_in-currency   = 'INR'.
          append fs_order_conditions_in to order_conditions_in.
          fs_order_conditions_inx-itm_number = '00010'.
          fs_order_conditions_inx-cond_type  = 'ZNTP'.
          fs_order_conditions_inx-cond_value = 'X'.
          fs_order_conditions_inx-currency   = 'X'.
         fs_order_conditions_inx-updateflag   = 'U'.
          append fs_order_conditions_inx to order_conditions_inx.
    I am filling the conditions table with above mentioned fields.
    Sales order is getting created successfully but I am getting two condition records in the conditions tab of sales order, one which is filled using the BAPI and the other one which is automatically picked by the system. Please tell me how to restrict the one which is created automatically by the system.
    Because I want the one which is created by BAPI only.
    Helpful posts will be rewarded

    Hello Manchu.
    Basically, it is an SD customizing issue. During the creation of the Sales Order you cannot "restrict" any other condition type. The SD guys must customize the condition type to allow for zero value so that the sales order is successfully created without this conition type.
    Regards,
    George

  • Pricing procedure for Service PO and Service Entry Sheet

    Hi
    Can the same pricing procedure be used for Service PO and Service Entry Sheet? What is the purpose of creating a seperate pricing procedure for service entry sheet?
    Regards
    Soumen

    There is no separate pricing procedure for Service Entry Sheet.  Whatever the schema is determined in Service PO, the price is calcuated during service entry sheet.  However you can maintain separate calculation schema for service purchase orders. 
    This schema will be determined based on the schema group assigned in Vendor Master.

  • How to change pricing procedure of existing purchase Order

    Hi,
    We have created a Purchase Order.
    After PO creation, we have changed the schema group for the vendor.
    Now for new Purchase Orders, new pricing procedure is determined.
    We also want new pricing procedure to be determined for old Purchase Orders.
    Can this be achieved?
    Regards,

    Hi ,
    It is possible to Update the Pricing procedure in Old PO. For this what you need  to do is Open PO in ME22N transaction, in the header Org. Data tab remove the Purch. Org and Company Code and press Enter Key for 3 or 4 times now enter the Purch. Org and Company Code now check in the Item Data, condition tab Analysis button new Pricing procedure is picked up. Even we can change the PO Currency in this way if it is changed in Vendor master.
    Hope this will help you
    Best Regards,
    Pradeep Naik

  • Service Purchase Order Setting

    Hi Grus
    Can any one guide me step by step configuration setting for service purchase order upto invoice parking.
    regards

    Hi,
    I already defined FRL, GR / IR accounts. But when I accept serive through ML81N then I following message appear. I already defined account no. in WRX.
    Entry Sh.      POIt  Rev.     Sh. Txt                 AAss Error Message
    "RC                 3                M8              147 Account determination for entry INT WRX not possible."
    regards

  • Material in Service Purchase order

    Hi Experts,
    Please let me know is it possible to Enter Service and Material both in Service Purchase Order.
    My client is asking for above requirement. He wants to add Material No. also in Service po.
    If there is any possiblility. Please let me know.
    Reg,
    Ashok

    Hi,
    In standard purchase document ie NB system is allowing to add service and material both.
    but my client has a seperate document type for Service purchase order.
    When iam trying to add service and material both in this doc type system is throwing errors.
    note:
    I went to Purchase order documents types and selected the Service document type and in allowed item categories Standard doc type added.
    Later i have created service entry sheet for service and done migo for material.
    Could any one please explain whether is this the correct way.
    Reg,
    Ashok

  • Will Service Purchase Order will create  GR/IR ?

    Hi,
    This is with referece to creating Service purchase order.
    I Created Service Purchase order but when i am doing GR/IR MIGO and Invoice Verification MIRO.it is not allowing me.my question is for Service Purchase order whether we can do GR/IR and also MIRO Transactions.
    It will be help ful if you can send some configuration steps.
    Thanks
    Micheal

    Hi,
    If you are using item category B then you are not using Service Purchase orders.
    Service POs use item category D and are quite different to "normal" POs that is why everyone has been getting confused by your problem.
    What you are doing is using normal purchase orders but usinf them for ordering services (with a limit on the value, i.e. item category B).
    So let us get this straight first. You are using normal purchase orders with item category B.
    If you want to control  the GR flags then this is done by configuring the Account assignment categories, using the config transaction (Not by document type, this controls which fields are visble or changeable).
    The path to the config is MM > Purchasing > Account assignment > Maintain account assignment categories.
    So it all depends on which account assignment category you use and all are available for your "service" POs (except blank) and non-service POs.
    I hope this clarifies the issue.
    Steve B

Maybe you are looking for

  • Start Managed Server from Admine clonsole FAILED_NOT_RESTARTABLE

    when trying to start the managed server Managed-Server-01 from the WLS Admin Console the managed server status becomes <FAILED_NOT_RESTARTABLE> and not coming up: Managed servers logs: /usr/local/bea/user_projects/domains/eShop/servers/Managed-Server

  • Error when display "My trips and Expense "

    Hello experts, I had configurated ESS and ADS .  Our ADS intalled on the Portal server, ERP on the othere server. I have configurated ADS both with ABAP  and JAVA  for a basic authentication . When I click the button "Display/Print"   in "My trips an

  • Reg website design preview

    Hi all recently me and my friend designed a new website, we want to know the look and feel of website for upgarade the design. So tell me your suggestion for this website http://www.articlefyre.com

  • Collecting Email Addresses in Dreamweaver

    I NEED HELP!!!! Can anyone PLEASE tell me specifically how I can create a f orm and collect email addresses. Actually I kinda know how to create the form, but my problem is once I create it, how do I view the email addresses that have been collected?

  • IE10 - Technical Issues Group Policy

    Hi, Microsoft connect have asked me to raise this issue here - can someone assist with a Bug Hotfix please? http://connect.microsoft.com/IE/feedback/details/790635/managing-internet-explorer-10-using-a-domain-gpo IEfeedback bug 62637 Many thanks Peac