Personalization of Roadmap steps in Roadmap UI element

Hi All,
I want to know of if it is possible to hide/unhide the Raodmap steps in the Roadmap UI element at runtime. When I do ctrl + right click, the entire roadmap is hidden.
Thanks,
Pooja

HI Pooja,
for personalizing i hope this would help u better :
Changing the position and visibility of  UI elements – for example, for fields and tables.
· Adding or changing additional interface information – for example changing the button text or adding quick infos.
· Role-specific changing of interface labels.
· UI element roadmap: Removing individual, unneeded process steps.
· Statically changing individual field attributes.
· Changing the alignment of individual UI elements – for example, line starting point, align right, centered alignment.
· Wider selection of fonts and colors for the interface layout
Hope this might help u.
For further ref check on to this link:
http://help.sap.com/saphelp_erp2005/helpdata/en/11/01754276e4c153e10000000a1550b0/frameset.htm
Regards,
Nagarajan.

Similar Messages

  • 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 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

  • 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

  • Space between 2 step of roadmap

    I have a roadmap composed by 2 step.
    I nedd insert a space between first and second step of roadmap like in picture
    first roadmap element    second road map element
    Help me please

    marco,
    This is not controllable, so accept defaults
    The only thing that affects space are names uses for step titles/descriptions. So try to create "verbose enough" texts to get additional space.
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • Error in Preprocessing Roadmap step JOB_RSUPDTEC_SHD aborted

    Dear All,
    We are upgrading our server from R3 4.7 to ECC 6 EhP4. Our OS is AIX and database is DB2 9.5.
    during Preprocessing Roadmap step JOB_RSUPDTEC_SHD aborted. This job run in phase JOB_RSUPDTEC_SHD on shadow system. We are getting the dump in shadow system
    Runtime Errors         DATA_LENGTH_0
    Exception              CX_SY_RANGE_OUT_OF_BOUNDS
                                                                                    |
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
    caught in
    procedure "MODIFY_TABSPACE_DB6" "(FORM)", nor was it propagated by a RAISING
    clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    In the executed program "RSUPDTEC", the system attempted to access the field
    "DATA_TBSP_NAME" using the length 0.
    However, a partial field access with the length specification 0 is not
    |    allowed.                                                                               
    We have upgraded our kernel, dp_wp, R3trans, tp of 620 and 701 to latest avaliable. But still the problem cannot shortout.
    ON seeing SAPUP log file PSUPDTECSHD.LOG we got this information
    4 ETQ260 Starting batchjob "RSUPDTEC"
    4 ETQ010 Date & Time: 20101018143359 
    4 ETQ260 Starting batchjob "RSUPDTEC"
    4 ETQ230 Starting RFC Login to: System = "PRD", GwHost = "haeccsbx", GwService = "sapgw01"
    4 ETQ233 Calling function module "SUBST_START_BATCHJOB" by RFC
    4 ETQ233 Calling function module "subst_start_batchjob" by RFC
    4 ETQ399 JOBNAME='RSUPDTEC', REPNAME='RSUPDTEC', VARNAME='', BATCHHOST='haeccsbx', IV_SCHEDEVER=' '
    4 ETQ234 Call of function module "SUBST_START_BATCHJOB" by RFC succeeded
    4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC
    4 ETQ010 Date & Time: 20101018143409 
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    1EETQ242 Error code "-1" during analysis of logfiles matching "RSUPDTEC\.PRD"
    2EETQ262 Batchjob "RSUPDTEC" aborted
    4 ETQ359 RFC Login to: System="PRD", Nr="01", GwHost="haeccsbx", GwService="sapgw01"
    4 ETQ232 RFC Login succeeded
    2WETQ360 RFC of "subst_list_sys_logs" failed:
    2WETQ361 code/exception  : DUMP_ERROR
    4 ETQ359 RFC Login to: System="PRD", Nr="01", GwHost="haeccsbx", GwService="sapgw01"
    4 ETQ232 RFC Login succeeded
    By analysis its seem that this is data length error but not able to understand how to solve this as we are using standared sap method of upgrade.

    Hi Pritpal,
    Please check note 1474361
    Also you can update the system with latest database library dbdb6slib.The library has to be updated
    for the SHADOW system in directory <upgdir>/abap/exe (and
    <upgdir>/abap/exe_new as well) .Put the 7.01 version of library.
    Regards
    Ashok Dalai

  • Roadmap steps  are not visible after patching

    Hi ,
    After upgrading or patching ,roadmap steps are not visible in my application.
    i have used several road maps in my application?
    what is the reason for this?
    Regards,
    Lakshmi.

    I have faced the same issue.
    These are browser compatibility issues.
    Different browsers behave in different manner.
    There is a permanent solution for it to upgrade tools version to 8.52.03.
    This update has been provided by oracle for resolution of browser compatibility issues.
    Hope it helps !!

  • Adding a new Custom Roadmap step

    I was wondering if a new road map can added to the FPM Application. Suppose say, a ESS application has a road map steps of Overview, EDIT, Review/Confirm and Save. One more roadmap step has to be added at the end. In this step, user should be able to print an interactive form.
    In the standard ESS application, this step is not available. Instead it is provided as a link in the "SAVE" step. This link opens up a Adobe Interactive Form. How to add a new ROAD MAP step so that once the user saves, next print should be automatically followed.
    your help will be greatly appreciated.
    Thanks!
    Message was edited by:

    Hi,
    You can add any no. of Road Map steps at the end or in the middle...
    Open the WebDynpro Component with prefix Cc (config component) go to Interface controller, in this check for the method <i>getROPState</i>....here u will find the Road Map steps defined...
    Suppose u'r code looks like below:(with 4steps)
         ROPStep step1 = new ROPStep("1", "Overview",null);
               ROPStep step2 = new ROPStep("2", "Edit",null);
               ROPStep step3 = new ROPStep("3", "Review",null);
               ROPStep step4 = new ROPStep("4", "Save",null);
    Add 5th step and include this new step in ROPStep as shown below:
    (ROPStep is the one which is shown at the top with all the steps)
                ROPStep step5 = new ROPStep("5", "Print",null);
    ROPStep[] rop = new ROPStep[] {step1, step2, step3, step4,step5};
    Based on the perspective highlight the Step.

  • Error during the PREP_INPUT/KX_CPYORG in the EXTRACTION roadmap step

    Dear Gurus,
    We are on SUSELinux 10 SP2
    Oracle 10.4 and
    I am in the process of applying EhP4 on top of my ECC 6.0 SR3 server and i m in the Extraction roadmap step and at a phase PREP_INPUT/KX_CPYORG which gives me the following error
    Severe error(s) occured in phase PREP_INPUT/KX_CPYORG! on my SAPEhPGUi screen and no log gives a clear explaination of this error, i have checked the log KX_CPYORG.LOG and it is as below
    ======================================================================================================
    2 ETQ399 Reading list file '/usr/sap/KDV/SYS/exe/run/dbatoolsora.lst'
    3 ETQ399 Copying file 'dbatoolsora.lst'.
    3 ETQ399 Copying file 'brarchive'.
    3 ETQ399 Copying file 'brbackup'.
    3 ETQ399 Copying file 'brconnect'.
    3 ETQ399 Copying file 'brrecover'.
    3 ETQ399 Copying file 'brrestore'.
    3 ETQ399 Copying file 'brspace'.
    3 ETQ399 Copying file 'brtools'.
    3 ETQ399 Copying file 'initSID.sap'.
    3 ETQ399 Copying file 'sapconn_role.sql'.
    3 ETQ399 Copying file 'sapdba_role.sql'.
    3 ETQ399 Copying file 'libsbt.so'.
    1 ETQ399 Copied 784 files.
    1 ETQ399 Failed to copy 1 files.
    But doesnt say which file..
    ======================================================================================================
    Apart from that i have also checked the log file SAPehpichk.log, which is as below
    CURRENTPHASE PREP_INPUT/KX_CPYORG
    ...started at 20091004010834
    Using phase log file 'KX_CPYORG.LOG'.
    Kernel is replicated from /usr/sap/KDV/SYS/exe/run.
    ...begin dialogue at 20091004010846
    ======================================================================================================
    i have also checked the files and the size of the /usr/sap/KDV/SYS/exe and /ehp4/EhPInstaller/EHPI/abap/exe folders and they look alike and no size difference among them.
    Can anyone please help me come out of this situation.
    I have re-run the Phase (repeated) many a times with no luck.
    Awaiting any inputs on the same,
    Million thanks in advance,
    Baso

    Dear All,
    The issue is resolved and i did the following
    1) Cancelled the Ehp4 installation
    2) Deleted EHPI directory
    3) Downloaded latest EhPI (which is released on 1 Oct)
    4) Restarted the EhP4 installation
    5) Changed the icmbnd file permissions in the source directory to 777 and owner to SIDadm
    6) Copied it manually with the same permissions into the target exe directory (ehp4/EHPI/abap/exe)
    7) After the phase reset the file permissions back to original in the source directory (/usr/sap/SID/SYS/exe/run)
    Only one good suggestion is download the latest EhP installer
    Hope this helps
    Thanks to all
    Regards
    Hunky

  • Cannot click on steps in RoadMap UI Element

    Hello experts,
    Is it possible to select a particular step on the RoadMap UI element, by clicking on it?
    The idea is to be able to click on a step and be able to navigate to the content of that step directly instead of clicking through Prev/Next.
    I do not see an "OnClick" event on a Step wherein I can create a handler. I am on NW 7.0 SPS15
    Regards,
    Puja

    Hi Puja,
    I guess you are takling about the step being highlighted with some different color when the user selects the step . if it is so then there is definatly an option for highliting the step with a color when you click on it .  Let me expalin you a very simple example by which you can understand iit more clearly.
    Step 1. You create a steps for instance (3)(step1, step2, step3). so here when i try clicking it on each step 3 different compeonents needs to be called wiht the step being highlighted.
    Step2:Create a node in the context say Roadmap (0:1) cardinality and attributes as (set_step(property as string) (set_next (wdy_boolean) set_previous (wdy_boolean).
    Step2. In compoent controller of your component create 3 methods hope u are already aware of this.
    set_step( ),  Set_next( ), Set_previous( ). and in attributes of component controller "Navigate" and in importing values giv 'Target'. whcih will capture the the target when we click on the steps.
    Step3: create inbound plugs and method Onselect.
    hope you know the procees to be done futher.
    Note: if you are not able to get the step as highlighted plz chekc  in the method set_step wether the step values are  being passed correctly if no then pass the value of step properly then i am sure that it will higlight the step when u click on it .
    if you want the code for the above senario will surely send it to u .
    GoodLuck!.
    Regards,
    Sana.

  • Complete steps of RoadMap UI element in webdynpro

    hi all,
         Can some one tell me the complete steps of how to implement RoadMap UI element in webdynpro.
    Thanks in advance.

    Hi Amol
    I need help in implementing RoadMap.
    My code is as follows:
      public void onActionStep1(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionStep1(ServerEvent)
    final String stepId = wdContext.currentContextElement().getStepSelected();
    wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+wdContext.currentContextElement().getStepSelected());
    wdComponentAPI.getMessageManager().reportSuccess("stepId ---> "+stepId);
      if ("Steps1".equals(stepId))
         wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+stepId);
         wdComponentAPI.getMessageManager().reportSuccess("Welcome to Step 1");
      else if ("Steps2".equals(stepId))
         wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+stepId);
         wdComponentAPI.getMessageManager().reportSuccess("Welcome to Step 2");
      }else if("Steps3".equals(stepId))
         wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+stepId);
         wdComponentAPI.getMessageManager().reportSuccess("Welcome to Step 3");
      }else if("Steps4".equals(stepId))
         wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+stepId);
         wdComponentAPI.getMessageManager().reportSuccess("Welcome to Step 4");
      }else if("Steps5".equals(stepId))
         wdComponentAPI.getMessageManager().reportSuccess("step selected ---> "+stepId);
         wdComponentAPI.getMessageManager().reportSuccess("Welcome to Step 5");
        //@@end
    StepSelected is a context attribute of type String.
    RoadMap.selectedStep is binded with StepSelected
    RoadMap.onSelect event with the action Step1
    But i'm not able to display msg on selecting the step.
    The above code is from the following link:
    RoadMap!!
    9

  • How to capture selected step in Roadmap FPM ?

    Hello gurus ,
         I am working on FMP Roadmap , can any one help in Capturing the selected step in fpm roadmap.
    Help will be appreciated..
    thanks in Advance.

    Hi Vishal,
    For your requirement go to process event method of component controller and write
    CASE IO_EVENT->MV_EVENT_ID
    ENDCASE.
    put an external break point at case statement and debug from output screen of FPM .
    when you click on any step .. the debugger will stop at CASE statement and give the which step is triggered.(MV_EVENT_ID  will capture the selected step in FPM)
    sample screen for process event method of case statement syntax..
    Regards,
    Naveen M

  • Roadmap Step Size

    Hi all,
    does anybody know if it is possible to change the size of every single step in a roadmap?
    I think it do not look that good if every step has an individual length...so I'm trying to find out if
    there is any possibility to change the size of each step.
    Of course it would be perfect if I could set a parameter to the roadmap itself to define the length of every step...
    Any idea????
    Kind regards
    Jens

    hi,
    no u cannot change the size as such. it will vary according to the size of the text you have for each step.
    this is what i know. if you find any such property, then let me know.
    regards,
    ritwik

  • Disable Security question tab in Roadmap step from Logon help window of Portal

    Hi Experts,
    After Upgrade of my portal server to NW 7.3, I see Security Questions as a Road map Step in inactive status.Before the upgrade it was not showing.
    Because of this, Users will be confused seeing an inactive tab showing up.
    Please refer the attached screen shot and advise how to remove this"Security question" from road map.
    Thanks in advance,
    Regards,
    Suresh Babu

    Hi Rishi,
    Thank you for your reply, Our portal version is Netweaver731 SPS07, Here we didn't find the parameter “ ume.logon.logon_help” said by you, but instead of this we have “ume.logon.logon_help.security question”, and its already have value "false". We also found security question option disabled under user admin options.
    Here screen shots are for your reference.
    Note: In our case "security question" showing in the road map but it’s not active and not asking for security question while resetting the password, and this issue is after upgrading from NW7.0 Ehp2  SPS11 to Netweaver731 SPS07.
    Thanks & Regards,
    Suresh Babu

  • I have followed your 5 step process to load elements 13 and it does not work.  It bears no relationsip to what comes up on my computer.  I have probably spet 10 hours trying to make elements 13 operational.  I have down loaded win64 7z and win64exe three

    I have spent over 10 hours trying to upgrade elements 11 to elements 13.  The 5 step process you sent me last night bears no relationship to what comes up on the computer screen.  I have downloaded win 64 7z and win exe to no avail--nothing happens.  What do I do???  How do I do it.  I am an old man an do not understand computer talk.  I need basic English.  I really need someone to call me at 972-403-1515 and walk me through the process.
    In addition you are now charging me for two programs---I only need one.  How do we correct that?

    This is a community forum, not Adobe. Volunteers can often help but as you have a number of problems I would recommend you contact Adobe directly using the link below. Use the dropdown menu for boxes (1) & (2) to scroll down the list and choose:
    1. Adobe Photoshop Elements
    2. Adobe ID, and signing-in
    3. Click on the blue button: Still need help? Contact us – then click the area marked chat 24/7, then click “start chat ”
    It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away. Have your serial number available. The agent can directly troubleshoot your system if you agree to activate the Adobe Connect add-on.
    Click here to get help now Contact Customer Care

Maybe you are looking for

  • DW CS5 Missing Related Files Problem

    Hello Hoping somebody may be able to help me with a missing related files problem in CS5. I've tried Adobe phone support but they couldn't solve the problem. *Some* of my sites (but not all) are not showing all the files related to that page. My page

  • Storage Array (EqualLogic) Status: Not Responding in VMM

    We have a customer running SCVMM 2012 SP1, using 2 nodes and the underlying storage is an EqualLogic box. Worked fine for a while, but a couple of weeks ago their SCVMM started complaining about failed jobs regarding the storage provider. The error m

  • Constant low battery warnings for ipod mini 1st Generation

    my ipod mini is doing something weird. When the Battery Meter says it's full, it displays this message that says "No Battery Power Remains, Please plug it into the Power Outlet." I have already tried the 5 R's and it didn't work. I sent it into apple

  • Are there PHP capabilities in Adobe Muse?

    I apologize ahead of time for my lack of coding knowledge. I have basic HTML knowledge, but little more than that. I'm attempting to start an online business and have been using Adobe Muse to create my website. So far, I've created a few pages and am

  • BC partition: 55gb total, 15gb used, showing only 25gb free..?

    Hey all, I'm not sure if this is normal but thought I would ask. I've done every kind of disk usage measurement tool I can think of (du, windows file sizes, osx file sizes.. etc).. all say that I am using 15gb of space on my 55gb bootcamp partition..