Service No in Service Order

Hello,
Case 1 - When we create Service Order with reference to Purchase Requisition
Service No. in item details comes in display mode.
This happens when Purchase requisition is created manually
But
Case 2 - When we create Purchase requisition from Project Structure and then create Service Order with reference to this Purchase requisition.
in Service order we can change service number. Same field is enable to change
How we can make this field in display same as case 1.
Is there any configuration settings available for this?
Regards
Kant

Case 1 you are talking about PR : SPRO > Materials Management > Purchasing > Purchase Requisition > Define Screen Layout at Document Level
Here you should be able to change the field, with refernce to the PR document type
Case 2 you are talking about PO : SPRO > Materials Management > Purchasing > Purchase Order > Define Screen Layout at Document Level
Here you should be able to change the field, with refernce to the PO document ype.
Note: Also consider other issues what could arise before changing the appearance of the fields in document types.
Thanks & regards
Hameed Parvez

Similar Messages

  • Automatic creation of service notification for maintenance order

    hi,
    I created one new document type (SR) as service requestion in material management.
    Then i create maintenance order for service and attached service master. System generated PR. Where document type to be given to get SR instead of PR.
    Kindly explain
    Regards
    sathish. R

    Hi,
    Please check the indicatorsin Actual cost/cost sales  and Valid recevivers in settlement profile.
    If for cost center : 1 settlement optional is maintained in valid recevivers and also for order
    and in actual cost/ cost sales: indicator to be settled in full is selected.
    Also check Allocation structure too if you have assigned the valid allocation structure.
    **check if you have assigned the valid settlement profile to order types.
    *****Most important after doing all these settings you need to create new order. for same order you will not get the automatic settlement rule
    Hope this helps.
    Regards,
    PMAddi

  • How to put material and service in the same order

    I want to put the material and service in the same order. How do it input different taxes. and also migo for one material item and other service item.

    HI,
    In your scenario create material and service PO using T-code ME21N as follows.
    1) Select PO document type, vendor and PO date
    2) PO first line item account assignment 'N' if project and give input data material code,plant,storage location,qty,rate,delivery date and tax code.
    3) PO second line item account assignment 'K', item category 'D',material short text for service, plant,storage location,material group data's are input given and press enter it will open 'Service Tab' in Item Detail Menu.
    4) In item Detail Menu - Service tab you will give Service no.,qty,gross price for the above  service material activity and service tax code in Invoice TAB and then check PO and SAVE.
    5) After getting PO approved by top management.
    6) PO first line item, you will do MIGO and PO second line item you will do ML81N service entry sheet.
    7) On the vendor bill, you will mention material document number (GRN no.) & Service sheet number and given to accounts dept.. They will book vendor bill and give payment.
    Hope, it is useful for you and solve your requirement.
    Regards,
    K.Rajendran

  • How to create service items and sales order for service contracts.

    Hi,
    I have created item using Purchased Item template and one more item(service item) using service /warranty program template. Then I have used these items to create sales order with service item in it and closed that order , but Iam not getting this order in service contracts. Is this right way to create sales order for service items. I
    item name:- personal_computer
    copied from purchased order template. service is enabled and install base is checked and enable service coverage is enabled.
    item name:- service_item
    copied from service /warranty program template
    service is selected to inactive,
    service type: service
    duration: 1 year
    template: Gold
    and saved the item.
    Then I have used these two items in sales order for service contracts. But that sales order is not hitting in service contracts. Is there any error with item creation.
    Thanks,
    Bharat G.

    Following SAP Notes to be referred for Service Tax:
    1.     778976 u2013 Service Tax and Ecess on Service Tax
    2.     1032265 - SEcess on Service Tax
    Regards
    AK

  • Generate External Service PR from Process order

    Hi,
    i want to generate a PR for external service on an operation fro the process order and then make a service entry sheet against it, is this possible in SAP? I set the control key accordingly, a PR is generated but it is not for external service, it is working well for subcontracting. It is possible to generate PR for external service manually but i want to automate the process.
    Thanks

    Hi Muhammad Naveed,
    In PP cycle we do not use the concept of taking external services. External services is hiring a vendor to come to your plant and do the servicing for your equipment. This is followed in plant maintenance module.
    In PP cycle, we only send the material outside to vendor for doing a certain operation using PR - PO (subcontracting scenario).
    Hope you are clear.
    Regards,
    Naren

  • Service entry sheet:No provision for service entry for purchase order

    Hi.I create a Purchase order with one item.The Item category was D(Service).Also lines of Service number was input in the Service tab of the item detail.After save the Purchase order,I goto t-code ML81N to Maintain the Service entry sheet.When I input the Purchase order number and item number and press enter,the SAP raise an error message box with following text:
    No provision for service entry for purchase order 4500000149 00010
    Message no. SE198
    Diagnosis
    The "GR =NO" (no goods receipts) indicator has been set in the PO item. It is thus not possible to enter services against this purchase order.
    I don't know why and how to resolve this problem.So I need the experts to give me some advice.Thank you so much.
    Regards
    Yoda

    pls check in ur PO at item details in delivery tab whether goods receipt checkbox is unticked.if yes then tick it and then process.
    regards,
    indranil

  • Issue services with different Internal Orders within a Plant from one PO?

    Hiii... Please advice me of issuing services through one purchase order (one vendor comes and do the service to different machines of different internal orders in a plant) to different  internal orders within a plant.
    Thanks
    Manoj

    what is the problem?  you can have Multiple Line Items in a PO  (one for each internal Order).
    And within one Line item you can add multiple service lines.

  • CRM 5.0 - IC WebClient - Service Ticket vs Service Order Navigation

    Hi Gurus
    Have any of you experts out there used the Badi: Navigation to Service Ticket and Service Order.
    This Badi is located at: SPRO->IMG->Customer Relationship Management
    ->Interaction Center Webclient->Business Transactions->Service Ticket
    ->Business Add-Ins (Badi)s.
    We are using Service Tickets only, yet when searching in the Inbox we locate our Service Ticket Transactions, when we select the Transaction it opens in Service Order view, not Service Ticket view.
    My understanding is that this Badi can resolve the issue, does anyone have an example of the code they've used in this Badi to force navigation to the Service Ticket.
    This is highly critical to our implimentation, therefore maximum points for the right answer
    Many Thanks
    Panduranga

    Hi Panduranga ,
    Here is a method in BADI.
    pay attention that's only one BADI can be active so deactivate default BADI.
    method IF_EX_CRM_ICWC_SERVICE_NAV~NAVIGATE.
        case iv_process_type.
         when 'TSVO'.                                           "#EC NOTEXT
    * navigate to Service Ticket
           rv_navigation_link = 'ServiceToSrvTHead'.            "#EC NOTEXT
           return.
         when 'ZTSV'.                                           "#EC NOTEXT
    * navigate to Service Ticket
           rv_navigation_link = 'ServiceToSrvTHead'.            "#EC NOTEXT
           return.
    *    when 'WRS1'.                                           "#EC NOTEXT
    * navigate to WebRequest
          when others.
    * navigate to "normal" Service Order
            rv_navigation_link = 'ServiceToServHeader'.         "#EC NOTEXT
            return.
        endcase.
    endmethod.
    Good Luck
    Eli Steklov
    <b>Please Reward Points if it Helps </b>

  • Followup service contract to sales order

    Hi experts,
    Can I create a  Sales Order from Service contract, If Yes can I get products in Sales Order.Actully I am getting the products in sales order product Tab,but I am not getting that information in General tab.
    I want to get the data in general tab.
    Is it mandatory to match the Org details in Service contrcat with sales contract when we are creating the followup activity because  we know that there is no service orgunit in sales order.
    please send your solution to this mail id: nelakurtir @techmahindra.com
    thnaks
    Madhu

    First you need to get the order header right before assigning products: Since you are copying from a service scenario transaction into a sales scenario tx you need to be aware that service and sales transactions refer to different views of the organisation model. It is not possible to reuse the service org determined in a sales order; instead you have to re-determine the organisation details (in the copying control). This way you would get the correct organisation details for sales. The same applies on item level; after doing these settings the copying should look better.
    Regards, Kai

  • CRM- Find Service contract from Internal Order Number

    Hi Friends,
    I would like to know how to get service contract from internal oredr number.
    From service contract we can find internal order number by using CRM_ORDER_READ function module- table et_document_flow, but my requirement is how to find service contract from Internal order number.Any function module or BAPI available for this requierement ?
    Regards
    Vinayak Sapkal

    Hi,
      when the costs are transferred from CRM to R3, they are posted to an internal order. When a service order or incident is transferred to R3, we have to create an internal order for it, regardless of whether or not a contract has been assigned.
    This is all linked to the logic used in CO to find the appropriate internal order. It works as follows:
    The internal order is stored in the table IAOM_ASSIGNMENTS. This is accessed by a guid (the account assignment guid).
    To get this guid, there is a second table IAOM_EXT_OBJ_INF. This table links the GUIDs coming from CRM, dependent on the CO Customizing for CRM (Mass Controlling, Header level, item level controlling etc.)
    This is how we manage to link a service order to the internal order of a contract in the first place.
    When we call CO, CO first looks for an assignment for the object guid passed. If a service order has been linked to a contract, nothing will be found for the object guid. CO will then check for assignments to the reference guid and find the contract entry.
    If no contract has been assigned, CO will create an internal order based on the service order guid.
    From a CRM point of view, costs are assigned directly to an item, and so it makes no sense to have a reference guid for the costs or the possibility to change the guid via BADI.
    regards
    Waman

  • FM/Class for creating service confirmation from service order

    Hello Gurus,
    Does anyone know a FM/BAPI/Class to create service confirmation from service order ?
    With warm regards,
    Kallol Bhowmick

    Hello Kallol
    You can trigger a confirmation from service order using action profile.
    Here is how to define action profile:
    IMG > CRM > Basic Functions > Actions > Actions in Transaction
    Dialog Stucture> Action profile:
    Object type = BUS2000116
    Context class = CL_DOC_CONTEXT_CRM_ORDER
    Dialog Stucture> Action Definition:
    Processing time: Processing using selection report
    Check box schedule automatically, Changeable in dialog and executable in dialog.
    Dialog Stucture> Processing types
    Permitted processing types of actions: Select - Method Call
    Settings method call: Method - COPY_DOCUMENT (you can also try COPY_DEF_ITEMS)
    Processing Parameter:
    -Select change icon a new window opens - container editor
    -select create icon another window opens - display container editor
    Here enter following:
    Element = PROCESS_TYPE
    Name = PROCESS_TYPE
    short desp = PROCESS_TYPE
    Tab > Dtype:
    Structure = CRMC_PROC_TYPE
    Field = PROCESS_TYPE
    Tab> initial value
    Here maintain the transaction type of your confirmation.
    save your action profile. Now assign action profile to Service oder transaction type.
    I hope this info helps.
    Regards
    Rupesh Patil

  • Service prod in service contract and service order thro RRB!

    Hi,
    I have service contract with service product say Rep_service with 1 Hr rate as 100 USD in place for a particular equipment with serial number.
    I have received a complaint now I am raising a service order SM01 service order with contract
    I have maintained the same equipment number in the Service order as in service contract
    and selected the service contract too.
    i have operations and material consumption for service order.
    When I run  DP90 RRB the material determined is Service (different service product) based on my DIP profile, (should I maintain the same service product in DIP profile as in service contract or any other service prod can be maintained). What happens to this billing document generated from DP90?
    And my service order settles to service contract.
    I think when service contract is in place then to generate billing I will use only service contract as reference.
    Please suggest me how to go about it.
    Kindly if possible give me some link to documents.
    Regards,
    N.Nagaraju

    Hi Nagaraju,
    First of all, you can bill Service Contract and Service Order differently. This is because you may wish to charge contract fees irrespective of whether service occurs or not.
    Secondly, while maintaining DIP profile, you can use different material from the one used in contract. Just make sure that it gives explanation as to what service was performed so that customer will understand the invoice.
    DP90 will generate Debit memo request. You will need to create billing document against this using VF01.
    When you settle the service order (KO88), it will be settled against service contract.
    Please let me know if you need any further information.
    Regards,
    Aaditya.

  • Service Notification and service order in ISU

    Dear's
    I want to know that how to configure Service notification and service order in ISU and in ISU their is any posibility if i put a note with meter reading the notification is auto genrate?
    Witing for your positive responce
    Regards,
    Syed Zahoor Ahmed

    Check out [Work Management Help for ISU|http://help.sap.com/saphelp_utilities472/helpdata/en/c6/4dc955eafc11d18a030000e829fbbd/frameset.htm].
    Then you can go to your sandbox SPRO and try the configuration.
    For note question, I am not sure whether I understand it correctly. If you want to automatically create MR from the note that you put in notification. There is not configuration for that. you need an enhancement.
    Chaiphon

  • Service PR form Sale order

    Dear Friends,
    I have the Requirement Service Purchase Requisation should generate from Sale Order is it possible?? then in that service PR/PO i will maintain the Service Entry Sheet.
    I understand that In sale Order with out Material system will not allow to create Sale order, In Service PR with material system will not allow to create PR.
    So how to link Service PR from Sale order.
    Regards,
    Siva

    Hi,
    You can Map this process in third party process
    Create 1 service material with item category DIEN-Service without material
    Then determine schedule line CS and item category TAS in sales order
    Process >>
    Create sales order(enter service material) VA01 >> PR will be generated after saving or order - ME52N >> Convert PR in to PO - ME21N and maintain service entry sheet for PO - ML18N >> your vendor will provide services and send you invoice - MIRO
    Then you create customer invoice - VF01 with reference to sales order.
    Kapil

  • Deletetion of  service PR from maintenance order

    Hi Experts ,
    Is it possible to delete service PR from maintenance order. If it is created from order due to some problem I want to delete it ,so is it possible ?
    With best regards,
    AVI DDS.

    Hi
    Deletion of PR from Maintenance Order is not possible because the PR is created automatically
    This PR will get deleted automatically when you cancel//teco/complete the order
    Otherway around is you can always block the PRs
    Regards
    Kartik

  • Service PR from PM order

    Hi gurus,
    Is threre any way to stop PR generation from PM order, when i select any service with control key PM03 , because i am not interseted in planned cost, but need to book service required in PM Order at the time of planning.
    Any standard config or any customisation.
    thanx in advance

    you can do teh folowing change in SPRO , then yu will not get the PR from maintenance order;
    Go to
    Maintenance and service processing-->Maintenance and service orders>Functions and settings for order type->Define change document,collecctive PR indicator,operation no interval.
    Inside this there Select PR never.
    But as Pete said what you means by planning . Your query is not cleard. what you want to do.anyway by this PR will not be created.

Maybe you are looking for