Solar01 - Solar02 : Structure nodes copy

Hi All,
Our current system landscape is :
FD1 100 : Sandbox & Evaluation Systems
FD1 200 : Golden Client
FD1 300 : ABAP Development & Unit testing
We have assigned the following in Solution manager in transaction "smsy" under logical groupings:
Developement System : FD1 200
Evaluation System : FD1 100
Golden client         : FD1 200
Sandbox :  FD1 100
Dev & Unit Test : FD1 300.
Scenario:
We have done all the Scenarios, Processes, process steps, transactions in SOLAR01 with System Role as 'Evaluation System'
When we enter into Config phase(SOLAR02), the Scenarios and process are NOT getting reflected here which we have already done in SOLAR01.
Question is: Do we need to do anything extra so that the work done in SOLAR01 is reflected in SOLAR02?
I have also tried by Changing the System Role to 'Developement System' in SOLAR01 and tried to execute a transaction but still in vain.
Regards
Syam

Solved....

Similar Messages

  • Fetch attribute value of structure node

    Dear All,
    Please let me know is it possible to get the attribute name and attribute value of a structure node of a record model inside the program?
    Can I give any name as the attribute name?
    Regards,
    Biju K George

    Hi,
    could you provide an example ?
    I think you speak about using field-symbol.
    --> get the attributes of a structure or a table --> same has field catalog for ALV
    --> get the value of the attributes :
    concatenante structure_mane attribute_name into w_field separated by '-'.
    assign (w_field) to <field>
    check <field> is assigned.
    and <field> is the value of the attribute attribute_name of the structure structure_name.
    regards
    Fred

  • FM change description of structure node RMS

    Hi all,
    Do you know any FM to change description of structure node in a Record in RMS?
    Thanks in advance.

    DATA: myelement TYPE REF TO cl_srm_sp_record_element.
                    CALL METHOD myelement->if_srm_sp_record_element~description_set
                    EXPORTING
                      DESCRIPTION = descripcion.
                    CALL METHOD myrecordapi->element_descr_update
                     EXPORTING
                      element = myelement.

  • Solar01/solar02 in solution manager: landscape structure definition- urgent

    Hi Forum Members,
    I need to understand whether this is possible and if it is then how do i do it; any step by step manual from SAP is available. We have solman 7.1 and project with type 'implementation' created. When i go to solar01/02 i can maintain business scenario for ERP with relevant business processes however our landscape is like ERP, CRM, Enterprise Portal , DMS (Document Management System), TREX. I wish to adjust solar 01 business process structure in a way that it reflects the entire landscape. So, regarding i have few questions as below. Please let me know your views ASAP as i am runnig very short of time to asetup
    1. Is it possible to adust all these applications in the single business process structure e.g. one implementation project has business scenarios to ERP, CRM, EP and so on.
    Business process structure we get is general with nodes after project creation in project administrtion is :
    A.Organizational unit
    B. Master Data
    C. Business scenarios.
    2. If not then do i have to create individual projects for each aplication like one for ERP and Other for CRM and so on.
    For reference please see the below prototype i am expecting to achive by doing this (solar01) :
    <Implementation Project>
    A.Organizational unit
    B. Master Data
    C. Business scenarios
    <Business scenario for ERP>
    <Business scenario for CRM>
    <Business scenario for EP>
    <Business scenario for DMS>
    <Business scenario for TREX>
    D.Interfaces
    <Applicable interfaces>
    Regards
    Rupesh Modi

    Hi Prakhar,
    Thank you for the quick reponse and feel really nice to see you on this queries posted by me. I saw plenty of your threads earlier clarifying so many things on SCN.
    I wish to admit that i am new to solution manager. So from the understanding prospective would you confirm that in core you are saying that technically it cant be realized (individual business scenarios for each applicaton type) as you have explained that one scenario runs on different systems. I mean to say SAP doesnt support this that is what you wish to say? This confirmtaion is needed to rule out the option of adjusting business process structure as i am expecting to be.
    Also, I have to select business scenario in 'business scenario' and adjust it to run on different systems in under GRAPHIC tab in solar01 provided logical components are mentioned appropriately. I am refering to below link for designing the business process structure
    https://websmp203.sap-ag.de/~form/sapnet?_SCENARIO=01100035870000000202&_SHORTKEY=00200797470000089860&_OBJECT=011000358700000910652011E
    Would appreciate your quick response
    Regards,
    Rupesh

  • Structure Mapping Question Selected node copying

    Dear experts,
    I would like to know the following. I have an Idoc to xml-file scenario. The xml is provided. There are for each row in the idoc a number of similar segments (1..unbounded). I want to copy only those segments if they have a particular value, this is always one segment from this header, can never be more with the same value in VAL. Like this:
    Source:
    <HEADER>
      <SEGMENT>
        <XAL>555</XAL>
        <VAL>name one</VAL>
      </SEGMENT>
      <SEGMENT>
        <XAL>666</XAL>
      </SEGMENT>
      <SEGMENT>
        <XAL>777</XAL>
        <VAL>name three</VAL>
      </SEGMENT> 
    </HEADER>
    As a result I want to map only the value from VAL where in that same segment XAL=777
    So:
    <TARGETHEADER>
       <VAL>name three</VAL>
    </TARGETHEADER>
    How do I accomplish this?
    Kind regards.

    Auke,
    As said by patrick use IF Without ELSE.
    Do the logic,
    XAL & Constant(777) -
    >equals----->IF Without else -
    >Target
    Choose equals function under Text category.
    raj.

  • Structure, NODE, VALUE, and FUNCTIONAL MAPPINGS

    Guys -
    I am a novice to XI. But, I guess as per my understanding this is what I think. Please advis me if you have better opinion that would justify this answer in certifrication.
    XI by definition supports only the following 4 mappings types:
    Message (Graphical), XSLT, JAVA & ABAP
    However, first in Element cardinality addresses something called NODE MAPPING which describes as follows:
    Mapping of Non Mandatory Nodes (minOccurs=0)
    ====================================
    1. If a non mandatory node contains elements with minOccurs>0, these elements becomes mandatory after their parent node is assigned
    2. Assignment of element is not sufficient
    3. Node has to be 'created' by assigning a suitable source node/element
    Therefore, as per this discription, I believe NODE mapping a valid for CERTIFICATION
    Secondly, as per my understanding of message mapping, we map source and target STRUCTURES here. Does not this mean STRUCTURE MAPPING? Please confirm?
    Thirdly, You experts all must have done Value Mappings in your projects and there is no need for me to describe more about it. Can not we consider this as a valid answer for CERTIFICATION?
    Last but not least FUNCTIONAL MAPPING; I am not sure why this option is here? May be this is just to add confusion. On the otherside, it make sense if we consider including functions (both standard and user-defined) in our mapping. Does this make sense being a valid Mapping at all?
    In other words, let me ask you all experts; Is this a direct or indirect question? If it is direct then we should turn down all the options. If indirect, may the first 3 are correct or all four.
    Therefore, I rely on your guys for you input. Please provide your valuble analysis.
    Thanks

    Hi Sudarsana,
    The types of message mapping viz. graphical, ABAP, java and XSLT - are the features of XI.
    On the other hand, the types - structure mapping and value mapping - are general concepts. Any integration tool should support these.
    <b>Structure Mapping</b> is not very much concerned which values are being mapped. It is more concerned about the structure of source and target elements.
    It can be of two types (these don't have formal names as such)
    1) Mapping values of some source elements to some target elements
    e.g. source has element <fname> which is directly mapped to element <FirstName> in the target.
    2) Mapping values after changing the element structure
    e.g. source is
    <name>
         <fname> --- </fname>
         <lname> --- </lname>
    </name>
    And target is
    <fullname> --- </fullname>
    So here we concatenate source elements and map to target.
    <b>Value Mapping</b> concentrates on the actual values that are being mapped.
    Sometimes the requirement is like although source and target strcutres are similar, values need to be translated into another set and then mapped.
    e.g. we have an element called <TravelClass> in both source and target element.
    Now assume that source message uses codes such as 1, 2 etc. for this element. However, the target mmay expect strings values such as 'business', 'economy' etc. for this element.
    In such cases, we use value mapping. Essentially we achieve the following translation:
    1 -
    > business
    2 -
    > economy
    In graphical mapping we have a standard function called ValueMapping to define a simple table like one above.
    Finally, the term 'Functional Mapping' is given only to confuse the people
    Hope this clears your query.
    Regards,

  • Dbms_xslprocessor return node copy

    Recently I converted my code from sys.xmldom and sys.xslprocessor packages to xdb.dbms_xmldom and xdb.dbms_xslprocessor packages. And what supprised me is that dbms_xslprocessor.selectSingleNode() returns a copy of the selected node not a reference. My code was able to modify the xml tree before now failed. Is there a fix to this bug? I am using 9.2.0.5 patch. Thanks.

    Hi,
    Even I tried with variable based indexing
    But for me its returing all nodes irrespective of index varible value

  • Additional system roles in SOLAR01/SOLAR02

    Hello,
    Is it possible by customizing or something else, to have more than the Dev/Qas/Prod system roles selectible in SOLAR01 and SOLAR02 ?
    I have logical components where there are other types of systems, and I would like to use them in my Blueprint/Configuration.
    Thanks.
    Thomas

    Goto SMSY
    Goto Project Landscape
    select your project
    now you see your logical components for your project, in here you can add via system role assigment other system roles like evaluations, demo, sap referecen etc... if you want more than available here, click on "Systm Roles" in the System Role Assigment and you can add your customer Roles
    once you did that, this will be visible in solar02 / system-role
    Edited by: Nesimi Buelbuel on Jun 12, 2009 10:51 AM
    Edited by: Nesimi Buelbuel on Jun 12, 2009 10:52 AM

  • HT2729 How can I maintain folder structure when copying more than 1 folder of videos to the iphone?

    Spent hours trying to figure this out - no luck!
    I have a video tutorial course that I would like to be able to view on my iPhone, the only problem is that it is broken down into 6 folders - 1 for each subject.
    And if I add the whole course to be synced via iTunes it gets copied ok. But it loses the original folder names that the files are stored in on my PC
    ALL the videos files copied to the iPhone are bunched togeather in the Video app and it takes forever to figure out which one comes next.
    How can I maintain the original folder names/structure that the files are stored in on my PC on the iPhone?

    To follow how I solved this it might be good to know what I started with:
    I have a main folder which I called 'Music Theory' and  6 sub-folders: 101, 102, 103, ....etc.
    with up to 20 or so videos in each one.
    Note: Only import one sub-folder at a time into iTunes and then do all the following actions BEFORE importing the next sub-folder:
    Add only 1 sub-folder to the 'Films' section in iTunes (either drag and drop or use the File - Add Folder to Library).
    Select all the imported videos (hold down the Ctrl + A keys on the keyboard simultainiously).
    Right click and select 'Get Info'
    Then you may get a pop-up with this text but just click the 'Yes' button:
    You should now have the 'Multiple Item Information' window showing. Click on the 'Options' tab and edit as below:
    Tick: 'Media Kind'               and from the Drop Down Box choose:  'TV Programme'
    Tick: 'Part of a Compilation'   and from the Drop Down Box choose: 'Yes'
    Tick: 'Remember Position'        and from the Drop Down Box choose: 'Yes'
    Now click on the 'Video' Tab of the 'Multiple Item Information' window and edit:
    The 'Programme' text field (I entered Music Theory) This will be the main heading for all the folders that I want to add to this series.
    The 'Series' text field (I entered 101 for the first sub-folder)
    Now click the 'OK' button.
    iTunes now starts processing all you have done and moves the vildeos to the 'TV Progammes' section.
    The first part is now done!
    Now you should repeat all the actions you have done from the start on each sub-folder you want to include in this Video collection, then when you've done that you can upload the lot to your device (iPhone in my case) with this last step:
    All you need to do now is select your device under 'Devices' in the left hand menu and tick the 'Sync TV Progammes' box in the 'TV Progammes' section and select the series that you want include in the right hand area. And then click 'Apply' and now your done!!!    :-)

  • DropDownByIndex and structured Node

    Hi,
    I have defined a structure with a field display of type string.
    I create a context node from that structure so that I have a node attribute
    named display of type my_struct-DISPLAY
    Problem is that I would like to display this attribute in a dropdownbyindex but when I want to bind the text, my attribute is grayed so I cannot select it.
    Is this a bug ? How can I display in a dropdownByIndex an attribute coming from a dictionary structure.
    Thanks,
    Thierry

    Hi Koen,
    Sorry but my question is not how to use a dropdownbyIndex. Hadn't the node been typed from a dictionary structure, I would not have had any problem.
    Question is why I cannot bind the text field from a node built from a dictionary structure ?
    I have used this mechanism in Java and it was working fine.

  • Print Problem : Print descriptio​n and tips from structures​, nodes and loops from block diagram

    Hello,
    I've just completed the entire documentation of my VI and I did describe some Case structures and Formula Nodes. Now I want to print the VI with the VI printer and when I select ''Description'' in the custom printer manager, it doesn't select the description from most functions in the block diagram such as Formula Node, Case Structure,etc. 
    Is there a way to get these descriptions in the printed version VI ?
    Thanks a lot !
    Solved!
    Go to Solution.

    Hi Weepet,
    After some investigation, it turns out that this behavior is expected behavior.  Please see the following help topic
    http://zone.ni.com/reference/en-XX/help/371361G-01​/lvhowto/creating_vi_and_object_de/
    Essentially, Context Help will only display the description for controls, indicators, and constants.  At the same time, the descriptions will only print if that description is available in context help.  LabVIEW primitives will always use the description from the documentation, and will not display your custom "Description and Tips".  So, for primitives like case structures and formula nodes, we cannot get that information to print. The behavior that you're seeing is expected.
    Perhaps you can just use comments to document these functions?  You can double click on a blank area of the block diagram and provide comments.
    Regards,
    Che T.
    Applications Engineer
    National Instruments

  • Dynamic Context Node Copying question

    I am trying to dynamically copy some context nodes from my component controller to the view controller.  In the source context, I have a node whose "Multiple" property is set to true.
    I use the function addMappedChild to copy the attribute info, but the copied node always has "Multiple" set to false!! In the definition of addMappedChild there is no paramter for "Multiple".  How do I do this?
    Thanks
    Walter
    public IWDNodeInfo addMappedChild(java.lang.String name,
                                      java.lang.Class elementClass,
                                      boolean singleton,
                                      boolean mandatorySelection,
                                      boolean multipleSelection,
                                      java.lang.String mappedPath,
                                      boolean selectionMapped,
                                      boolean initializeLeadSelection)

    Are you making like dscribed here
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/dynamically creating, building, and mapping a context in web dynpro.pdf 
    page 14?
    Best Regards, Maxim r.

  • Viewing Embedded Documents in SOLAR01 / SOLAR02

    Hi there,
    I have noticed that it is not possible to view embedded documents when using the display only mode of SOLAR01 or SOLAR02.
    Is there a solution available that will allow access to view embedded documents without granting full change access to the documents?
    Cheers,
    Simon

    Thanks Jason,
    I am effectively the security person too!!
    I have managed to create the display only roles for document viewing. That works fine although with the display role, the users cannot open the embedded documents within other documents.
    They can in change mode, but that really ruins the point of having the display only roles in the first place.
    Has anyone found any authorisation settings that mean that you can display documents but also launch their embedded documents without invoking the change mode?
    Simon
    Simon

  • Expanding one structure node expands all nodes

    I am running SAP 70103 in our test environment. I have a problem running an existing query (JAVA) that contains a keyfigure structure with multiple parent/child elements. The parent nodes are collapsed. When I execute the query through JAVA if you expand any of the parent nodes all the parent nodes expand rather than only the parent node you clicked on. Running the same query in BEx Excel (ABAP) the expand works fine. Is anyone aware of a Note for this issue? Thanks.

    Thanks for the response. The note doesn't cover my issue exactly but the related notes will help me investigate further. Thanks again.

  • Extending SOLAR01/SOLAR02

    Hi All,
    I want to add a button on Gen. Documentation Tab in SOLAR01 in SOLMAN. I found the description in SPRO for 'process function codes in tabs' that there is a BADI SA_FCODES_ON_SOLAR_TABS which can be used and Customer pushbuttons can be put in the tab with GuiXT.
    Please help to understand on how I can use this.
    I tried using GuiXT with SHD0 to add the button but didn't succeed.
    Also how to add a function code for my button to execute the process when button is clicked.
    With click of button I want to launch wiki page.
    So please help me how to implement the BADI to achieve this or is anyone know any other way like modifying SAP code then how I can proceed.
    Thanks!
    Regards,
    Ahmed

    Solved....

Maybe you are looking for

  • Stms configuration

    HI all,                I am trying to import the data from dev server but i got the error message " Transport control program tp ended with error code 0212"  Errors: could not access file as supposed (see SLOG for more info) i think its becase of the

  • My MacBook Pro has been incredibly slow and laggy

    So my MacBook Pro has been pretty much inoperable for a couple of months. The computer crashed and afterwards it would constantly lag. I did a fresh install thinking it would solve the problem, but it did not do anything. I took the computer to the G

  • Complicated generic method

    Hi guys, I've got a little problem with generics. I have a class, that will have several Map fields that look like: Map<Long, Account>; Map<Long, Role>;(where both Account and Role implement interface IDatabaseEntity, so these maps could be also defi

  • Remove SelectionBackColor from a RichTextBox

    I have a richtextbox with a highlighting feature. However, it seems impossible to revert the selectionbackcolor of the selected text when removing the highlight color. I cannot just hard-code the color as transparent or the richtextbox backcolor beca

  • Tranfer of sales order data to purchase order thru xi

    Hi We had a requirement like transfer of sales order data in (ecc5.0)which contain multiple line items which had to be mapped in ecc6.0 to create purchase order,if an error occurs while creating purchase order in ecc6.0 and a exception should be rais