GP Desing Tab

Hello Friends;
I have added following roles to user.
<i>com.sap.caf.eu.gp.roles.administration GP Administrator
com.sap.caf.eu.gp.roles.designtime GP Business Expert
com.sap.caf.eu.gp.roles.runtime GP User
com.sap.caf.eu.gp.roles.sap_system_user GP SAP System User
com.sap.caf.eu.gp.roles.superuser GP Superuser </i>
but  I cannot see Desing Tab. Is there guide, pdf, blog, to learn requirements to GP.
I have many examples except pre-request of GP.
Thanks in Advance
Best Regards

Hi,
I think these roles should be enough, anyway look at the following document:
<a href="http://help.sap.com/saphelp_nw70/helpdata/en/4a/7eff418d7d5f24e10000000a1550b0/frameset.htm">Authorizations</a> and its Portal Roles section.
Have you also tried to refresh the portal? I does not usually work with refreshing the browser itself. So you should try to close it and open the portal in a new window (login again etc.)...
HTH:)
Regards, Petja

Similar Messages

  • JDeveloper 11.1.1.4 Design tab not visible

    Hello Everyone,
    I'm using SOA 11.1.1.4 version and I have unable to see the Design tab along with Source and History tab in BPEL.
    I've updated the SOA Extension and restarted the Jdeveloper and still facing not appearing the desing tab.
    What I did I uninstalled and reinstalled entire SOA suite, but still unable to see the Design tab in .BPEL file.
    If any of you have come across this kind of issue / possible fix for this let me know.
    Thanks,
    Sarath

    Thanks for the feedback.
    Lost page interface. may help to avoid the execution of the filter code at Design Time.
    Regards,
    Didier.

  • How do you print from the text (multiline) option so that all of the text is included?

    I'm trying the trial version of formscentral and have made a form. In this form I used the text (multiline) option. I saved the form as a pdf and filled it out to test it. When I go to print the form the only text that appears is what's visible on the screen. How do I print the form so that all of the information is depicted?

    This is something we are working on fixing but in the mean time what you can do is one of two things :
    1) make the multiline fields taller so that it would fit all the text in the responses.
          You can do that by going to the Desing Tab and dragging the bottom right corner of a multiline text fields to make them bigger.
    2) print the Detail View instead.
          From the View Responses Tab go to View > Detail View.
          Select the response you want to print
          Press on the printer icon at the bottom of the Detail View.
          This will print the data in a name/value pair format.
    Gen

  • Recursive Message Structure

    Hi ,
    For message mapping we are using an external defination with recursive structure.
    The name of the fields will be same but with different attribute value.  In Message mapping we duplicate the node and map the attribute to constant values during design but once we save this,  nodes get disappeared in desing tab in message mapping but will be visible when we test the mapping in the test tab.
    Is there any procedure , so that we can keep these nodes visible in design tab even after saving the Message Mapping.
    Regards,
    0mar.

    >
    Umar Syed wrote:
    > Hi ,
    >
    > For message mapping we are using an external defination with recursive structure.
    >
    > The name of the fields will be same but with different attribute value.  In Message mapping we duplicate the node and map the attribute to constant values during design but once we save this,  nodes get disappeared in desing tab in message mapping but will be visible when we test the mapping in the test tab.
    >
    > Is there any procedure , so that we can keep these nodes visible in design tab even after saving the Message Mapping.
    >
    > Regards,
    > 0mar.
    the issue is because you have not handled the node mapping for these fields. That is why during saving it goes away.
    Do the required mapping for the parent Node of the field you are duplicating

  • Error Site Studio : Cannot instantiate browser control

    Hi,
    I got this error when starting Site Studio on a machine where IE7 is the default browser. Can I work in Site Studio without those controls ?
    Jean-Philippe

    Hi,
    I am facing the same issue with my SS(10gR4) UCM(10gR3)
    Create a SS_LAYOUT_TEST_MAIN.hcsp page, Source & Desing tab is showing the respective data but preview tab is showing message "The webpage cannot be found".
    From UCM , SS_LAYOUT_TEST_MAIN.hcsp is displaying the content.
    Have you got the solution for this, Please suggest.
    Thanks
    Ashish
    Edited by: oraucm on Apr 10, 2013 6:15 PM

  • Parent / Child forms or sharing a parent region across child tabs

    I want to find a way to have the same region appear on multiple pages.
    ApEx has a good master / detail form wizard. And I have used other constructs (master view, report, "add a detail record button", etc) to make the screens more user friendly, less prone to user error, etc.
    In the past where there are a small number of these maintenance requirements I have used tabs, select list, menus, etc. to manage the user experience.
    I am now faced with an explosion of these types of tasks that require a fairly large dataset to be broken into many smaller maintenacne pages that are accessed by the role of the user. Could be up to 250 of these "master/detail" screens.
    I want to avoid 250 copied regions, or 10 regions copied 25 times... I want to have a single instance of a "master summary" region that I can share across several pages. The idea is to have as little redundant code (regions) as possible to ease developement and maintenance.
    I haven't figured this out yet and it does not seem anyone else is even looking for this functionality. Am I all alone with this need...
    Guess I'll go have a beer... or six.
    Any ideas are appreciated and I will buy a beer for anyone who shows up at my sailboat in Santa Cruz on April 20th.
    Sam

    I thought about that as an option. Create several regions on page 0 that were defaulted to not display and then have them appear as needed. That may be the answer.
    My level of sophitication with Apex is good when it is db desing, app design, ui, but I am not a WEB developer and so the finder points of HTML or java are somewhat a mystery to me.
    I saw some writeups on htmldb_get as being able to call shared processes or application pages. I know I can redirect to a ApEx url, I wondered if there was a way to call a region as an option.
    Thanks for the input,
    Sam

  • Several tabs leading to single page?

    Hi
    I'd like to use Tabs as the key navigation vehicle in my app. They give the user info where he/she is, where he/she can go and enable arbitrary graphical desing.
    But I need several tabs leading to the same page, The page's content is just parametrized by the particular tab. I miss the possibility to assign not only page to the tab but also the request and/or ability to set particular items as in case of branching.
    Is there any possibility to do that - i.e. let the page know, from which tab it was invoked to let it tailor its content appropriately?
    Thanks
    Roman

    Andy
    The root of my problem is a lack of "inheritance" in object-oriented manner in APEX.
    I have three very similar point of views on the same data. In the object-oriented world I would create the generic page solving what is common for these views. Than I would create three anccessors solving the differences between these views. It would enable me to use standard tab vehicle afterwards.
    In the APEX world I can choose between:
    1.) Maintain a lot of the same code on three pages.
    2.) Use page 0 at least for regions and items - pretty dirty workaround, moreover not supporting computations and processes.
    I understand that interactive reports or AJAX support have much higher priorities. Nevertheless I would take into the account that introducing inheritance make APEX engine even more robust and powerfull.
    Roman

  • Tab size with JTabbedPane

    I have an application that uses JTabbedPane.
    When the application starts, the tabs doesn't have an icon, but as the user interacts with the GUI I set the icon to show different status of the app.
    The problem is that when I set the icon, the tabs height changes to fit the icon size, with an awful effect.
    The most logical solution is to reduce the icon's size so the tab doesn't have to change its height. But those icons are used on other places, and I'm trying to avoid to have duplicated icons.
    There are two other solutions, but I haven't seen the way to implement them:
    a) Set the height of the tabs at desing time. Is it possible? I couln't find how.
    b) Tell the tab not to midify its height, even if the icon is not completely shown (yes, I prefer this). How?
    Do you have any suggestion? Thanks in advance.

    You dont need to have two sets of images. You can simply scale the image that you want to use for the iconI know, but I decided not to do so because I'm building just the beans, not the application or icons. I thought that modifying the icon's size at runtime could cause some loose of quality, I mean, I couldn't certify that the quality of the displayed image is enough, so I didn't want to assume that. As the tab icons are of fixed size in our applications, I prefer this approach. Am I wrong with the image quality?

  • Image Processor Tab Missing in New Adobe Bridge CC 2014

    In the new Bridge CC you used to have a TAB under tools called Photoshop which you could run the script Image Processor for easily processing jpegs. What has happened to this and is their maybe a new way of processing jpegs to lo-res that I dont know about from tiff or jpeg or does my bridge have a problem?
    I have attached a image grab from my bridge that shows that the tab is not there. I know that you can access image processor directly from Photoshop, but they used to always be linked.

    No, it is still in Bridge CC.
    Did you uninstall Photoshop CC after installing Photoshop CC 2014? If so, that may have removed some of the Bridge integration scripts by mistake. Re-installing Photoshop CC 2014 should replace the scripts.
    and it should give the image processor tab back

  • Logical Level in Content Tab

    Hi,
    What is the use of Logical Level under Content Tab in Logical Table Source?
    Need more information, docs related to this
    Thanks,
    Satheesh

    Hi
    This logical level is useful for level bases metrics.It shows the levels in your hierarchy.We can give the level in this and in the report it shows the data for that level only.
    See this lnk, http://gerardnico.com/wiki/dat/obiee/measure_level_based
    Thanks
    Don

  • Images for tabs are not getting displayed in the page

    Hi,
    I have given images for tabs on a page. when iam applying images from the local disk, it is showing the images in edit mode. But when I view the page, it is not showing any images.
    Where should i copy the images I use in my pages. I ahev copied all the images in the images directory of portal30 in server.
    Please help.
    Murthy

    Hi,
    Please check the httpd.conf file in your server for /images alias. The /images alias will point to a directory. Copy your
    image files in that directory.
    Thanks,
    Sharmila

  • How do I use Panorama / Tab Groups with the keyboard?

    Yes I know that CTRL-SHIFT-E opens the panorama window, and then I can use the mouse to organize my tabs into groups.
    But how do I do this with the keyboard?
    I've [http://lifehacker.com/#!5719596/switch-between-tab-groups-in-firefox-with-a-keyboard-shortcut read] [http://ubuntuforums.org/showthread.php?t=1705714 that] Ctrl-`should move me through tab groups. That doesn't work for me on my Danish keyboard. (Where the ' and ` chars are weird. But is how they are on a valid standard Danish keyboard) I've tried changing the keyboard to USA and then moving through tab groups works fine.
    In short: Pretend I don't have a mouse. How do I use Panorama / Tab Groups?

    Sorry. These are both known bugs:
    [https://bugzilla.mozilla.org/show_bug.cgi?id=587010 Bug 587010] - Add keyboard UI for manipulated groups and tabs in Tab Candy
    and
    [https://bugzilla.mozilla.org/show_bug.cgi?id=626594 Bug 626594] - shortcut for switching tab groups is badly accessible on many non-US keyboard layouts

  • My downloaded text sounds do not show up under the sounds tab in settings after installing 8.1.1. can someone help me please?

    i downloaded a couple text tones and since installing 8.1.1, they will not show up under the sounds tab. in fact, they do not show up in my recent purchases on itunes, but when i go to buy them again, it says that i have already bought this tone. I just want to use the tones i paid for as the tones on my phone. not asking much.... thanks for the help. i hope someone can help me get the tones working. thank you.

    This was happening to me too but only for some of my songs. I have a mac so I dunno about PCs, but for most of my ringtones I had to create an ACC version in itunes to make them short enough then turn that into a m4r and those all worked fine. But if the song was already short enough and I didn't create an ACC version and just turned the original into a m4r, then it wouldn't appear in my itunes.
    so if you're on a mac:
    1. go to get info, options, pick when you want the song to start and end.
         Has to be pretty short to work, 30 second or less is good
         if it's already short enough that's fine
    2. right click and click 'create ACC version'
         a copy with the length you put in will appear, drag that into a folder or whatever and just type in m4r where m4a would be
         still make an ACC version even if it's the right length
    Hopefully this helps someone else.

  • Jabber 9.2.6 - No Phone Tab

    When clicking on the message icon in jabber we get an error message stating the user is not signed in, to resolve goto the phone accounts tab under the options window, we have no such tab showing, anyone help?

    Neither CUCM nor CUC are SSO-integrated with Active Directory in the current shipping versions to say nothing of Jabber itself. All LDAP Auth in the server does is relay the user-provided credentials to the LDAP server for a go/no-go decision. The user/client is still responsible for providing them to whatever Cisco server it's trying to authenticate to. The XML Jaime mentions above instructs Jabber to copy/paste the credentials you entered when logging into Jabber itself into the PhoneService (i.e. CCMCIP) and Voicemail (a separate element).
    Please remember to rate helpful responses and identify helpful or correct answers.

  • When I login to my homepage yahoo, why does a paypal tab open next to yahoo, and will it harm anything?

    When I log on to Mozilla, my homepage is Yahoo, but next to the yahoo tab on the left is a small tab with the paypal logo, will this harm anything, and can it be stopped?

    You may have "pinned the tab". Right click on it and unpin the tab to make it go away.

Maybe you are looking for

  • No longer able to attach files

    I received a note from 2 separate users today stating they aren't able to upload files to our wiki server anymore. When they try the receive the error of: The file you selected is too large (maximum file size is %i Bytes) I logged into the server and

  • Loading up photos and videos to forums, etc

    I have had this problem for a while now. I can't seem to load photos or small videos to forums etc. I keep getting a safari exception error every time. I have checked permissions and security settings and they seem fine. Does anyone else have this is

  • CALL FUNCTION IN BACKGROUND TASK - enable tRFC

    Hi Experts, I want to call a Remote Function module 'IN bACKGROUND TASK' and get the status in SM58 within the same AS. Kindly help me to do this. Requirement is to call the remote function module asynchronously in a guarentied way. Thank you Nikhil

  • Function module to get desktop path

    Hi All, Is there any function module to get the desktop path? I have tried using CL_GUI_FRONTEND_SERVICES=>GET_DESKTOP_DIRECTORY, but it is not returning any value. I can't hardcode "C:\Documents and Settings\<<<user-name>>>\Desktop" as some users ha

  • What Adobe product do I need in order to be able to flatten a pdf document so that my comment/stamps appear when I send to clients.

    What Adobe product do I need in order to be able to flatten a pdf document so that my comment/stamps appear when I send to clients.