How to add a multiple roadmap step?Any examples!!!

Hi All,
I am using a multistep roadmap within a roadmap ui.It has basically 2 steps assigned to it.I have created 2 context attributes under context node and assigned the datasource property of multistep to it.But i am still unable to see the 2 steps within the multistep element.Any idea of how to do it?Any examples of how to use multi step roadmap.
Thanks
Aravind

Hi Armin,
Thanks for your input.My problem is i am unable to see the multiple road map step at all.
This is what i have now.
1.Roadmap ui
1a.single roadmapstep1
1b.single roadmapstep2
1c.single roadmapstep3
1d.single roadmapstep4
1e.single roadmapstep5
1f.multiple roadmapstep6
i am not seeing the 1f multiple road map step at all.I have binded the datasource of it to context node of cardinality 0..n and it has 2 context attributes of type string assigned to it.
Please correct me if i am wrong or missing something

Similar Messages

  • How to implement Multiple Roadmap step with in a roadMap

    Hi,
    I am trying to implement Multiple roadmap step with in a roadMap.Can any one help me on this how to do it.
    As of now i have added Multiple roadmap step element with in my Road map navigation and assign a data source which contains single attribute steps. I am stuck here open question like
    1) How i map the view accordingly with the steps that are dynamically created
    2) Weather i have to create dynamic plugs? to handle it
    Can any one help me out or if you have any sample implementation please guide me through that link.
    Thanks in advance.
    Regards,
    Karthikeyan R

    Hi,
    1. In the View add a RoadMapUI element.
    2. Right click->Insert Steps (as many as required)
    3. Set the design property of the Roadmap step as standard / selected (Highlighted if set to "Selected")
    This is for a static approach i.e if there are 3 views, then in all the three views u repeat the procedure above and set the property as Selected for the required step.
    For dynamic selection of roadmap, bind the design property to context attribute of type WDRoadMapDesign and set the property thru code.
    Hope this helps you.
    Regards,
    Poojith MV

  • Select_step problem in a dynamic Multiple RoadMap Step

    Hi everybody,
    I am working with a roadmap that dynamically assigns the number of steps from a data source assign to the multiple roadmap step. When I selected a step I am not being able to change the focus and yellow color to it. I already know which step the user selected by reading the context element assign to the multiple roadmap step, but what do I need to do in order to change the focus and color of it?.
    I read other post that describe the same issue, and the answer was to change the lead selection of the roadmap, but when I tried to do it I receive a dump saying that I cannot change the lead selection.
    This answered post [Re: Multipleroadmapstep Problem|] describes perfectly my problem and I already post the same question on it, but I think nobody reads it because the status of the post is answered..
    Regards,
    Eric
    Edited by: Eric Hernandez Pardo on Aug 14, 2009 6:41 PM
    Edited by: Eric Hernandez Pardo on Aug 17, 2009 12:36 PM

    Hi Arpan,
    I'm getting the dump exactly at this point " lo_nd_roadmap->set_lead_selection_index( vl_index )". I maded a few test based on your comment, with and without the '-index value' and also changing the context node bind to the selected_step, when I use the context_node "mrs" (this context is bound to the multiple roadmap step) like the code above I get no errors at all, but the step is not getting mark, neither changes its color. In this case I get the dump if I added the '-2'.
    If I bind another context to the selected_step of the roadmap and do the same procedure (replacing the wdctx_mrs for the new context) I get a dump at " lo_nd_roadmap->set_lead_selection_index( vl_index )" with the '2' or '-2' values.
    Any sugestions?
    DATA: lo_nd_roadmap     TYPE REF TO if_wd_context_node,
            lo_el_roadmap     TYPE REF TO if_wd_context_element.
    * navigate from <CONTEXT> to <MAIN> via lead selection
      lo_nd_roadmap = wd_context->get_child_node( name = wd_this->wdctx_mrs ).
    * get element via lead selection
      lo_el_roadmap = lo_nd_roadmap->get_element( ).
    data: vl_element Type Ref To  IF_WD_CONTEXT_ELEMENT,
          vl_index type sy-tabix.
    CALL METHOD lo_nd_roadmap->get_lead_selection_index
      receiving
        index  = vl_index.
    vl_index = sl_roadmap-step_id.
      lo_nd_roadmap->set_lead_selection_index( vl_index ).
    Regards,
    Eric

  • How do I make multiple text bold, for example scene headings or character names?

    How do I make multiple text bold, for example scene headings or character names?

    You can do that by editing the template of the document.
    Open the document, go to Edit->Template. A dialog will launch which will have element types on the left and it's properties on the right.
    Select Scene Heading(or Character name) on the left. On the right, go to 'Text' tab and click on Bold checkbox.
    Press OK.
    Hope this helps.
    Cheers,
    Sunny

  • How to add a property to BasicPersistence SDK example.

    Hi,
    I see in the BasicPersistence example that it creates a property call BPIData and persists this in the IDML.  I would like to add another property call MyProperty.  Do you know how to add an additional property to the example which is persisted in the IDML, so now it would persist 2 properties? 
    Thanks,
    Dave

    for example:
    javax.jcr.Session session = resourceResolver.adaptTo(Session.class);
    String parentPath = "/content/blah"; // or whatever your parent path is
    String nodetype = "nt:unstructured"; // or whatever other node type you require
    Calendar calendar = Calendar.getInstance(); // or whatever date
    Node node = session.getNode(parentPath).addNode("nodename", nodetype);
    node.setProperty("myproperty", calendar);
    session.save();

  • How to add outcome to activity step

    Hello everyone. Does anyone know how to add a possible outcome to an activity step that is not of type user decision? I know this is possible as I have seen workflows like this. Please help. Generous points will be awarded!

    Hi,
    I don't think OO does result parameters. To be honest, I've never really liked them due to the way that the outcome definition is so far removed from WF. This makes it easy for someone to change the domain without updating the WF and mess things up. There's no simple "where used" that tells an ABAPer about such usage in WF.
    So just bind back a value and check it in a separate condition step. Or use exception classes. If they are subclasses of CX_BO_ERROR they will automatically appear as outcomes. Which way you choose is a matter of semantics - if the results are 'nonstandard' situations then they could be exceptions. If it's a set of choices then a condition will do. There's no major performance hit for a condition or container operation step.
    Hope that helps,
    Mike

  • How to add a image in the DocSign example

    Hi,
    I am struggling to add a image to the DocSign example instead of text. If somebody could give me a few hints it would be much appretiated.
    I am currently modifying the CreateN2XObject function.
    My situation is as follows:
    I am drawing a image using the wxWidget library. From this a save the raw pixel data to a file. The pixel data is an array of unsigned chars where the first RGB triplet corresponds to the pixel first pixel of the first row, the second one to the second pixel of the first row and so on until the end of the first row; and so on...
    In the CreateN2XObject I create an ASStm to read this file.
    I create an attribute dictionary for this image
    And then a new cos stream from the ASStm and dictionary
    When I return from the function the plugin says that it is successfully signed, but I see nothing on the screen.
    When I open the 'signed' document in a text editor I see:
    <</Subtype/Form/Length 16038/Name/PROS/BitsPerComponent 8/Matrix[1.00011 0.0 0.0 1.00011 0.0000305176 0.0000305176]/ColorSpace/DeviceRGB/Width 54/Height 99/Type/XObject/BBox[0 76 238 0]/FormType 1>>stream
    the data in the file
    endstream
    Below is the code I use to make the image i.e. CreateN2XObject:
         DSAPXObjEntryRec signRec;
         memset(&signRec, 0, sizeof(DSAPXObjEntryRec));
         signRec.rect = *pBBoxRec;
         signRec.bDestroy = true;
         AVDevRect rcDev = { (int)ASFixedToFloat(pBBoxRec->left), (int)ASFixedToFloat(pBBoxRec->top), (int)ASFixedToFloat(pBBoxRec->right), (int)ASFixedToFloat(pBBoxRec->bottom) };
         const char* baseDirectory = "C:/temp/data";
         ASPathName exampleFilePathName = ASPathFromPlatformPath ((char*)baseDirectory);
         ASFile theFile;
         ASInt32 retVal = ASFileSysOpenFile(NULL,exampleFilePathName, ASFILE_READ, &theFile);
         int len = 16038;
         ASStm inStm = ASFileStmRdOpen(theFile,len);
         char tmpsize[255];
         sprintf(tmpsize,"%d",len);
         AVAlertNote("tmpsize");
         AVAlertNote(tmpsize);
         //sprintf_s(buf, 125, "1 0 0 RG %i %i m %i %i l S", rcDev.left, rcDev.top, rcDev.right, rcDev.bottom);
         //ASArraySize len = strlen(buf);
         //int len = 19758;
         //ASStm inStm = ASMemStmRdOpen(buf, len);
         CosObj attrDict = CosNewDict(cosDoc, false, 1);
         CosDictPutKeyString(attrDict, "Type", CosNewNameFromString(cosDoc, false, "XObject"));
         CosDictPutKeyString(attrDict, "Subtype", CosNewNameFromString(cosDoc, false, "Image"));
         CosDictPutKeyString(attrDict, "Width", CosNewInteger(cosDoc, false, 54));
         CosDictPutKeyString(attrDict, "Height", CosNewInteger(cosDoc, false, 99));
         CosDictPutKeyString(attrDict, "ColorSpace", CosNewNameFromString(cosDoc, false, "DeviceRGB"));
         CosDictPutKeyString(attrDict, "BitsPerComponent", CosNewInteger(cosDoc, false, 8));
         CosDictPutKeyString(attrDict, "Name", CosNewNameFromString(cosDoc, false, "PROS"));
         CosDictPutKeyString(attrDict, "Length", CosNewInteger(cosDoc, false, len));
         CosObj cBBoxObj = CosNewArray(cosDoc, false, 4);
         CosArrayInsert(cBBoxObj, 0, CosNewInteger(cosDoc, false, rcDev.left));
         CosArrayInsert(cBBoxObj, 1, CosNewInteger(cosDoc, false, rcDev.top));
         CosArrayInsert(cBBoxObj, 2, CosNewInteger(cosDoc, false, rcDev.right));
         CosArrayInsert(cBBoxObj, 3, CosNewInteger(cosDoc, false, rcDev.bottom));
         CosDictPutKeyString(attrDict, "BBox", cBBoxObj);
         AVAlertNote("Creating cos stream");
         CosObj cStmObj = CosNewStream(cosDoc, true, inStm, 0, true, attrDict, CosNewNull(), len);
         AVAlertNote("Finished creating cos stream");
         ASStmClose(inStm);
         signRec.xobj = cStmObj;
         AFPDWidgetBorderRec border;
         AFPDWidgetGetBorder(PDAnnotFromCosObj(sigAnnot), &border);
         AVAlertNote("Returning DigSigAPXObjectFromXObjList");
         return DigSigAPXObjectFromXObjList(cosDoc, pBBoxRec, &signRec, 0, 0, &border, kDSMerge);
    Regards,
    Magda

    Thanks!
    So, even though I am spesifically telling it to create an Image type with CosDictPutKeyString(attrDict, "Subtype", CosNewNameFromString(cosDoc, false, "Image"));
    I must still create a Form object around it?

  • How to add Substitution fields after prerequisite (in step)

    Hi,
    Can anybody help me how to add substituion fields after prerequisites.Any configuration steps would be helpful except sap help.com.
    Thanks&regards,

    Hi,
    I am sorry , i hope, my question was not clear to u.  In OBBH i have created Substitution, Then created prerequistites, For that prerequisites i want to add substitutions(for fulfilled requirements).
    Substitution
       step
          prerequisite
              substitution fields
      HOw to create the aboue substituion fields, or any configuration could you please provide me.
    Thanks in advance,
    Veena

  • How to add a field in the step Variables

    Hi guys, how to add a Field array to the Step Variables?

    Do you mean how to add properties to a Step Type?
    Steps are instances of Step Types so you can not add properties. If you need to add property to say a Numeric Test Limit step type, then you have to create a Custom Step Type based on a Numeric Test Limit Step Type then add your additional properties. Check out the TestStand documentation for Custom Steps Type.
    Depending on your needs you might beable to use the Add Attributes to meet your requirements, depends on what TestStand version you are using. This could save you the bother of having to create your own step type.
    Regards
    Ray Farmer

  • TS1741 How do I have multiple apple IDs on one Apple TV 5.3

    I have looked and looked but I can't find a way to put both mine and my boyfriends apple IDs onto this Apple TV that I just bought him.  It's the 5.3 version, I went under general, settings, and then iTunes Store, and there isn't a accounts option, it's just a sign in option so how can we both use our phones as remotes?

    Well, you could save multiple Apple ID on your Apple TV, but you can't use them at the same time!
    To add and manage multiple Apple IDs on Apple TV, follow this guide:
    How to add, manage multiple Apple IDs on the same Apple TV

  • SharePoint 2010 Rest API: How to add attachment to a list item via ListData.svc

    Hi
    I have set up a project using the REST API in c# Visual Studio 2010.
    I have added a service reference to the URL //site/_vti_bin/listdata.svc/
    I can query the list and get back data, but I can't retrieve the attachments.
    I can write data to the list, but I can't add attachments.
    Are there any examples of how to add or retrieve attachments using the REST API services.
    Thanks
    Mike

    Hi,                                                             
    If you want to work with list attachments using REST API, here are some links will show how to do this using Javascript:
    http://msdn.microsoft.com/en-us/library/office/dn292553.aspx#FileAttachments
    http://chuvash.eu/2013/02/20/rest-api-add-a-plain-text-file-as-an-attachment-to-a-list-item/
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/06/27/how-to-get-list-item-attachments-using-rest-and-javascript-in-sharepoint-2013.aspx
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to create a multiple existing users in exch 2013

    Hi 
    Do you know how to add a multiple existing users in Exchange 2013,only permits add one user at time. I need add 200 users.
    In exchange 2007 and 2010 this feature is possible through the management console
    It´s possible in Exchange 2013?

    On Fri, 1 Mar 2013 19:01:36 +0000, serch diaz wrote:
    >This is the only way? i have many OU´s
    No, it's not the only way. Prepare a CSV file with the necessary
    information and use it to drive the process
    Something like this:
    import-csv | foreach {
    get-user $_ | enable-mailbox
    Rich Matheisen
    MCSE+I, Exchange MVP
    --- Rich Matheisen MCSE+I, Exchange MVP

  • How to Add Time in Date

    hi,
    how to add time in a date for example
    date='01-jan-2005 23:00' [dd-mon-yyyy hh24:mi]
    time (to add)='02:00' [hh24:mi]
    if any one hv any idea about. pls reply

    If you can get the time element into an INTERVAL DAY TO SECOND datatype, you can simply add the interval to the date, e.g:
    yourdate + NUMTODSINTERVAL(2,'HOUR')
    What is tricky is converting a string like '02:00' into an interval or a number. You could generate a numeric offset with something like:
    TO_DATE('02:00','HH24:MI') - TO_DATE('00:00','HH24:MI')
    which can then be added to the date
    SELECT TO_DATE('01-jan-2005 23:00', 'dd-mon-yyyy hh24:mi') +
           (TO_DATE('02:00','HH24:MI') - TO_DATE('00:00','HH24:MI'))
    FROM   dual;

  • How to add combobox to gridcontrol

    hi,
    i am using info swings componets of jdeveloper 3.1 for developing java appicationes.
    how to add comboboxcontrol to gridcontrol ?
    any one may help
    jpullareddy
    [email protected]

    jpullareddy,
    In order to use ComboBox control in the Grid, set up dataitemname for the combox box. You can then get the
    TableColumnModel and install the combobox as a cell editor. See also javax.swing.DefaultCellEditor.
    I would recommend you to move to JDeveloper 9i release. With JDev 9i, there is a new framework called JClient
    for building Java clients.
    Please see
    http://otn.oracle.com/products/jdev/htdocs/jclientsod/JavaClientSOD.html
    http://otn.oracle.com/products/jdev/htdocs/JClient/SimpleJClient.html
    Thanks,
    Sathish.
    hi,
    i am using info swings componets of jdeveloper 3.1 for developing java appicationes.
    how to add comboboxcontrol to gridcontrol ?
    any one may help
    jpullareddy
    [email protected]

  • How we add parter function in customer sales area usinf xd02

    how we add parter function.in xd02.any function module or user exit is there.
    it check first whether parter exit or not if not exit then add to atb partner function tab in XD02.any bdc how we add at run time this

    u can check with lsmw

Maybe you are looking for

  • What are the settings to for best quality video for playback on computer?

    I'm not having any software or hardware issues.   I have tried differnent combinations using AVI, MPEG and WMV and I'm still not satisfied with the quality. I have used the same settings as my original video and it still is no where near the quality.

  • Why my money lost when i download my sticker of line app to my new ipad because i pay its already in my iphone. Why?

    I pay money for sticker in line app already. But when i use my ipad to download its again My money lost and now i have  a bill no 146037781699 Why? I pay money already for that in-app purchase But when i download its again to my ipad my money lost. G

  • Query on SC?

    Hi Friends Please let  me know the ways to view SC GUI Screen I was unable to access using Tcode BBPSC01, BBPSC02 and BBPSC03 Regards Simha Edited by: simha.n on Apr 21, 2009 2:56 PM

  • Mass update via XK99

    Hello dear all, I want to update the field "INTAD" (email adress in vendor master record) for several vendor in only one company code. I executed XK99, and i fulfilled vendor and company code selection under " data records to be changed " Tab. Then,

  • Demo License key issue in Cisco Content Secuirty managment Virtual appliance

    Hi, I have installed a Cisco content security management appliance for customer evaluation. I have downloaded 45 day demo license key but unable to update the license key neither in GUI nor in CLI. I have referred installation guide and user guide bu