Licensing about Solman components

Dear all,
I know the Solman license is free of cost.
Can anyone let me, where I can get the details of licensing of Solman regarding
1. Testing
2. Support Enablement Packs
3. Other features of Solman..
Is all these comes as free of cost with solman, or whether we need to apply license for all the components
Regards
Senthil

Hello Senthil,
For Support Enablement Packs you need to contact the SAP contract department.
Best regards,
Dolores

Similar Messages

  • DID YOU KNOW?? - ABOUT ADVANCED COMPONENTS IN THE PALETTE??

    <br>
    Hi All,
    DID YOU KNOW??
    The IDE ships with the following Advanced Components in the Palette.
    These advanced components are a set of JavaServer Page markup tags for advanced users. The components have no visual appearance and are useful to developers with experience in JSP and JavaServer Faces technologies.
    * Encoding
    * Faces Action Listener
    * Faces Converter
    * Faces Validator
    * Faces Value Change Listener
    * Faces Verbatim
    * Link
    * Load Bundle
    * Markup
    * Meta
    * Parameter
    * Script
    Lets look at MARKUP component in more detail.
    The MARKUP Component
    You can drag the Markup component Markup component icon from the Palette's Advanced category to the Visual Designer to create a standard HTML tag. The Markup component enables you to insert HTML elements into the JSP page in places that HTML is not permitted.
    When you drop this component on a page in the Visual Designer, you cannot see it on the page until you set the tag property. You can see it in the Outline window and you can select it there to edit its properties in the Properties window.
    Use the tag property to specify the type of HTML element to insert. For instance, to insert an <hr> tag, set the tag property to hr with no angle brackets and select the singleton property .
    To provide compliance with XHTML, if the HTML element you are inserting is a singleton element, you must specify the singleton property, which causes a trailing /> to be generated in the rendered HTML. For example, the <br> element is a singleton element that must be rendered as
    to make it XHTML compliant.
    If you want to specify HTML attributes in addition to id and style for the element you are inserting, use the extraAttributes property.
    Learn more :-
    http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2update1/components/advanced_list.html
    We would like to know the following from you :-
    1) Are you using these Advanced Components in applications you are building? If so How and Where?
    2) Did you face any challenges while using them?
    3) Did you find any special usages/scenarios for using these components?
    Thanks for all your inputs and for joining in the discussion.
    K
    </br>

    What would you like in the documentation? Do you have specific questions about particular components? Do you want examples? What's missing from the online help at http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2update1/components/advanced_list.html?

  • Question about Customizable Components in JDev 10.1.3.2 version

    Hi,
    I have some some questions about new ADF features.
    1) As we see at the image: http://www.sttb.pl/jakub/customComp.JPG custom component doesn't display polish letters. How to resolve it ?
    2) In command components (button or link) there is enable new value for Action attribute: frame.addContent - what is that and how to use it ?
    3) How to use <cust:showDetailFrame> facets ?
    Regards
    Kuba

    I can help you with 3)
    o Adding Customization to a JSF Application - demonstration
    o WebCenter Tutorial
    o WebCenter Developer's Guide
    Peter

  • Reference about solman access via portal

    Hi experts,
    Would you pls advise where I can find document about configure to let users access Solman via portal?
    How can I know which role or iviews available for solman package.
    Thank you very much

    Hi Erika,
    as far as I know and have searched - there is no packages documentation about integrating SolMan in EP. AS there is no business package you will have to buildup the integration by yourself.
    Check SAP notes for some information about available BSPs which can be integrated in the portal.
    Hth,
    Michael

  • Basic questions about SOLMAN

    SOLMAN gurues:
            Im an HCM consultant, and I dont know why ended up being responsible for creating a CHARM demo in our system. I have some initial doubts that I hope you can help me with:
           I need to customize a demo for a maintenance cycle (neither an upgrade nor a project):
    1) I dont get the idea of the "project cycle", lets suppose I create a project for maintenance of our live system, we have several modules which have little implementations every day. Lets suppose that the FI module is in testing phase and HR in customizing phase, which would be the real phase of the project cycle? Do I have to create a project everytime a change request is requested in the system? Im quite confussed about this!
    2) Is there any easy to follow step by step to make a simple customizing of CHARM for maintenancing?
    3) Which roadmap is recommended for maintenancing??
    Thank you very much!!
    Federico.
    Edited by: Federico on May 11, 2010 11:01 AM

    Hi
    I think you are confused because you are talkng about 2 diff functionalities
    1. moving and managining changes
    CHARMS or Change Request Management fucntionality
    2. Storing documentation
    Project Management
    Both are diff things and diff way is req to customization for it
    I recommend you to go for SAP training for solution manager
    as there are plenty of functionalities and all need lot of customization as you do in HCM area for using HCM functionalities via spro etc.
    Last but not the least it is not a simple tool like LSMW etc but it is a Technology which provides end to end solution management with help of several inbuilt feature and functionality and is pretty huge.
    hope it clarifies basic doubt.
    Regards
    Prakhar

  • Looking for good example about Woodstock components and custom validators

    Hi guys,
    could someone be so kind to give (or suggest) me a simple, minimal and working example with a Woodstock TextField (or Calendar) component and a custom validator?
    I cannot find good examples, all the ones I find on the net are too much wide and confusing so that I'm not able to adapt them to my needs.
    I already made a custom validator (formerly, "DateValidator") with the "validate()" method, and added it to some dynamically created components with code like this:
    calendar1.setImmediate(true);
    calendar1.setAutoValidate(true);
    MethodExpression methodExpression = facesContext.getApplication().getExpressionFactory().createMethodExpression(elcontext, "#{DateValidator.validate}", null, new Class[] { FacesContext.class, UIComponent.class, Object.class });
    calendar1.setValidatorExpression(methodExpression);
    Now, when I change data in the textbox or in the calendar, I see that something obscure is moving (this because I can read "Reading from localhost..." in the status bar of the browser), but nothing happens, and the validator method is never called (I tried this with the debugger).
    I think that only a good example could save me from the dark... Thanks in advance!

    Yes, I'd thought about just having the user set their
    timezone (similar to the forum Settings). However,
    even this forum settings causes some confusion.
    There's two options for a number of timezones. What
    differentiates them? The daylight saving rules are
    important to know and the list of timezones doesn't
    indicate this in any way. This list doesn't show all
    available timezones either (as previously mentionted,
    there's seven timezones for GMT -0700).Then you would have to do a better job than Sun did, wouldn't you? After all if you are going to be interpreting the answer you get, you had better ask a clear question. If you want to know the list of timezones actually supported by Java, then examine the source code for the TimeZone class. You can also search Google for "time zones" for links that will keep you busy for weeks learning the arcana of time zones around the world.

  • About custom components...

    Hello everybody (and sorry for my bad english ( it could be my sign on sun forums :) ) )
    I am actually working on my custom JSF components. I can't understand the interest of the saveState and restoreState functions on a class extending UIComponentBase.
    I have readen things about this (and even on this forum), but without result. Effectively, it is generally said that it allows to save and restore the state of a component!!! Don't help a lot :) .
    What state are we speaking about:
    attributes of a component between two requests for the same user? (but it is generally the backing bean that contains informations needed for a component, no?). i can admit some component attributes have to be saved, but in this case, I don't understad exactly the meaning of the following code:
    public Object saveState(FacesContext context) {
      Object values[] = new Object[2];
      values[0] = super.saveState(context);
      values[1] = this.attribute;
    return values;
    public void restoreState(FacesContext context, Object state) {
      Object values[] = (Object[]) state;
      super.restoreState(context, values[0]);
      this.attribute = (Integer)values[1];
    }More particularly, if you save the state of the current object by calling super.saveState, what is the goal of values[1]. Why don't do in restore state:
    public Object saveState(FacesContext context){
      return super.saveState(context);
    public void restoreState(FacesContext context, Object state){
      CurrentClassExtendingUIComponentBase object= (CurrentClassExtendingUIComponentBase) state;
      super.restoreState( context, object);
      this.attribute= object.getAttribute();
    } I am not really sure of what happens with these methods,
    Thank you by advance.

    Finally, by reading the sources, I can see that UIComponentBase does the same thing in its saveState method and put its attributes in an object array.

  • About SLD components

    1. What is a product?
    2. What is a system component?
    3. what is a Technical System?
    4. What is a Business System?
    could u brief about all of them?
    and SXMB_IFR components also like SLD, Integration Builder and Monitoring...

    Hi,
    Software Component: Represents a collection of all versions of a software component.Software components represent the reusable modules of a product. They can beupgraded or have patches installed.
    Software Component Version: Represents a particular version of a software
    component.
    All design works in IR is organized by Software Component Version. This make sense, as interfaces logically belongs to a software component and to a particular version. Before development can begin, the software component versions(SWCVs) must be imported from the SLD to IR.
    Product:
    A software product is composed of one or more software components.
    It represents a collection of all versions of a product. A product is a unit that
    can be delivered, is visible to the customer, and that is installable and renewable.
    This will help you
    Just go thru following SAP link. for understanding of SLD objects.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/31/f0ff69551e4f259fdad799a229363e/frameset.htm
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d644808
    /people/naveen.kumarh/blog/2007/02/28/discovering-sld-part-1
    /people/srinivas.vanamala2/blog/2007/02/05/step-by-step-guide-xml-file-2-xml-file-scenario-part-i
    /people/naveen.kumarh/blog/2007/02/28/discovering-sld-part-2
    I hope this will help you..
    vasanth.

  • Please clarify license about server managed and configuration manager client ML system center 2012

    Could clarify why managed servers License required ,already we bought the configuration manager client ML License ? We are planing to buy system center operation manager 2012

    Hello,
    if you wants planing to Monitoring your AD with Exchange Server and you have only one physical Server with for example 2 CPUs and 2 VMs, you need to purchase the System Center Standard 2012 R2 SML for Monitoring your Server environement. However,  if
    your AD is a datacenter or for example 4 x Windows Server Standard with 8 VMs than, you need to purchase the System Center datacenter SML.
    the System Center SML is licensed per physical Server: one license up to two physical CPUs. if you have for 2 physical Hosts with 2 CPUs each, you need to purchase two System Center licenses.
    the only difference between Standard and datacenter is only about virtualization rights
    for System Center Operation Manager for your Clients Desktop, you need to purchase the System Center Client Management Suite includes: Operation Manager; Services Manager; Data Protection Manager and Orchestrator.
    thanks
    diramoh

  • Licensing details of Components

    Hello - Is there a way to know various Oracle Application Components that were installed on a server - basically looking on all flavors of Operating Systems. Our organization is planning to procure more licenses - so want to determine number of licenses that we have for each components.
    Thanks

    Raj wrote:
    Hi,
    Details of which component is actually installed.
    V$OPTION - just gives the details of the Oracle Edition only
    ThanksDefine your definition of "components" . If you meant "features" , have a look at DBA_FEATURE_USAGE_STATISTICS .
    http://docs.oracle.com/cd/E11882_01/server.112/e25513/statviews_3181.htm#REFRN23396
    HTH
    Aman....

  • DID YOU KNOW?? - ABOUT DATAPROVIDER COMPONENTS IN THE PALETTE??

    Hi All,
    DID YOU KNOW??
    Practically all applications entail accessing data of some sort, often data stored in a relational database table or some sort of list, such as a vector or an array. Usually you need to read in data from the data source, but many times you have to update that data, too. The Sun Java Studio Creator integrated development environment, as another enhancement to its application model, provides data provider components that simplify accessing data sources, regardless of whether the data source is a relational database table, flat file, web service, vector, array, or some other type of data store.
    A data provider component is a nonvisual abstraction for wrapping sources of data, and it represents a more generic and flexible data binding mechanism. A glance at the Palette indicates that there are many different kinds of data providers available to you. These include data providers for cached RowSets, ResultSets, lists, arrays, maps, table rows, and method results.
    These data providers constitute a layer between a web application's components and its persistence tier, such as a database table, Array object, or Enterprise JavaBean object. This layer enables you to access data in a consistent way, even though data may come from different sources.
    Lets briefly discuss the CachedRowSetDataProvider
    The CachedRowSetDataProvider Component
    A CachedRowSetDataProvider is a wrapper to data held in a CachedRowSet. The primary purpose of a CachedRowSetDataProvider is to facilitate binding to components in the IDE. A CachedRowSet stores the data retrieved from a database. In fact, the only information held by the CachedRowSetDataProvider is a cursor position into the CachedRowSet. Multiple CachedRowSetDataProvider instances can reference the same CachedRowSet, and each instance will have its own cursor position into the CachedRowSet.
    Learn more :-
    Working With Data Providers
    http://developers.sun.com/jscreator/learning/tutorials/2/dataproviders.html
    Data Provider Components in Java Studio Creator
    http://developers.sun.com/jscreator/reference/fi/2/data-providers.html
    Using CachedRowSet and CachedRowSetDataProvider in the Sun Java Studio Creator IDE
    http://developers.sun.com/jscreator/reference/techart/2/insert_row_in_table.html
    We would like to know the following from you :-
    1) Which of the DataProviders are you using in applications you are building? Also How and Where?
    2) Did you face any challenges while using them?
    3) Did you find any special usages/scenarios for using these components?
    4) Do you have any feedback/comments/improvements which you would like to see with using Dataproviders?
    Thank you for all your inputs and for joining in the discussion.
    K

    .

  • Need Suggestion about Solman support & testing E CATT feature

    Hi Solman Experts .
    I need your Strong suggestion. Actually i am working in  ABAP module , I recently joined as a fresher in small company,  I got opportunity to  go Saudi for  "Solman support & testing ,E CATT"  in big MNC . Now i need suggestion , If i go and work there in these areas , If i return to India  will i get Good Job  and Salary here .
    Please suggest me. please it my career issue.

    hi Gafoor,
    I too had this kind of oppurtunity and now i am in abhudabi in crm and solman testing. No problem in this , So you can go to saudi as your wish and the future and scope for the solman is very good. So it s reasonable to go saudi .
    Regards,
    Prabhushankar

  • Help required in knowing about graphic components in java

    Hi I am in urgent requirement of finding out some graphing components for java.I want these components to work with Jsp. I am new to this and have no idea as to where to search for them. can any one help me in trying to find something.Is there anything like chart fx?

    Please check online help:
    http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2update1/vcs-nb/vcs_cvs.html
    and
    Source Code Control Features in the Sun Java Studio Creator 2 IDE
    http://developers.sun.com/prodtech/javatools/jscreator/reference/fi/2/source-code-control.html

  • Quick question about custom Components and Panels

    Okay, so here is the situation.
    I created a custom component that overrides paintComponent. All this component does is draw a diagonal line.
    If I add this component directly to a JFrame it displays fine.
    The issue: I made a custom JPanel that at the moment only contains this component. If I add it to the JPanel then add that to the JFrame, it only displays a dot.
    Any suggestions?

    Layout issue. The intermediate JPanel has a default FlowLayout manager which shows its child components at their preferredSizes. These sizes are computed by the layout manager in the process of laying out the children. When there are no children the size reported to the parent is the default size which for JPanel is (10, 10). You can change the layout manager for the intermediate panel or specify a preferredSize for the graphic component in one of two ways:
    1 - use the setPreferreSize method
    2 override the getPreferredSize method in the class:
    class Pseudo extends Jpanel {
        protected void paintComponent(Graphics g) {
            // custom drawing...
        public Dimension getPreferredSize() {
            return new Dimension(desiredWidth, height);
    }

  • How to apply for self-developed plug-in signatures licensing about Adobe Reader

    Our company is doing something in the field of electronic certification industry, which uses Adobe reader to sign PDF files based on various signature algorithms. While, there is a problem that Adobe reader does not support PDF signature based on the signature algorithm of SM2. To solve the problem, we have developed an API file. And now, we can use the Adobe Professional version sign files Successfully, only by put the API file under the folder named Adobe plug-in, but not work well in Adobe Reader. According to the documentation, such as http://www.adobe.com/cn/devnet/reader/ikla.html and http://www.adobe..com/content/dam/Adobe/en/devnet/acrobat/pdfs/plugin_apps_developer_guide .pdf, in Adobe Acrobat Reader, a self-developed plug-in we have developed need to be signed or obtain the relevant certification by Adobe before use.
      If we propose certification and licensing applications to Adobe to ask the possibility of obtaining permission for our plug-in, what are the specific processes and requirements we need to know? Any useful information, I would be grateful. (Including the information we need to provide, as well as the cost and the certification time, etc.)

    I think you're more likely to get a reply over at the Acrobat SDK forum: Acrobat SDK

Maybe you are looking for

  • Which hard drives can I put in my 120gb ipod classic? 30gb, 60gb, 80gb or only a 120gb?

    which hard drives can I put in my 120gb ipod classic? 30gb, 60gb, 80gb or only a 120gb?

  • Java Georaster API error - wrong java version

    Hi all. I've done some searching about but cannot see this question answered (or indeed asked) anywhere else so perhaps i'm the first person to encounter it. I've got some georaster data from a customer in an Oracle DMP file which i've imported. It a

  • Nokia 97 wants to connect to intenet all the time

    Hello all I have a problem with my N97 that is eating my nerves. All the time in a inteval of cca. 5-10 minutes a popup appears on the screen where the phone asks me to which network I want to connect. If I click any connection the connection logo ap

  • Sending Functional Location and Equipments using ALE

    I want to knbow the transaction code for sending the Functional Locations and Equipments. Like for Material we have BD10, I need the TCode for both Functional Locations and Equipments Also please let meknow the message type and basic types for the sa

  • Repair center scenario

    hi gurus my com have 2 plants, one plant is being work as service center for the machinary , now this machinary will be comming from  malesia (kind of import) then it is get repaired here and again sends back to malesia how i have to map the scenario