Sinchronization between service master & model service specification

Hi,
We are using service master in MM and we are trying to use the model service specifications. However we are read and seen that the model doesn't change according to the service master. I mean if I set deletion flag to a service, the model services where that service is present doesn't change (the same with changes in price and so on).
Does anybody know if there is other funcionality that work of this way? If not, from the ABAP programming point of view, has anybody achieved this sinchronization, how?
Thans in advance
BR

It has to do with your customising. Please test the same with using the standard pricing schema MS0000.
Please kindly refer to the below notes as well to solve your problem:
25357 MM-SRV: Error in the case of service conditions              
27024   MM-SRV: Setting up components (services)              
584997  Maximum 11 places with prices at services   
and check the settings of the condition types in the customizing      
in Maintain Conditions for Services according to the notes        
456690 / question 1, 25357.     
Regards,
Edit

Similar Messages

  • How to change the  short text in  a model service specification??

    Hi,
                I've tried changing a model service specification using the transaction code ML11 but couldnt change the  short text language from German to English.

    Hi
    One possibility is to Maintain the  languages in the Additional data tab  under description in the material master record for your Services . Please check wether both the languages are maintained or not . Please correct me if i am wrong .
    regards
    kp

  • Error at PO when copying Short Text Service from Model Serv Specification

    Dear Gurus,
    I maintained a couple of short text services (No Service Master, No Service Number) under a specific Model Service Specification. I maintained the Price(Condition Type = PRS) for these short text services. However, I'm hitting a problem when I'm copying these services over from this MSS to a PO. For those short text services at the MSS which I maintained the Price(Condition Type = PRS), when I copy them over at the PO, SAP will prompt me to put in a price (even though I have maintained the price at the MSS). However, even after entering a price and pressing enter, I get the following error -> Not possible to determine net value Message no. SE377. I cannot save the PO
    Note*: For those short text services whereby I didnt maintain the Price(Condition Type = PRS), everything is fine when I copy it over and put in the price. I can save the PO
    Please advise.

    It has to do with your customising. Please test the same with using the standard pricing schema MS0000.
    Please kindly refer to the below notes as well to solve your problem:
    25357 MM-SRV: Error in the case of service conditions              
    27024   MM-SRV: Setting up components (services)              
    584997  Maximum 11 places with prices at services   
    and check the settings of the condition types in the customizing      
    in Maintain Conditions for Services according to the notes        
    456690 / question 1, 25357.     
    Regards,
    Edit

  • Percentage based forumla in Model Service Specification

    Dear All,
    I have following requirement.  I am working for construction industry where are all the activities are created as subgroup in model service specification.
    Eg:
    Project 1 - Amco Building
    1.1 - Painting Work          100 Sq.Ft
    1.2 - Carpenting Work       250 Sq.Ft
    The user wants to enter the service entry sheet on the percentage basis, i.e. 20% of 100 Sq.Ft and the system should calculate the quantity on 20%.  How should we write the formula for this.  Please advise me to achieve this scenario.
    Regards,
    S.Suresh

    Hi Paonam,
    I understand that your requirement is to update the price of service line items when you update the pricing.
    Can you check/Update the pricing procedure for services as well which will update the service pricing and let us know the result.
    Rgds,
    Nayeem.

  • Buffer table not up to date - Create Model Service Specifications

    Hello, when our user try to create Model Service Specifications in tr. ML10 the following error message is arised:
    "Buffer table not up to date"
    Message no. SE001
    Diagnosis
    An internal error has occurred.
    Procedure
    Exit the function and then reinvoke it.
    If the error should reoccur, please contact your system administrator."
    I cannot any suitable sap notes. Our SAP system is ERP 2005.
    Please advice something.

    Hi Igor ,
    Please check following link which may help you..
    http://sap.ittoolbox.com/groups/technical-functional/sap-log-mm/error-se001-buffer-table-not-up-to-date-2524832?cv=expanded
    Regards,
    Kiran M
    Edited by: Kiran Madhu on Feb 18, 2009 10:25 PM

  • Error when copy from model service specification to service specification

    Hi experts.
    I have coded a program to create batch of model service specification (MSS). In MM, i used TCode ML11 to check MSS, and everything is ok. But in PS, when i create a service activity, in service specification (SP), i copy data from MSS to SP, everything is copied except gross price. So anyone can help me?
    The picture.
    http://i612.photobucket.com/albums/tt203/talaai04071986/b1-1.jpg
    http://i612.photobucket.com/albums/tt203/talaai04071986/b2-1.jpg
    Thanks

    While copying the MSS click on 'Complete'
    Regards
    Sreenivas

  • What is difference between  Service map iview and Workset Map iview

    Hi Experts,
                        Can anyone tell me the difference between  service map iView and Workset Map iView.
    When I am creating these iViews, its seams both are same. I canu2019t find difference still, can anyone help me out of this
    Thanks in Advance
    Janardhan

    Hi,
    Service Map Iview:The Service Map iView is an ERP-specific variant of the portal Workset Map iView. It serves as a central point of entry and guided access to the services of SAP service modules such as the Manager Self Service (MSS) module, or the Employee Self Service (ESS) module.
    Workset Map iview:A Workset Map is the equivalent of a site map, providing users with explicit information on the functionality that is available in a given workset. It is based on an iView, and serves as a central point of entry and guided access to the contents of a workset.
    if you want to more info pls go thr the below thread
    Workset Map iView
    i hope it will help you
    Thanks,
    Sreeni.

  • Is it possible to start JSON Service specific to the user session?

    Is it possible to make JSON service to start different sessions of BusinessLogic Code in short - Is it possible to start JSON Service specific to the user session?
    Here is what I'm trying to do. I have a created a Configuration Model which contains the business logic. I want to start this model as a JSON service, and the user will interact with this model via mobile App developed using ADF Mobile. The JSON sevice has two calls
    /startConfiguration/{model_id}
    /getConfiguration
    Both of them return the string that indicates the BusinessModel being started by JSON service.
    When invoked " /startConfiguration/{model_id} " from two different browsers (Chrome - started first, FF - started second) for the same model_id (simulating the scenario of two user accessing same model), it did returned two different 'configuration' object strings, indicating that each call started its own Configuration.
    However, when I validated that the session started is user specific by calling "/getConfiguration"  it return same 'configuration object string - which is the second call from FF. Thus indicating that I cannot have JSON service tied individually to each user session. 
    My goal is to have JSON service specific to each user session. Is this possible?

    Hi,
    what is a JSON service? JSON is an object notation used with REST services. So I assume you have a REST services that returns JSON and you now want to obtain the same identifier for a specific input string? REST services - like all Web Services - are stateless and if you want to associate a request with a specific context then you need to pass a token or similar with the request so the context can be re-established. In your case I would have a look at the code mapped to startConfiguration/{model_id} to verify if the method checks for an existing configuration with the provided ID. Chances are that its the code returning the wrong ID. In general I would go with a token approach.
    Frank

  • Difference between Service order and service contract

    Hi
    Can any one plz differenciate the service contract and service order??
    why only service contract products can carry object list entries and why not service products??
    Thanks in advance.Appriciated with points.
    Regards,
    Nagi Reddy

    Service Order:
    A service order is a short-term agreement between service provider and service recipient, in which one-time services are ordered by the service recipient and resource-related billing performed upon completion. Such an order could be, for example, to maintain or repair some equipment, making it necessary to send a technician along with spare parts. These services are usually billed.
    Service Contracts:
    Service contracts are outline agreements with business partners which define services offered for a particular period. You support service contracts by processing contract-based and planned services.
    Service contracts represent long-term service agreements with customers in relation to the content and scope of services guaranteed within specific tolerance limits for certain parameters, for example, within a predefined timeframe.
    I hope this helps

  • Difference between Service Organization & Plant

    I ma new to SAP
    What is the difference between Service Orgnization & Plant.
    Please do the needful..

    Corporate Structure
    Definition
    The material master has a hierarchical structure resembling the organizational structure of a company. Some material data is valid at all organizational levels, while other data is valid only at certain levels. The organizational units are as follows:
    Client
    Company Code
    Plant
    Storage Location
    Purchasing Organization
    Sales Organization
    Warehouse Number
    Storage Type
    Structure
    The client is the top level of the organizational level. Several company codes can be assigned to one client. In turn, several plants can be assigned to a company code, and several storage locations assigned to a plant.
    Plants must always be consecutively numbered for all company codes. Consequently, plants assigned to different company codes cannot have the same number. However, the numbers of storage locations can be repeated, as long as they are assigned to different plants.
    Service providers are members of internal or external service organizations and are represented using:
    Service and sales organizations
    Service centers, service workshops
    Service technicians
    External service providers (vendors, contractors)
    You manage all data that is required for processing business scenarios with vendors in a vendor master record.
    Service recipients are also members of internal or external organizations. Internal service recipients are internal company organizational units (for example, cost centers). External service recipients are represented using:
    Customers
    Customer employees
    Customer data is managed in a customer master record. Not only the data concerning the ordering party belongs here, but also data about the goods recipient and the invoice recipient. You can represent complex customer structures as customer hierarchies.
    By integrating Customer Service in the Accounting component, the organizational units of Financial Accounting and Controlling are linked directly to the service processes. Service organizations are represented in the finance and controlling area using:
    Company codes
    Controlling areas
    Business areas
    The Logistics areas Materials Management and Stockkeeping enable you to perform resource management using organizational units such as plants and storage locations. Spare parts and external services are procured via the purchasing organizations and purchasing groups.
    You can group the service technicians responsible for performing the services using work centers. Planner groups at a planning plant are responsible for scheduling the services to be performed by these work centers.
    The units of the sales organization must be represented for the purchase of spare parts and services. You can represent this organization using:
    Sales organization
    Distribution channels
    Sales areas
    Shipping and loading points

  • Difference between Service Orgnization & Plant

    I ma new to SAP
    What is the difference between Service Orgnization & Plant. And how they are related
    Please do the needful..

    Hi Praveen,
    In R/3 there is no service organization,For services you always reffer to the Planning plant(the place from where you perform the services).
    In CRM, in the org model you have option of assinging the plant as the organizational attribute for service scenario has service oganization.

  • Difference between service order quotation and service contract quotation

    Hi,
    Can any one differentiate service order quotation and service contract quotation??
    appreciated with points
    Regards,
    Nagi Reddy

    Service Order:
    A service order is a short-term agreement between service provider and service recipient, in which one-time services are ordered by the service recipient and resource-related billing performed upon completion. Such an order could be, for example, to maintain or repair some equipment, making it necessary to send a technician along with spare parts. These services are usually billed.
    Service Contracts:
    Service contracts are outline agreements with business partners which define services offered for a particular period. You support service contracts by processing contract-based and planned services.
    Service contracts represent long-term service agreements with customers in relation to the content and scope of services guaranteed within specific tolerance limits for certain parameters, for example, within a predefined timeframe.
    I hope this helps

  • Difference Between Service Account and User Account

    What is the Difference Between Service Account and User Account

    Hello Mohit,
    Basically there are two types of approches which you should understand.
    In many environments, administrators prefer to simply create a domain user account and assign appropriate privileges to it. Then this user account is used in order to start a specific service on a computer.
    In that case there is really no difference between a user account and the so called service accounts. Since this service account is simply a domain user, all the task related to managing the domain users apply to it. For example you
    should keep the password up to date manually. Some environment move step forward and assign
    Deny Logon Locally of this type of service account in order to enhance the security.
    The second concept is Managed Service Accounts. There are plenty of differences between a Managed Service Account and a User Account.
    The Display Icon is different from a view perspective.
    The type of object is different. 
    Managed service accounts password management is automatic.
    You can not create Managed Service Accounts using GUI. They are only created using Powershell.
    You can refer to link below for more inormation:
    Service Accounts Step-by-Step Guide
    Regards.
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Difference between Services Aggregation & Integrated Services?

    Hi,
    I am just wondering, what is the difference between Services Aggregation Routers
    and Cisco Integrated Services Routers?
    Is the former specifically for WAN situations and the latter for LAN situations?

    services aggregation offerings for WAN and MAN that combine with integrated services routers to offer secure, wire-speed delivery of concurrent data, voice, and video services

  • Remote Desktop Management service not starting. service-specific error: %%2284126209 - Event ID: 7024

    Hi Forum members,
    We have a client that has intermittent issues with RDS on a 2012 R2 server.
    As an overview of the environment, the client has a single VMWare host support 2 x Windows 2012 R2 VMs one is the File/Print/Email server and the 2nd is the RDS server used to allow the client to run MYOB Enterprise. Both servers have the AD DS role and
    DNS roles amongst others.
    The 1st issue is that the RD Connection Broker shows the error: "The server pool does not match the RD Connection Brokers that are in it. and then "1. Cannot connect to any of the specified RD Connection Broker servers".
    The above issue seems to be caused by the RDMS service not starting. When you attempt to start it, the service stops and the error in the title is logged in the "System" event log. Full transcript below:
    Log Name:      System
    Source:        Service Control Manager
    Date:          21/01/2015 4:50:32 PM
    Event ID:      7024
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      intentionally removed.local
    Description:
    The Remote Desktop Management service terminated with the following service-specific error: %%2284126209
    Event Xml:
    <Event xmlns="
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7024</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-21T05:50:32.129949400Z" />
        <EventRecordID>53721</EventRecordID>
        <Correlation />
        <Execution ProcessID="568" ThreadID="12436" />
        <Channel>System</Channel>
        <Computer> intentionally removed.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">Remote Desktop Management</Data>
        <Data Name="param2">%%2284126209</Data>
        <Binary>520044004D0053000000</Binary>
      </EventData>
    </Event>
    In addition in the "Application" event log, the following error is logged:
    Log Name:      Application
    Source:        MSSQL$MICROSOFT##WID
    Date:          21/01/2015 5:24:47 PM
    Event ID:      18456
    Task Category: Logon
    Level:         Information
    Keywords:      Classic,Audit Failure
    User:          NETWORK SERVICE
    Computer:      intentionally removed.local
    Description:
    Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Could not find a login matching the name provided. [CLIENT: <named pipe>]
    Event Xml:
    <Event xmlns="
      <System>
        <Provider Name="MSSQL$MICROSOFT##WID" />
        <EventID Qualifiers="49152">18456</EventID>
        <Level>0</Level>
        <Task>4</Task>
        <Keywords>0x90000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-21T06:24:47.000000000Z" />
        <EventRecordID>4228336</EventRecordID>
        <Channel>Application</Channel>
        <Computer>intentionally removed.local</Computer>
        <Security UserID="S-1-5-20" />
      </System>
      <EventData>
        <Data>NT AUTHORITY\NETWORK SERVICE</Data>
        <Data> Reason: Could not find a login matching the name provided.</Data>
        <Data> [CLIENT: &lt;named pipe&gt;]</Data>
        <Binary>184800000E0000001F00000055004E0047004500520045005200410055005300530056005200300033005C004D004900430052004F0053004F0046005400230023005700490044000000070000006D00610073007400650072000000</Binary>
      </EventData>
    </Event>
    I have been attempting to resolve these errors for some time, without success. I have read the many KBs and forum entries related to the above and applied a number of the suggested fixes, including the one which suggests to add the NT SERVICE\ALL SERVICES
    to the "Logon as a Service" in the "User Rights Assignment" of the "Default Domain Policy" which is linked to the domain level, that both servers are objects of.
    My question to the forum is, can anyone come up with a solution to resolve the above issues and all the RDMS service to start which will then hopefully resolve the broker error?
    Regards,
    David West.

    Hi David,
    If virtual machines on the server are Windows Server 2012, then it is not supported to install Remote Desktop Connection Broker on a Domain Controller.
    More information for you:
    Remote Desktop Services role cannot co-exist with AD DS role on Windows Server 2012
    http://support.microsoft.com/kb/2799605/de
    Guidelines for installing the Remote Desktop Session Host role service on a computer running Windows Server 2012 without the Remote Desktop Connection Broker role service
    http://support.microsoft.com/kb/2833839
    If the VMs are Windows Server 2012 R2, I suggest you install RDS on a separate machine to see if the issue persists.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Maybe you are looking for