Hide the Button Next / Previous in Main Steps on GAF.

Hello Friends,
I have to develop one application using GAF.
In this applicaion there is no INITIAL Screen.
application directly start with Main Step but Application doesn't have Button Next and Previous like standard GAF application.?
How to Hide the Button Next / Previous and change the name of Button?

Hello Julia,
You are absolutely correct.
But the thing is, first screen of my application only have the button 'Start' and also roadmap is displayed.
But in standard GAF application,
if i configured my window as Inital Screen then button Start will come, but raod map will not come.
if i configured my window as Main Step then Road Map will come with Button 'Previous; and 'Next'. but Button Start will not come.
either I can add the Button 'Start' in Main Step or change the name of Button 'Next' to 'Start'.
But button 'Previous' nothing make sense, so i have to hide this button.
my 'Start' button will act as Button 'Next'.
but how can i hide the button 'Previous' and change the name of button 'Next'.
could you please suggest me shall i develop this application using GAF or simply use the Roadmap UI element in my web dynpro abap application?
Thanks
Edited by: Chandraprakash Sulakhe on Apr 6, 2009 11:34 AM
Edited by: Chandraprakash Sulakhe on Apr 6, 2009 11:42 AM

Similar Messages

  • HT202159 Tried restarting download from the "Purchases" tab but the app comes out with "an error ocurred " message and I the button next to it is grey without any text or action. Please help, cannot dowload bad piggies game

    Tried restarting download from the "Purchases" tab but the app comes out with "an error ocurred " message and I the button next to it is grey without any text or action. Please help, cannot dowload bad piggies game

    Hi aaronvilla,
    Sorry to hear you are having issues with your iTunes Store purchase.   The following information should help you with this:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    To report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase, follow these steps:
    Find the email receipt for your purchase.
    Click Report a Problem under the app that is having the issue.
    When prompted, enter the Apple ID and password you used to purchase the item, then click Report a Problem.
    Click Report a Problem next to the item you are having an issue with.
    From the Choose Problem dropdown menu, choose the appropriate issue.
    Follow the onscreen instructions and—if prompted—type a description of the problem into the text field.
    Click Submit to have your issue reviewed.
    Hope this helps ....
    - Judy

  • How can hide the buttons based on condition

    Dear all
    I have to hide the button based on condition
    When I open the third page directly I want to hide that button
    When I open the third page via first and second page I need to visible that button
    I pass spell parameter from first to second and second to third
    In third page I get the value using pagecontext
    I write the code in third page co
    If I go directly third page it is null
    If I go to third page via first the value is Y
    If(“Y”.equals(pmode))
    OASubmitButtonBean btn =( OASubmitButtonBean )webBean.findChildRecursive(“<id>”);
    If(!btn=null)
    btn.setrendered(true);
    else
    btn.setrendered(false);
    but the button is not hiding
    Regards
    Sreekanth

    Hi Srikanth,
    I have modified ur method:
    OASubmitButtonBean btn =( OASubmitButtonBean )webBean.findChildRecursive(“<id>”);
    If(btn !=null)
         If(“Y”.equals(pmode))
         btn.setrendered(true);
         else
              btn.setrendered(false);
    Thanks,
    'Kumar
    Edited by: Kumar Kovela on Aug 3, 2009 5:53 AM

  • How to hide the buttons based on some conditions

    Dear all
    Good morning
    i have three pages
    when ever user directly go to third page i want to hide the button "backtofirstpage"//button name
    when user go to third page via first page i mean first page i want to visible the button "backtofirstpage"/button name
    what is the procedure
    at least hiding is not posible at least disable/enable
    Regards
    Sreekanth

    Hi,
    In the if condtion read the value of parameter [[You need to send it from first page]] and get it in process Request Method of controller of third Page and based upon it set the render property of that button & in the else condition set the render property to false.
    You need to create a PVO & also create a Boolean attribute.
    Set the render property in Property window like ${oa.xxPVO1.setRender} -- ${oa.viewInstanceName.viewAttributeName}.
    Read more in dev guide & search through the forums.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How can we disable/Hide the buttons at items tab in header level Gen tab?

    Hi,
    How can i disable/Hide the buttons(Delete,insert...) in item details of general tab of Order Header?
    I am not able to do it with screen varients.
    Please let me know your views.
    Points will be given.
    Thanks,
    Adi.

    Hi,
    How can i disable/Hide the buttons(Delete,insert...) in item details of general tab of Order Header?
    I am not able to do it with screen varients.
    Please let me know your views.
    Points will be given.
    Thanks,
    Adi.

  • G4 power mac PCI, cuda / pmu button (s),&#160; what is the button next to the cuda / pmu button for ??

    In this photo from Apple on resetting the "cuda" or "pmu", there is the proper button circled for the reset. My question maybe silly, but WHAT is the button just to the right of it for ??   .....  It must be important enough to HAVE a BUTTON ??  ..... shown in this photo.
    OK, here it is, just outside the red circle, to the right.  It must be Important enough to HAVE a BUTTON, yet I have not seen , or heard of it being mentioned anywhere ???   .....   I have this very machine and I am expierencing some problems with it, and I find myself so tempted and wanting to push it !!, ... But not knowing what it's for has the wheels inside my head spinning (like mad).  ....  It and other things maybe driving me crazy (ier) !!
    ANYONE KNOW WHAT IT'S FOR ?????  .............  Thank You, and Have a Nice Day !!,  wayne146

    japamac, thanks for the fast reply,
    I have done the cuda reset with some success, still not working correctly though, machine only responds to power button on the front, not to the k/b button, (it did before) even used another k/b, both known to be good. Since this problem started, cuda reset has been done a few times, with some time intervals between them, battery tested, new battery, etc., etc.
    On my screen here, near the top, is a column titled, "more like this", in it is a "green checked" answer that reads; After resetting cuda / pmu, doesn't power up, 400mhz imac (<not my machine, I know) what next" answered by "Spudnuty", IN his reply's he mentions a list called "Symptoms / Cures Tables", related to pmu / cuda problems as I read it. Yet I have not found any such list by doing searches varying how I word it.
    Would You know of this list ?, or if it is still available ? ..... I had no luck looking for it, ..... wayne146 ....    

  • How to hide the button flyout which is present in a listview?

    Hi,
    I am developing a windows store app.
    In my app I have created a listview , this listview contains some buttons also , for these buttons I have added flyouts , These flyouts contains close button .
    My problem is when I click on close button I want to hide the flyout .
    How to do this ?
    any help..
    thanks.....
    Suresh.M

    Flyout.Hide is what you want to call.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Can we insert main step in between the existing main steps in GAF apps?

    Hi,
    I just wondered when I have to place an all new view between the steps already existing in the  GAF Application,
    and I was unable to find any button for insert new step or copy a step or to move a step.
    I have 5 steps in GAF App and wanted to add 6th step in between existing 4th and 5th step. But every time the new
    step gets added in the last, and I think I could not find any way to move this new step prior to old one.
    It will be tedious for creating the old step again with all the setting of toolbar and other setting if I delete the previos step.
    Isn't there any solution?

    Hi,
    Please go through the below doc
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/507b2811-652a-2f10-be94-96b4bf3863e9?QuickLink=index&…
    and follow the same procedure using button 'Add Substep'.
    BR,
    RAM.

  • Hide the button

    Helllo all,
    How can i hide the EXPORT button in the DocumentViewerRN? This export button is populated when the RUN button is clicked in that region. So i need to make this EXPORT button visible on the button press of the RUN button.
    Note: This DocumentViewerRN is a seeded region i'm importing in my page to display my pdf output.
    Thanks a lot for help in advance.
    Kumar

    Hi Gaurav,
    I did like you specified. Below is the code i have implemented extending the controller class of the documentviewerRN but still its not hiding the EXPORT button.
    public class xxxDocumentViewerCO extends oracle.apps.xdo.oa.common.webui.DocumentViewerCO
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OASubmitButtonBean exportbutton = (OASubmitButtonBean)webBean.findIndexedChildRecursive("Export");
    exportbutton.setRendered(false);
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    if(pageContext.getParameter("Go")!=null)
    pageContext.forwardImmediatelyToCurrentPage(null,true,null);
    Please advice
    Edited by: user539616 on Mar 18, 2011 9:26 AM

  • What is the intention of the buttons next to my playlist name?

    When I'm playing a playlist or genre, there are buttons that look like "play" and "shuffle" next to the name of the playlist or genre. They seem to skip to the next song. Is that what they're supposed to do? It'd be nice if there were tooltips to tell me what the intention is. Still not terribly intuitive, but better than before I suppose.

    You'd think they would be the same, wouldn't you? Here's what I think I've discovered, though:
    - the Play button next to the playlist will start a track playing, and if clicked again sends the track back to the beginning rather than stopping the track. I'm not quite sure the purpose of that would be.
    - the Shuffle button next to the playlist picks a random track from the list everytime it's clicked. It allows you to manually shuffle the playback without setting the list to always shuffle.
    - the Shuffle button up in the progress window toggles Shuffle on and off for the playlist overall so that any time the list it played it shuffles. How this works if a track belongs to multiple playlists I haven't yet figured out, but it seems that unlike earlier versions of iTunes, Shuffle cannot be set for individual playlist; it seems to be all or none, though I'm not certain.
    Definitely not intuitive.
    Regards.

  • How to hide the button in ESS service PZ01?

    Hi ESS experts,
    In the 'Who's Who' service, when we got a person after search, there is a button 'Org Structure Chart' for the person. Since we didn't setting up the chart, it won't show anything. Do you know where can I hide this button? I haven't found it in the IMG 'Who's Who' configuration.
    Thanks a lot.
    Best regards,
    Johnson

    Hello Om,
    Thanks for the reply. Actually we don't ant to give the personalise option to the users therefore don't want to use the CTRLSHIFTRight Mouse Click for hiding buttons..
    if there is some personalize option valid for the entire portal ,then we can go for it.
    Looking forward to your reply.

  • The button to return to main menu on the phone

    I'm having trouble with the button I normally press once to get to the main menu now I have to hold the button down for a few seconds just to get to the main menu, I have the first iphone so if you can help me let me know!

    That button is called the home button. - do a search to see if there have been any other posts about this first....
    Have you downloaded any apps recently - if so that could cause the problem. delete the app form the iphone and then restart iphone.
    Do a synch on your iphone and restart iphone
    if none of this helps then phone applecare

  • I've tried to add desk top icon to your browser but i am having a problem .i have set my home page to msn and can't find the button next to address bar to set i

    i can not get to options window-content panel-where i was told i can drag it to my desk top if you have a link or any way other then that i can get this resolved. on ie all i had to do was right click my mouse.please help thank you sal

    If you are talking about moving the page to your desktop, then all you have to do is drag the favicon to the left of the address bar to the Desktop.
    If you are talking about something else, please explain a little clearer.
    Thank you! :)

  • Change text label 'Next' in GAF main step

    Hi Guys,
    I have seen some example in the package APB_FPM_DEMO have already done this.
    But it seems I am unable to change the button 'Next' attributes , how to change the text of predefiend button 'Next' ?
    best regards,
    Vincent

    Hi Vincent,
    On the last main step (e.g. activation step, review step or step before confirmation) the Next button can be labeled with suitable own text, indicating a final action leading to the confirmation step.
    Best regards,
      Andreas

  • FF4: Why did you take off the embedded '+' button next to the tabs ?

    Now the this item is part of the "new tab" option. So you can choose either have it next to the tabs, OR, as a button on the toolbar. In all previous versions I had the new tab button in my toolbar, and also, the embedded + button next to the tabs. So i could add a new tab either way.
    Could you please revert this back ? Thanks!!!

    Yeah, I know that. But the thing is, in previous versions, the + icon was part of the GUI.
    Now the + icon is, in fact, the "new tab" button.
    So you have to choose between 2 options, or have it as the + button in the tabs bar, or having it as a normal button in the toolbar.
    I don't understand why they modified this. Or at least, have the "new tab" button available even when you have the + button next to the tabs.

Maybe you are looking for

  • Display Report Parameter Form on Web Browser

    I have prepared a report (with a user parameter form )using Report Developer. Then I call the report in a web-based application through the web-browser. the parameter form display normally, except that there are two buttons on the top : submit and re

  • Insert Record with Parent/Child Tables doesn't work with Oracle - unlike AC

    Hi, I just Migrated a MS Access 2010 Database to an Oracle 11g Backend with the SQL Developer Tool. The Migration went fine, all the Tables and Views are migrated. I'm working with MS Access as Frontend. The application has some Datasheets with Subda

  • How to move Tablespace from One disk group to another disk group in RAC

    Hi All, I have 11gR2 RAC env on Linux. As ofnow I have problem with disk group. I have 3 disk group which is almost full - 98%. I have added one NEW disk group and want to move some of the Tablespace(TBS) from OLD disk group to NEW diskgroup and make

  • Service Name

    Hi, I have installed Oracle 8.1.6 fo Win 98 on my computer. How can I configure listener.ora, sqlnet.ora and tnsnames.ora to use Service Name: Test. I need to use this any service name on localhost without connecting to the network. Thank's Ondrej nu

  • Dynamic Sql giving error

    Hi, I am creating a BIP report and it is giving an issue on generating Data XML in OTM application. The Report XML is simple query and taking input parameter for shipment_gid, the parameter is handled in SET_LEXICAL_PARAMETER to add where clause and