Showing an Iview in content area when exiting a function from ESS menu

Hai Portal Guru's,
I have designed a role( USER_ROLE) With two Folder Home & Change Password. Both the folders are set as entry point.
USER_ROLE
    Home
    Change Password
To the folder Home I added workset(ESS_Workset)  and to Change Password folder I have added Change password Iview.
Home
   ESS_Workset.
To ESS_WORKSET i have added URL Iview and set the property as "Invisible In Navigation Area"  to Yes and "Open As Default" to Yes.  Then I added few SAP transaction Iviews.
When a user logs into portal, URL Iview is shown in the content area since I set "Invisible In Navigation Area"  "Open As Default" . When I open a SAP transaction Iview and exits that transaction content area is blank.  I want to show the URL Iview content whenever  a user exits from SAP transaction.
Please let me know how to do it.
Thanks & Regards,
H.K.Hayath Basha.

vfgfsgg

Similar Messages

  • Open iView in Content Area

    Hi,
    I got requriement to open an iView in contenet area when user clicks on link at Masthead. The url of the link is coming thro iView properties. Clinet should have a feesibility to change the url.
    I gone thro some threads saying that create an url iView and pass the pcd path as iview like
    epcm.donavigate('pcd path',0) 
    I tried this way but no luck..anybody having experience on this please share your thoughts/suggestions.
    thanks
    Ian

    You could also let your custom link in the masthead point to a "quicklink" then you do not have pass any url as parameter you just call as it is and you get what you need.
    Do not forget to set the "target" property of the link tag to "_top"
    Cheers,
    Benjamin

  • When is select Bookmarks from the Menu Bar, at the very bottom are a bunch of bookmarks. How can I move them in groups to a folder?

    When is select Bookmarks from the Menu Bar, at the very bottom are a bunch of bookmarks. How can I move these in groups to a folder or folders?

    The easiest way to move bookmarks around is in the Bookmarks Organizer, which at some point was renamed the Library. To open it, you can choose Bookmarks > Show All Bookmarks or press Ctrl+Shift+b.
    (Please note that the sort order of the Library dialog doesn't actually carry over to the menu. To sort the menu alphabetically, it's easiest to open the Bookmarks Sidebar, right-click the words Bookmarks Menu and choose Sort by Name.)

  • How to delete the temporary files when we log out from ESS

    Hello expert,
    In my company we are running ESS using ITS server, do you know how to delete the temporary files when we log out from ESS?
    Thanks.

    The temporary files used by ESS. For example paystub pdf file.

  • IP - Is it possible to call exit planning function from ABAP Report..

    Hi All,
    Greetings.
    Is it possible to call exit planning function from ABAP Report (t-code SE38) ? Or I mean is not limited only to be called from ABAP Report, perhaps from BSP / Web-Dynpro / Function Module.
    If somebody here has been doing it before, I'm keen to ask to kindly share it. Particularly how to call and transfer data to that exit function.
    Or if somebody has done in BPS, appreciate if it can be shared too .
    Thanks a lot and have a good day,
    Best regards,
    Daniel N.

    Hi.
    You can achive this as suggested by Mattias in your previous post.
    Lets say you have next data structure:
    CostCenter | Amount | PercentForDistibution |
    Create input ready query in this format. Restrict cost center by variable type range.
    Create WAD with analysis item.
    When you run web page you enter range of cost centers (lets say you will enter 101004 to 101010).
    I assume you have data only for 101004 in your cube (lets say 1000).
    You will see only one record in your webpage.
    CostCenter | Amount | PercentForDistibution |
    101004       | 1000     | NOTHING
    When you create WAD in analysis item properties set "NUMBER_OF_NEW_LINES" to lets say 1 (so in WAD you will see always one blank line for entering new data).
    Just add 6 new records:
    CostCenter | Amount   | PercentForDistibution |
    101005       | NOTHING| 10
    101006       | NOTHING| 30
    101007       | NOTHING| 20
    101008       | NOTHING| 25
    101009       | NOTHING| 5
    101010       | NOTHING| 10
    Then run planning FOX function like this:
    FOREACH Z_COST_CENTER.
    IF {Amount, Z_COST_CENTER} <> 0
    Z_AMNT_TO_DISTRIBUTE = {Amount, Z_COST_CENTER}.
    ENDIF.
    ENDFOR.
    FOREACH Z_COST_CENTER.
    IF {PercentForDistibution Z_COST_CENTER} <> 0.
    {Amount, Z_COST_CENTER} = Z_AMNT_TO_DISTRIBUTE * {PercentForDistibution Z_COST_CENTER}.
    ENDIF.
    ENDFOR.
    It is not perfect FOX, but as an idead, it should work.
    Regards.

  • My HP Pavilion dv6-2153ee recovery is not working when i choose it from boot menu selection

    my HP Pavilion dv6-2153ee  recovery is not working when i choose it from boot menu selection . it's run but then the windows run without running recovery. help me please?

    Hello Tajamal, 
    Welcome to the HP Forums!
    I understand the webcam isn't working since upgrading to Windows 8.1. I would have to suggest returning to Windows 8 since there are no 8.1 drivers, as indicated here: HP Pavilion dv6-7043cl Entertainment Notebook PC Drivers
    Please let me know if you have any other questions.
    Have a wonderful day! 
    Mario
    I worked on behalf of HP.

  • How to display related links iview in content area?

    Hi,
    I have created Related links, but they are opening in a separate windows even though I have set the attribute of the iviews to "open in portal content area".
    Please let me know how I can display the iviews of the Related links in the content area.
    -Ashwini.

    Hello Ashwini,
    I don't think you have changed the property at the right place.
    Open the iview for which related link is added. Now from the drop down box at the top right select Related Link. The related link editor will open which will show the related link iview. Select the iview and click the EDIT button at the bottom. The related link iview will open. Now Change the "Launch in new WIndow" property.
    When you add an iview as reletd link to some other iview, a delta link is created and added to the iview.
    This will solve ur problem.
    Regards
    Deb

  • IView in Content Area

    Hi all,
    I have customized the collaboration UWl iView. I have created one page and assigned to the role.
    That page contains the UWL iView.
    In detailed navigation wenever i click that page the page opens in the same window without detailed navigation(DLN) and top level navigaion(TLN)
    I want to open the page in content area with TLN & DLN.
    I have set the Initial state of navigation panel (Page Property)  as open and  Launch in new window property as display in portal content area .
    How can i do this?
    Help me in this regard.
    Thanks & Regards,
    Hemalatha J

    Hi,
    Try keeping the property
    Initial State as opened or closed: open
    Thanks,
    kris

  • Searching a content area with a (java) function

    I have to write a function (possibly java) for running an
    Intermedia search on a portal content area. The function should
    be called with search parameters, returning a list/array with
    search results.
    I saw the submit_search PL/SQL function (I could even call
    directly the search URL with all the parameters), but both the
    solutions returns a quite complex html page, difficult to parse
    for getting results in a table/array.
    Any suggestion?

    The actual query that we use for advanced search is quite
    complex and subject to change from release to release.
    Depending on what you want to search on, you could try using the
    content area views that are documented in the PDK instead of an
    interMedia search.
    Regards,
    Jerry

  • 30 fps projects automatically become 25 fps when export a DVD from share menu

    I shoot some video at 30 fps.  I made a project setting to match that.
    My 30 fps projects becomes 25 fps when I make DVDs from FCPX share menu.
    I thought it would make 29.97 DVDs but somehow FCPX makes PAL DVDs.
    I tried different settings: all 23.98, 24, 29.97, 60 fps projects give me 29.97 DVDs when I share from FCPX.
    Only 30 fps projects does not give me 29.97 but 25.
    Do you know why that happen?

    I am bit confused.  It is not easy to make 29.97 out of 30 fps yet let FCPX handle the frame rate change?
    Of course we should have the right fps setting when we shoot.  I guess it is still best option at this stage to set FCP project 29.97 and let it do the math.
    If, though, I am okay to have my source video slow down tiny bit, then using Compressor for frame-to-frame conversion will assure the best quality?

  • Segmentation fault when calling gpctr function from matlab mex file

    I am trying to write a simple mex file for square wave generation using counter1 of PCI-6035E. I am using matlab's native compiler to compile and link with the nidaq32 library, ver.6.9.3, with no errors. When the mex function is called from a matlab script, however, the program crashes at the first call, to reset the counter. (I can generate a square wave with the test panel.)

    Sorry for the delay in responding. I got caught up in other stuff. I am attaching my little program as requested. As you can see, I have just wrapped a mexFunction call round the example code for square wave generation. After I posted this, I tracked down a copy of BorlandC++, installed it on my computer and recompiled using that compiler and *b.* libraries. And would you know it, the program works. The question remains, though, why it doesn't work with Matlab's native lcc compiler. Plus, I have limited disk space, so if I can do without BorlandC, I can use the extra room. The runtime error was a Segmentation fault that I traced to the first call to GPCTR_Control.
    Attachments:
    pulsegen.c ‏4 KB

  • Tree Navigation and Link  - Open iview in Content Area

    Hi,
    this is maybe trivial, but I can't find anything about it right now:
    I created an iview in Java that shows a custom tree in the detailed navigation area.
    Now I have an iview ( a BW apps), that should be behind this link on the inner tree level, and, when clicked, should show up on the inner desktop.
    What is the java code that needs to be put into the nav iview to do this? How do I identify the URL that is behind the BW apps that I need to call?

    You could also let your custom link in the masthead point to a "quicklink" then you do not have pass any url as parameter you just call as it is and you get what you need.
    Do not forget to set the "target" property of the link tag to "_top"
    Cheers,
    Benjamin

  • Two Scrollbars for WDA iview within Content Area

    Hi Team,
    We are on EP 7.0 ehp1.
    iView is having two scrollbars. Isolation method is URL and it is
    greyed out by default, this is a Webdynpro ABAP iview.
    I have tried changing the property "Height Type" to FULL_PAGE and also
    AUTOMATIC.
    Please help me.
    Regards,
    Basis

    Hi Dhanz,
    Yes, this is a custom WDA.
    iview is directly added to the role. i did not add this to a page.
    iView height has been set to Full_page, no change.
    Please suggest.
    Regards,

  • No songs show up in Owner's iPod when i remove them from the Music folder..

    every time i transfer music to my Shuffle, and then remove the songs from the Music folder under Library, they won't show up in Owner's iPod whenever i connect my Shuffle to my PC. if i don't remove the songs from the Music folder under Library, they will show up in Owner's iPod every time i connect my Shuffle. i don't get it. the capacity is right, and i know there are songs on the Shuffle, but there's no way to maintain the playlist of songs (for example, remove a few songs and keep the others) because none of them show up in Owner's Ipod...
    i also had another problem, that i was able to fix, with my wireless keyboard and mouse. whenever i removed the Shuffle from the USB connector, the lights on my keyboard and mouse remote would go out, and my keyboard and mouse would disconnect. also, the screen would turn gray, and i would have to hold the power butten down on the PC to get it to shut down. i changed the USB port i was using for the Shuffle, and that seemed to fix it, but i think that it's wierd that i moved my iPod Mini to that USB port and it doesn't do that when i remove it. anyway, i changed USB ports, and it works fine now, but i don't think it's a problem on my end because my iPod Mini works fine in that port. i think it's a software bug with the Shuffle...
    eMachine   Windows XP Pro  
    eMachine   Windows XP Pro  

    every time i transfer music to my Shuffle, and then
    remove the songs from the Music folder under Library,
    they won't show up in Owner's iPod whenever i connect
    my Shuffle to my PC. if i don't remove the songs from
    the Music folder under Library, they will show up in
    Owner's iPod every time i connect my Shuffle. i don't
    get it. the capacity is right, and i know there are
    songs on the Shuffle, but there's no way to maintain
    the playlist of songs (for example, remove a few
    songs and keep the others) because none of them show
    up in Owner's Ipod...
    Solution: Don't do that...
    Explanation: iTunes "updates" Shuffle each time it's connected. IF the Shuffle contains songs NOT in iTunes' library, they are removed from the Shuffle. THAT is the way it works.

  • Contact name not showing in call/sms log even when I call/sms from my address book.

    Two things have changed on my phone recently.
    1. I ran the latest update 4.3.2
    2. My phone was not showing all the contacts in my address book that is in my Mobile Me account. Mobile me had 166 contacts. The iPhone 4 had 136. I I unchecked the syncing of my contacts on my phone. This removed all the contacts from my phone. Then I check the syncing options again. All 166 appeared on the phone.
    I'm not sure which of the two caused the issue but now anytime someone who calls their name does not appear on the display or log, just their number. I can even call people from my address book and the display shows that I am calling them with their name and photo on display. However, in the call log the name does not show just their number.  This applies for text messages. I send a message directly from within the contact card in the address book and in my text log it shows only the number and not the name.
    I've turned the phone off and on a couple of times.
    I would appreciate any advice.
    Cheers

    Thanks iraghib,
    In the end I reset my phone to factory settings. I created a back up of my address book and ical. Reset the phone and did a sync again. This fixed it all. I didn't need to use the backups but is was nice to know they were there. I felt entering the various passwords for all my installed apps was a much better deal than adding the international area code to the 166 contacts I have in my address book.
    Good luck. And thanks for the post.

Maybe you are looking for