Solution Design questions/suggestions/help needed

Hi,
I would appreciate any inputs regarding this.
I am thinking of designing Solutions in Solman for our landscape which consists of ECC 6 and PI 7.1; each having a 3 system landscape D-Q-P. Is there an issue if I create Solutions Dev, QA and Prod vs Solutions ECC and PI ? I am more in favor of the former because it allows me easier management of the landscape when I implement System Monitoring, EWA, System Administration to see everything for the critical Prod systems together. Do any of you see any downsides to this approach ? Or any advantages of creating Solution ECC and Solution PI ?
Also, from what I read from the documentation, I would need to create logical component for each system (ZECCDEV,ZECCQA etc) for the systems to show up in the solution landscape ? This is because in the definition of logical components, there is only one field to add the Dev or QA or Prod systems ? I still have to start working on this, so I could be wrong. Please feel free to correct me.
Any inputs would be appreciated since I am fairly new to this.
Thanks,
Shreya

Hello,
I am not really sure what you are asking.
Systems are usually defined (SID) in SMSY, then they are added to a logical component.
Logicals need to be in the customer name space, so they are copied from SAP References to a unique name prefixed by a "Z".
Multiple systems  of  any system type (PRD, DEV, QAS, TEST, SANDBOX...etc) can be added to a logical component.
One or more logical can then be added to a Solution.
This is basically how the Solution is built. There are some limitations you need to consider when naming systems.
For certain functions, like EWA reports they need to have a unique Installation # + SID, and in the case of a long_sid, it would be the Installation # + (1st 3 chars of the)Long_SID.
So if you want to know if you can have a PI system called DEV, QAS and PRD and  a ECC system called DEV, QAS and PRD, you can. But if you name them ECC_DEV, ECC_QAS, and ECC_PRD, then you will have problems.
A logical name must be unique. But they show up in the system landscape as soon as they have been defined.
When the logical is added to the Solution, only system Types of Production are automatically set to "Put in Solution"
Even though you can see the systems of other types in the logical and in the solution. And any system that is not in status "Put in Solution" will not be visible when you try to use it, as an example create an EWA , you would select the solution and not see any other type but production systems to select. This is because system types that are not production need to be manually set to "Put in Solution". This is done in the solution, in Change/Edit mode, and right clicking on the system you want to put in the solution and selecting that option, then saving.
From your questions am and not exactly sure what you were getting at, but I do hope this general info helps.
Regards,
Paul

Similar Messages

  • Single Page Application Design Approach Suggestion/Help

    we have a new project requirement where we need to develop a single page application. My manager told me to do a research like whether we can use any content management system. Our requirement is we have lots of plugins. We are planning to create plugin download
    and help system, where others can download the plugins,see demos and copy the code like the jquery.com and getbootstrap like below.Also we need to add a rating feature for each plugin.
    http://getbootstrap.com/components/
    Our client need it as a SPA and asked to check any CMS(content management system) like orchard,Drupal,WordPress or anything will help. Or we he put an option of Sharepoint or a MVC application with Angular/JQuery. Could you please give your suggestions for
    the same.
    vin

    Please post questions related to ASP.NET in the ASP.NET forums (http://forums.asp.net ).

  • Apple ID for children / unknown security question answers / help needed

    Good morning:
    I have a question about my son's Apple ID that's been lingering for a bit.
    Two years ago I set him up with a new Apple ID to purchase games and the like using gift cards that he occasionally gets for his birthday or Christmas. He is currently only 12, so I had to set him up with a false birthdate. However, despite my best efforts I appear to have lost the answers to the security questions; I thought I answered them with correct facts from my own life, but I've tried many permutations and none seem to work.
    In addition, I didn't set up the account with a backup email address, so I can't reset the security questions.
    The problem manifests itself in purchasing apps on a new iPhone (he gets our handmedowns). Because it's a new device, he's not allowed to purchase anything from ther store until he verifies his identify by answering his security quesitons. Unforutnately, he can't. He still can download apps on iTunes on a computer, but that's not a great substitute. In addition, we worry that avenue will be cut off someday. It's particularly annoying since I understand the security considerations, but he's never had a credit card linked to his acccount, only store credit, so the risk with a hijacking is minimal.
    So, what I need to do is to be able to reset the security questions. Any suggestion as to how I sould do that? I was giong to just call Apple and explain things, but one thing that concerns me is if I identify myself that may lock the account. Perhaps I should wait until he turns 13 in a few months and so could legally have his own account? One workaround would be to start a new account, but if his old one is locked than I assume his old purchases could not be retrieved in the future.
    Thanks very much, and happy holidays.
    - geoff

    All downloads from the store are tied to the account that downloaded them, so if you do create a new account all of his existing downloads will remain tied to his old account.
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then you will need to contact iTunes Support / Apple to get the questions reset (whether the 13 years old will matter if you contact them I don't know).
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • Cannot open files with a double click !! Trackpad solution does not work, just makes my cursor move slowly. Have not found a solution in forums. Help needed please!!

    I cannot open files by double clicking ... have looked at forums and no solution yet !!! Control click is the only way i can open files
    "If you go to System Preferences > Accessibility > Mouse and Trackpad -  You can set the speed of the double click to be much slower.   Hope this helps someone else with a similar problem. "  this solution did not work it just made my cursor move at a snails pace.
    Thanks for any help forthcoming !!!

    found this on another websites forum .... it worked
    I figured it out. Thanks everyone!
    I had to turn on my wireless mouse... And even though I wasn't using my wireless mouse and just the trackpad...I had to turn on my wireless mouse then adjust those settings...Had to turn down the speed. Then Once I shut the mouse off and started to use the trackpad again it works perfectly.
    I'm not sure why the mouse settings would change the trackpad settings but it did.

  • Simple question, Urgent help needed.(Session Related)

    I am new in Java and i want help in the following query:
    When there is no session already defined and no values assigned to the session and i run the
    String session_loginName = (String) session.getAttribute("username");
    command in a doGet method
    What is the result to the string?
    null? or something else?
    My intensions are:
    To have restricted areas in my web app and when a user clicks on a link which includes restricted content, to first call a servlet which will test if there is a session already and if not it will redirect to the Login page.
    I am thinking to use the following code.
    Will this work ok?
    package mypackage;
    import javax.servlet.*;
    import java.io.*;
    import java.sql.*;
    import javax.servlet.http.*;
    public class EntGroupRegistration extends HttpServlet{
    private String url = "jdbc:odbc:test";
    * Standard Post Method for Processing the HTML Variables
    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException,IOException
    String session_loginName;
    * Obtain username from session object
    session_loginName = (String) session.getAttribute("username");
    if (session_loginName.equals(null)) {
    response.sendRedirect(
    "http://localhost/se/Resources/changepassS.htm"); }else{
    response.sendRedirect(
    "http://localhost/se/Activities/GroupRegistration.htm");
    Any suggestions upon the code?
    Thank you for your time.

    if session_loginName is null then how can you call equals method on it???? Always give it a little thought first before typing code...
    try something like
    if(session_loginName != null)
    // you code as before
    }

  • ERD Design Issue Urgent help needed .

    Hi ,
    I'm designing a movie theatre system . I was drawing the ERD Diagram but I'm stuck .
    One theatre can have many movies and One movie can be run on many shows .So I have created seperate Theatre and Movie tables and another associative table containing only MovieID and Theatre ID .
    Now number of shows in a theatre are fixed .. Morning ,Evening and Night .
    The problem comes when I want to find which movie is running on which theatre and what is the show timimg . If I create another table as show table having theatre id and showid (say 1 is Morning and so on ) then how to relate that with movie .I tried a lot but not being able to find out .
    How will I design the tables so that they are in 3rd Normal form .Its a bit urgent.
    Please help me out .
    Regards,
    Rahul .

    Hi Rahul
    If I were you, then to make it flexible i would have tables for
    1) Theatre
    2) Movie
    3) Show
    4) movie_show_theatre_mapping
    And according to your design it should be
    1) Theatre
    2) Movie
    3) Show table with foreign key to theatre
    4) Show_movie_mapping
    Here you can find the movie timing at a particular theatre by quering
    show_movie_mapping and show table where theatre id is a foreign key in show table.
    Regards

  • Roaming configuration question with help needed!

    I am installing multiple AEBS (4 to be exact) and I want to support a roaming network throughout my house. I have run through all the setups and have them all up running but it appears as I do not have the roaming part quite right. I have followed all the manuals , (setting bridge mode, SSID, WPA2, etc...) my question, that I cannot seem to find the answer to in any white paper - is at the wireless setup part -
    I guess I should tell the quick layout. I have a router in my electric room so I just want the AEBS's to act as bridges with no DHCP - I understand that and have them configured that way, all with their own manual IP address.
    Back to the question - I currently have 1 of the AEBS set on "create a wireless network" with the allow extend checkbox marked. The others set as extensions - when I do this - I lose my SSID completely and cannot connect wirelessly. Am I mixing WDS up with roaming a little? Should they all be set at "create wireless" or none -
    Any help is very much appreciated!!
    Thanks
    MacBook   Mac OS X (10.4.8)  
    MacBook   Mac OS X (10.4.8)  
    MacBook   Mac OS X (10.4.8)  
    MacBook   Mac OS X (10.4.8)  

    I guess I didn't explain it good enough?
    All of my base stations (AEBS) are hardwired throughout the house - I do not want to use WDS (performance is to poor) I want them bridged. This is a fairly simple process using a product such as a Linksys Access Point - you just create a wireless network and choose a different channel for each WAP - maybe I just answered my own question?? The AEBS wireless setup asks (Do you want to create, do you want to participate in WDS, or do you want to extend a wireless network) I have been choosing create for 1 and extending for the others - not working. Should I be choosing create for them all and changing the channels is basically my question??
    Thanks for the reply though!

  • Iphone questions:Please Help Need Opinions Too

    I am currently overseas in Germany. I am looking to buy an Iphone, because it can play music, movies, internet, ect and big it's a phone. Is there a way to use the Iphone like a gsm prepaid or a way to work with it being a phone without going threw att and getting long distance charges. i will be here for the next 2.5 years. Also, is there anything else that would be helpful to know about the iphone.

    the carrier for the iPhone in Germany is tmobile - not att - if you are going to be in Germany for 2.5 years you probably should buy a german iPhone - i dont know what tmobile has for plans if you go outside Germany or make international calls - in the US ATT has an international roaming plan that you can buy that redues the rate when using the phone in another country on a carrier ATT has roaming agreements with to 99 US cents a minute - dont know if tmobile has a similar plan in Germany - or what it costs if you call another country from Germany - you probably need to check into that
    for awhile in the US if you didnt put in your social security number during activation ATT let it work as a prpaid - but i think tthey closed that loophile - maybe tmobile has some prepaid plan for the IPhone in Germany - i would talk to them - the rate plans are determined by the carriers not Apple
    in 2.5 years the current iPhone will probably be superceeded by several nwer versions so i would worry about waht to do when you leave Germanyjust my opinion

  • HT201363 security question reset help needed

    how can i reset my security questions if i can't remember the answers to the original ones?  i am trying to purchase a song, have money in my account, but can't answer the security questions.  help

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • Syncing question Urgent Help Needed!

    Hey guys.
    I'm going to be getting a new iTouch tomorrow cuz mine is broken (I LOVE APPLE! Much better customer support and help than PC!)
    I've emailed all my notes and screen cap pics to myself, and synced the iTouch.
    Will this save my bookmarks in safari?
    is there anything else I should make sure i have a copy of?
    Thanks so much guys!!!

    When you connect your new iPod to iTunes, it will offer to restore from the backup of your old one. When you do that and let it sync, it will be a clone of your original iPod. See these for info:
    Backup: http://support.apple.com/kb/HT1766
    Restore: http://support.apple.com/kb/HT1414

  • Suggestions/help needed creating portal type page

    Let me start by saying I am very new to Java. I'm trying to create a portal - a fairly simple web page where each user who logs in will see only those application links that they are authorized to access. User A will see links to applications X, Y and Z and user B will see links to applications R and Q.
    I'm running a Tomcat 6 server, and will be using Java 6 (jsp pages, servlets, etc). I've done some research on things like tomcat realms, ldap, ad, jaas, etc. but I'm still not sure what direction I should be going in. My 'portal'/web page will consist of about 20 application links - some are links out to external web sites/applications (public web sites outside of our network), some are internal applications housed on various in-house servers on our network, some are home-grown, others are 3rd party applications, eventually some will be home-grown java applications. Each application currently has it's own login and password.
    I know that I can build a table in a relational database, or update an xml file in Tomcat and use Tomcat realms to determine who has access to what. Are there other options? I can certainly build a table, but I don't want to if there are easier ways - can AD tell me what applications a particular user has access to (so I can determine what links to display)? If so, how? (I don't know much about ad (yet)).
    I just don't want to end up building something overly complex, and missing out on something that would make this simpler. Any ideas, suggestions, etc on what I could/should be looking at would be most appreciated.
    Thanks!

    Unless you know what you're doing with absolute positioning, avoid absolute positioning! Absolute positioning actually takes an element out of the normal HTML document flow and positions it absolutely in relationship with it's first parent with a position other than static - for details read the HTML specs at the W3C.
    Ideally you should use the normal HTML document flow. Divs are block level elements meaning that they act like blocks that take up a height (determined by children content) and width (the full width of the page or it's parent container, unless you tell it otherwise).
    For your CSS try this:
    #techlistcontainer {
        width: 75%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 30;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 30;
    How does that work with your templates?

  • I pod touch question..help needed pls.

    I have an I pod touch approx 3 yearws old. I have plugged it into my laptop and it says it it updated to the latest version.
    When I try to download an app it tells me that I need to update it. Then I go into itunes and it tells me that there are no updates.
    It is running 4.2.1 (8C148)
    Any advice pls?

    You have an iPod Touch 2nd gen which can only go up to iOS 4.2.1 so you have the latest version for your iPod.
    If you are trying to download Apps that require iOS 4.3 or later you will not be able to do so.

  • Position Class...- Simple question - urgent help needed

    I am only having problems with Position parameters....what the hell does a Position refer
    to? A number? Do you supply a number for Position parameter to find a node in a
    doubly linked list? It seems that it goes by that way, but how the heck do you located it
    with a Position parameter p (Postion p)? Doubly /singly linked lists have no reference this
    with numbers....I am only confused when you have instances like:
    public Object remove (Position p) {.....}
    How do you instantenously locate the appropriate node in a Linked list via Position p
    parameter?
    Everything else I understand!!!! It's just that Positioning is bugging the hell out of me...Do
    I supply number 3 for a third node in a linked list? or what?

    i can not see a Object remove(Position p) in LinkedList , and the only Position class I can think of is in javax.swing.text - which is to do with marking positions in text documents. ?
    can you explain your problem better ?

  • Help needed with a design!

    HELP! I need help with designing something!
    IMAGE on this link " http://i1072.photobucket.com/albums/w362/jjnilsson/DSC_0188.jpg "
    i need this patch on the picture to be "remade" in higher definition and the text should be MILF HUNTERS intstead of milf hunter... Anyone that might be able to help me out?
    reson for all this is that its gonna be made to a 30x40cm big patch fitting the back of our Team jackets!
    send me a pm or a mail ([email protected]) if you need any futher info or if you can help me out! I am really thankful for all the help i can get!
    With best regards J. Nilsson, Milf Hunters Mc

    I simply did as i got a tip on FB to do
    quote from adobe themselves on facebook "Adobe Illustrator You might also want to try asking on our forums as there are many people that can help there as well! http://forums.adobe.com/community/illustrator/illustrator_general"
    sry if it was wrong of me, simply thought there might be someone nice out there to give a helping hand
    Date: Tue, 5 Jun 2012 13:41:48 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with a design!
        Re: Help needed with a design!
        created by in Illustrator - View the full discussion
    This really isn't the place to ask for free services.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4467790#4467790
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4467790#4467790. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Illustrator by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Help needed with Report Design

    Hi All,
    Here is the requirement.
    Period Type(holds 2 values) : Payment and Vested.
    we have field 'Total Days' which is calculated based on "User Selected" Period Type.
    For example, When Period Type is Payment,
    If start date is less than or equal to grant date and end date is less than or equal to vest date, then calculation is (End Date - Grant Date)+1
    If start date is greater than grant date and end date is less than or equal to vest date, then calculation is (End Date - Mobility Start Date)+1 (similarly 2 more if conditions) ...we have similar calculation for Period Type - 'Vested'.
    This Period Type is a multiselect Prompt. How can this be achievable.
    Any thoughts will be greatly appreciated.
    Thanks.

    I simply did as i got a tip on FB to do
    quote from adobe themselves on facebook "Adobe Illustrator You might also want to try asking on our forums as there are many people that can help there as well! http://forums.adobe.com/community/illustrator/illustrator_general"
    sry if it was wrong of me, simply thought there might be someone nice out there to give a helping hand
    Date: Tue, 5 Jun 2012 13:41:48 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with a design!
        Re: Help needed with a design!
        created by in Illustrator - View the full discussion
    This really isn't the place to ask for free services.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4467790#4467790
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4467790#4467790. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Illustrator by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for