GUID via the URL

I am looking for a possibility to navigate from an eMail to a specific item in the portal. I think I would be able to navigate to e.g. the Portfolio Manager role.
But how to display a specific item? Is there any possibility to pass the item GUID via the URL?
And
When i  open the portal and then click on all projects and then move on to a project.
Instead I want a link which will directly take me to the individual project.
Regs.

The use of URL parameters is explained here:
[http://help.sap.com/saphelp_nw70/helpdata/EN/7c/3545415ea6f523e10000000a155106/frameset.htm]
hope this helps.
rgds,
Jeroen

Similar Messages

  • The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?

    The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?
    Help, please.

    Try clearing Safari's cache : Settings > Safari > Clear Cache (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Reference additional parameters via the URL

    Is it possible to reference additional parameters via the URL?
    I would like to be able to reference the value of CUSTOM_PARAM in the following simple example
    f?p=4000:1500:3712511906556636:::RP::&CUSTOM_PARAM=12345

    Hello Craig,
    I dont know if you already solved the problem but as you probably noticed I had the same, if you are running on a remote host with minimum privileges this is simply not possible but if you have your personal server and database this is the solution to go(thanks to your idea).
    create or replace procedure APEX_040000.f2(
    P in varchar2,
    P_SEP in varchar2 default null,
    P_TRACE in varchar2 default null,
    C in varchar2 default null,
    PG_MIN_ROW in varchar2 default null,
    PG_MAX_ROWS in varchar2 default null,
    PG_ROWS_FETCHED in varchar2 default null,
    FSP_REGION_ID in varchar2 default null,
    SUCCESS_MSG in varchar2 default null,
    NOTIFICATION_MSG in varchar2 default null,
    CS in varchar2 default null,
    S in varchar2 default null,
    TZ in varchar2 default null,
    P_LANG in varchar2 default null,
    P_TERRITORY in varchar2 default null,
    code in varchar2 default null, <-- Custom variable
    error_reason in varchar2 default null, <-- Custom variable
    error in varchar2 default null <-- Custom variable
    +) is+
    begin
    --write your code here+
    APEX_040000.f(P => P,P_SEP => P_SEP, P_TRACE => P_TRACE,C => C, PG_MIN_ROW => PG_MIN_ROW, PG_MAX_ROWS => PG_MAX_ROWS, PG_ROWS_FETCHED => PG_ROWS_FETCHED, FSP_REGION_ID => FSP_REGION_ID, SUCCESS_MSG => SUCCESS_MSG, NOTIFICATION_MSG => NOTIFICATION_MSG, CS => CS, S => S,TZ => TZ,P_LANG => P_LANG,P_TERRITORY  =>  P_TERRITORY);
    end f2;
    Then it is important to indeed grant public access to it with:
    grant execute on APEX_040000.f2 to public;
    Now here comes to part that actually does it and where the right privileges are needed.
    create or replace public synonym f for APEX_040000.f2;
    Overloading the F procedure didnt work for some reason, probably because F is a wrapped procedure.
    But this worked perfect !!!

  • How to pass session variables via the URL in CF10?

    Hi
    I have a client with some old Flash functionality (AS2). The SWF allows the user to upload an image. However a new session is being started when the upload script is called. I have added the CFID, CFTOKEN and JSESSIONID to the URL as I did in the past to maintain the session but I believe you cannot do this anymore with CF10, if this is correct can anyone point me in the right direction of how I would accomplish maintaining the session for the upload?
    This has a note about CF 10 - http://forums.adobe.com/thread/1178420
    Kind regards
    Shaun

    Hi Shaun
    Are you facing the same issue with all the browsers?
    Thanks
    VJ

  • Pass parameter to apex page via the URL

    Hi, I need to pass a parameter into a page that will be used in a query inside a report region,
    e.g report region query is
    select link_id, page_id, menu_parent_id, link_text, link_url
    from portal_pages
    where page_id = :page_id
    So the page will display different links depending on what value is passed to the page in the variable.
    I know with normal URL syntax it would be something like
    http://www.domain.com/page.html&page_id=1 (where page_id is a hidden variable in apex)
    but how do I do this with an apex page like :-
    http://host:port/pls/apex/f?p=123:9 <what goes here ? and what goes in the page for it to work>
    Any help appreciated - noob to Apex
    Thanks
    Phil.

    If your item to be used in the url is P1_Page_Id, the
    url should be something like:<br>
    http://host:port/pls/apex/f?p=123:9:page_id:&P1_Page_I
    d.
    Thanks for comments, understand the syntax of the apex URLs now, got the item sorted in the page now, all working.

  • Passing Values Via the URL

    Hello all,
    First off im pretty new to Apex and the Apex forums so Hello!<br>
    Im currently trying to create an Application which contrains a report. Now the report has a Source which contains the following:
    <br><br>
    SELECT 'a href="f?p=' || v('APP_ID') || ':7:' || v('SESSION') || ':' || ID || ':P7_TBname:' || v('APP_PAGE_ID') || '" INVALIDATE</a>' Invalidate,
    <br><br>
    now this seems to be corrently passing the Page number forwards, however I'm at a loss as to how to now remove this number from the URL and place it in a text box on page 7.
    <br>
    Can any one help me out on this one?
    <br>
    Thanks a lot in advance
    <br>
    Message was edited by:
    Harkonan (removed angle brackets from hyperlink so it displays)

    Found the problem,
    For any one searching in the future:
    The URL had the item values and name in the wrong section of the URL, as it was they were in the Debug and clear cash sections. Adding two : before the name solved this. For reference see this:
    f?p=App:Page:Session:Request:Debug:ClearCache:itemNames:itemValues:PrinterFriendly

  • How does the URL of DataSocket constitute?And how to use it in LabWindows/CVI ?

    Hi !
    There's a problem puzzled me some days.How does the URL of DataSocket constitute ? And how to use it in LabWindow/CVI ?
    For example.I have downloaded a code in http://zone.ni.com/devzone/cda/epd/p/id/3787.I want to make it work properly.So I configure my DataSocket Server Manger according to the URL of this statement.
    DS_Open ("dstp://weather.natinst.com/weather/current",
    DSConst_ReadAutoUpdate, DSCurrentCallback, NULL,
    &dsCurrentHandle);
     My DateSockket Server Manger is configured as:
    However,it could not work properly when I debug it.
    There's a introduction at the top of the code."You may need to replace the references to weather.natinst.com to 130.164.140.10 if the DNS isn't working properly."So,I modified the statement into
    DS_Open ("dstp://130.164.140.10/weather/current",
    DSConst_ReadAutoUpdate, DSCurrentCallback, NULL,
    &dsCurrentHandle);
    but,it did work properly.
    We want to communicate with other computers via the URL of  DataSocket in LabWindows/CVI.Whereas,how could we make it ia the URL ?
    If anyone could help me solve this problem,I would appreciate it very much !
    Best regards.
                     xiepei
    I wouldn't care success or failure,for I will only struggle ahead as long as I have been destined to the distance.

    Hi !
    Thank you very much for your reply! I will accept your advice.
    Besides,I have another question.If I want to visit other computers or other websites,how does the URL of DataSocket  I constitute ? Does the URL has any relation with the DataSocket Server Manger ?If does,how to configure the DataSocket Server Manager to let them connected.If they have no relation,how to use the DataSocket Server Manger ?
    After all,I want to know how to use it in LabWinows/CVI ?
    Thank you very much !
    Best regards!
    I wouldn't care success or failure,for I will only struggle ahead as long as I have been destined to the distance.

  • Does your adapter monitor run REALLY via the Runtime workbench

    We on SP10 and it takes forever to display adapter status. Are you facing the same problem...is there another option or way around this.
    Thanks,
    Parimala

    Sridhar,
    I should've told you this in my last response. I tried selecting the button again few seconds after the first time. It still took its own sweet time (something like 5 - 8 mts...interestingly it does not crash/timeout). I'm now trying you second suggesting...going via the url directly and still no sign. This time clicking on refresh via the webpage refreshed my original screen.
    Are we the only ones facing this delay.
    I would think this is the one of the most commonly used transaction.
    thank you for any additional feedback.
    Parimala

  • Pass a record ID without using the URL

    I need to pass a record ID when a user clicks a link, but I don't want to pass it via the URL. I can't figure out how to do so.
    I have built a forum, and the forum users want to be able to quote a post and the respective replies. So, just like this forum, you have an original post, and then you have a repeating region of numerous replies below. So, what I need to do is enable the page to identify the unipue ID of the clicked record to quote from others that might also be available on the page, but without passing a URL variable, I can't figure out how to do it.
    I would like to be able to set a session variable, but I don't know how to acheive this via a link so I am passing the correct record ID.
    Does naybody know how I can do it?
    If possible, I don't want to use a URL variable for security reasons.
    Thanks.

    Never mind. The answer was to use
    <input type="hidden" name="needId" value="<?php echo $_GET['needId']; ?>" />
    Thanks to iPHP for answering this in another thread.

  • How to suprress the dialog box when we run the URL in the IE

    Hi,
      Is there any way to supress the dialog box which will ask for userid and pwd of the current SAP Box from where its being executed.  Even if we enter the URL of the BSP application in the internet explorer I am getting the popup box for userid and pwd.
    Regards
    Ganesh

    Hi,
    You can supress the dialog box by entering default user ID and password in the application node in your SICF transaction. This is hardcoding sort of method.
    Other way is like this,
    Go to the BSP application SYSTEM. Execute the the page "sso2test.htm " to test the Single Sign on.
    Pass on the User name & password via the URL as follows,
    http://<host>:<port>/sap/bc/bsp/sap/system/sso2test.htm?sap-user=myName&sap-password=myPassword&sap-client=myClient
    If single Sign on is enabled then the BSP page will not ask for a password.
    The same thing you can follow in your own BSP application.
    If SSO is not enabled then you need to go to the RZ10 transaction change the following parameters.
    login/create_sso2_ticket
    login/accept_sso2_ticket
    login/ticket_expiration_time
    Look at this link it would be helpful,
    http://help.sap.com/saphelp_webas620/helpdata/en/5c/b7d53ae8ab9248e10000000a114084/frameset.htm
    Hope this solves the problem. For further quiries pls revert back.
    Regards,
    Ravikiran.C

  • I can no longer receive or send email via my Yahoo account  from my iphone6.  I've downloaded several "help guides" from the internet and tried them, including deleting the Yahoo account and re-adding it via imap.  But nothing seems to work.  Any ideas?

    I can no longer receive or send email via my Yahoo account from my iphone6.  I've downloaded several "help guides" from the internet, deleted and re-added the account via imap settings.  Nothing seems to work.  Any ideas?

    Use the yahoo app if available?

  • When i try to sync contact via itunes to outlook, it doesnt get sync, even i checked the sync contact with outlook. Can anyone guide whats the actual problem.

    When i try to sync contact via itunes to outlook, it doesnt get sync, even i checked the sync contact with outlook. Can anyone guide whats the actual problem?

    I have similar problems trying to synchronize my calendar, also after update on 7.1.1. on my Iphone 5.
    It doesn;t replace the outlook entries on Iphone 5.
    I didn,t try to synchronize the contacts, because it may fail.
    Has any one an idea what could be the reasson for thid synchronize problems.

  • Trying to find the URL used when installing Flash player via ActiveX pop-up

    I'm trying to determine what URL would be used when a customer clicks on the Activex Pop-up to install Flash player. 
    I've found a document that indicates the URL used when updating Flash Player via the Auto updater, but I think they are different URLs....  Can anyone help?

    thanks guys for the replies.
    Just to clarify, I am in no way having troubles installing Flash player.  I'm a tech specialist, and have been for many years.  I am fully able and aware of how to update Flash player.
    What I am trying to get is the URL that would be used when a client click on the "Install Adobe Flash Player" ActiveX Pop-up.
    thanks for the URLs you sent, and I do have those, I'm just wondering if any can confirm "as for sure as possible" what URL is used with that ActiveX Pop up.
    Our corporate has several web-based products that do NOT work with th emost recent version of Flash Player.
    We are trying to find all possible Flash Player installer URLS that are used, so we can block them on our Proxy server.
    Thanks again for everyone's reply, and if anyone knows for sure the info I need, please let me know

  • [svn] 4606: Make policy-file-url optional via the ant task.

    Revision: 4606
    Author: [email protected]
    Date: 2009-01-21 09:44:27 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Make policy-file-url optional via the ant task.
    The policy-file-url - takes a empty sting from the command line to separate two urls.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18401
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18401
    Modified Paths:
    flex/sdk/branches/3.x/modules/antTasks/src/flex/ant/types/URLElement.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • How do I parse a web page via a URL in the clipboard

    Hi.
    I would like to read the html source of a web page into a string variable. The contents of the clipboard contains the URL.
    How do I do this ?
    Regards,
    Harry W.
    PowerMac G5 Dual 2.5GHz   Mac OS X (10.4.3)  

    What I have done is write an Applescript that parses a URL copied from a web site (http://www.ebroadcast.com.au/TV/static/PerthNight.html?) read the web page using CURL and use the EyeTV API to schedule a recording.
    The applescript is as follows;
    property |version| : 1.0
    property author : "HarPat Software"
    property |date| : date "Saturday, 18 February 2006 12:00:00 AM"
    property license : "freeware, open-source"
    version 1.0, February, 18, 2006
    - Initial version.
    set theURL to contents of (get the clipboard) as text
    if theURL contains "http://www.ebroadcast.com.au/cgi-bin/TV/detail?" then
    set thePage to do shell script "curl " & quoted form of theURL
    set theBDateStr to "Broadcast Date: "
    set theChannelStr to "&chan="
    set theDescriptionStr to "&descrip="
    set theBTimeStr to the offset of "Broadcast Time: " in thePage
    set theDurationStr to the offset of "Timeslot Duration: " in thePage
    set theBDateOff to the offset of theBDateStr in thePage
    copy (characters (theBDateOff + (length of theBDateStr)) thru ((the offset of "Channel: " in thePage) - 9) of thePage) as string to theBroadcastDate
    set theChannelOff to the offset of theChannelStr in theURL
    copy (characters (theChannelOff + 6) thru ((the offset of "&state=" in theURL) - 1) of theURL) as string to theChannel
    set theDescriptOff to the offset of theDescriptionStr in theURL
    copy (characters (theDescriptOff + 9) thru ((the offset of "&fta=" in theURL) - 1) of theURL) as string to theTitle
    set theBTimeOff to the offset of theBTimeStr in thePage
    copy (characters (theBTimeOff + (length of theBTimeStr) + 23) thru ((the offset of "Classifications: " in thePage) - 10) of thePage) as string to theBroadcastTime
    set theDurationOff to the offset of theDurationStr in thePage
    copy (characters (theDurationOff + (length of theDurationStr) + 26) thru ((the offset of "<!--<br>" in thePage) - 11) of thePage) as string to theDuration
    set Durationsecs to (theDuration as integer) * 60
    set thetheBroadcastDateTime to theBroadcastDate & " " & theBroadcastTime
    set aChannel to 0
    if theChannel = "2" then
    set aChannel to 1
    end if
    if theChannel = "7" then
    set aChannel to 2
    end if
    if theChannel = "9" then
    set aChannel to 3
    end if
    if theChannel = "10" then
    set aChannel to 4
    end if
    if theChannel = "SBS" then
    set aChannel to 5
    end if
    if theChannel = "31" then
    set aChannel to 6
    end if
    tell application "EyeTV"
    make new program with properties {start time:date thetheBroadcastDateTime, duration:Durationsecs, title:theTitle, channel number:aChannel}
    end tell
    end if
    I'm not very good at scripting yet so please don't laugh at my code.
    Regards,
    Harry Werkman

Maybe you are looking for

  • Wrap text options, are they really limited?

    I was curious if there was a way to dial in precise NONuniform wrapping options. I have a place holder box that I want the text to wrap around and give a 5pt space on all but the right side... I want that 20pts. In the wrap text options it's all unif

  • A strange problem with SOAP - XI - RFC

    Hi, I have configured a SOAP-XI-RFC scenario. I want to execute the BAPI_MATERIAL_GET_LIST and BAPI_MATERIAL_GETDETAIL. When i send the soap request through XMLSpy, I do not get the expected result. For getdetail even though i give a valid material n

  • Value help in ABAP Webdynpro

    Hi Experts, I have to create a value help for an icon in a table. The full story is: There is a table with a filed, which has the proper standard value help, which works perfectly The problem is that this column in the table  is just a "technical" fi

  • Message KI102  with BAPI_ACC_MANUAL_ALLOC_POST

    Hi all, I have a problem with the CO-BAPI BAPI_ACC_MANUAL_ALLOC_POST. IN test the BAPI an Error occures: "Control indicators for controlling area xxxx do not exist" Message ki 102 Can anybody help me with this issue? Thank you in advance. Sebs

  • Seeing "?" symbols in a webpage.

    Seeing "�" symbols all over a webpage. It loads correctly with other browsers like Google Chrome. "http://tnp.sg/news/" is an example of a website that Firefox tries to load with symbols all over the place (and no content loading). Many other webpage