Create linking functionality similar to

How do I create an interface that uses icons as links to other pages. For example, I wish to mimic the interface similar to the way database users are displayed in Home>Administration>Manage Database Users. In my application each "icon" will be a link to a page that has more detail information.
Is there a particular report style or layout that works best for this?

Vlad,
You'll want to use Lists for that. See the documentation:
http://download-east.oracle.com/docs/cd/B25329_01/doc/appdev.102/b25309/nav.htm#CHDEEFAB
Sergio

Similar Messages

  • Create Link does not work in a Search Result (SearchResultLayoutSet)

    Hello,
    we changed  in a search iView the "Layout Set for Search Results" to the standard ConsumerExplorer. Because we would like to allow people to "Create Links" from the documents which are shown in the search result. But the Create Link function is showing the following error:
    Item not found
    The item you are attempting to access is not available. Check that the name or link is correct. You might also check whether the associated repository is currently accessible.
    Does any can help and guide which part could responsible for that behaviour?
    Thanks in advance.
    David

    Hi,
    This happens to me now, however It still doesn't work even after the privileges are granted.
    I created a procedure to help create program using dbms_scheduler
    =======================================================
    PROCEDURE create_prg_create_running_dir
    IS
    BEGIN
    SYS.dbms_scheduler.create_program
    (program_name => 'PRG_CREATE_RUNDIR',
    program_type => 'EXECUTABLE',
    program_action => '/export/home/jobmgr/scripts/CREATE_JOB_RUNDIR/create_job_rundir.sh',
    number_of_arguments => 1,
    enabled => FALSE,
    comments => 'Program to create job running directory'
    SYS.dbms_scheduler.define_metadata_argument
    (program_name => 'PRG_CREATE_RUNDIR',
    metadata_attribute => 'JOB_NAME',
    argument_position => 1,
    argument_name => 'JOB_NAME'
    SYS.dbms_scheduler.ENABLE ('PRG_CREATE_RUNDIR');
    END create_prg_create_running_dir;
    ========================================================
    I tried calling it from sqlplus
    SQL> exec ops$jobmgr.job_scheduler.create_job_program('test_import','executable','/export/home/jobmgr/scripts/IMP_FIRS_DATA/imp_firs_data.sh',2)
    BEGIN ops$jobmgr.job_scheduler.create_job_program('test_import','executable','/export/home/jobmgr/scripts/IMP_FIRS_DATA/imp_firs_data.sh',2); END;
    ERROR at line 1:
    ORA-27486: insufficient privileges
    ORA-06512: at "SYS.DBMS_ISCHED", line 5
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 30
    ORA-06512: at "OPS$JOBMGR.JOB_SCHEDULER", line 61
    ORA-06512: at line 1
    If I create the program directly (calling DBMS_SCHEDULER directly), the program can be created.
    I have granted EXECUTE privilege on DBMS_SCHEDULER & DBMS_ISCHED to this user too.
    Hope anyone can help.
    Thanks

  • How can I create links to other pages in iBooks that will function in PDF?

    Hi,
    I know some people have asked previously how to create links to other pages of their book within iBooks. I having an issue with this myself that I haven't been able to resolve. I am able to create the links, and they seem to function within the program, however, once I export the document as a PDF file (the format in which I need to have this ebook!), the links seem to be non-functional. Does anybody have a fix for this?
    Thank you so much for any suggestions you may have!! I really need to figure this out for my client.
    Regards,
    Meggyn

    Exporting as a PDF does alter/lose/remove certain functions. Adobe Acrobat has its own page navigation system.
    A lot of the hidden engine of iBooks Author is basically very similar to building a website! so links and books marks are an "internal" function.
    IF you  have Acrobat and not just the Adobe Reader, you can make links.  I have never needed to try, but  I see a working link related index  in the many software manuals  I have.

  • How to create menu function for link to open file

    Hi,
    I need help how to create menu function for link to access file and allow user to save the file when click on it.
    The file will keep inside server.
    Thank you.
    Regards,
    Wilson

    I need help how to create menu function for link to access file and allow user to save the file when click on it.
    The file will keep inside server.AFAIK, you have to write a custom code to achieve this and Oracle does not provide this functionality.
    If you want to store the file as an attachment, please see (How to Store Image/PDF Attachments on the File System in 11i and R12 (like Attachment File Directory) [ID 294525.1]).
    Thanks,
    Hussein

  • Unable to use copied iRecruitment Create Vacancy Functions

    Hi,
    I am trying to create 2 versions of the iRecruitment 'Create Vacancy' process, so I want to duplicate the standard functions and do function level personalizations to amend my new process (i.e. remove some of the train steps and others). I have created new functions, menus, permissions, and set profile options, but cannot invoke the copied functions.
    I will simplify the issue below with limited setup to see if anyone else can help:
    Seeded Create Vacancy Process:
    Navigation - iRecruitment Recruiter > iRecruitment Home > New Vacancy (sidebar link) > Create vacancy page
    Click personalize this page - the function context is:
    Irc Vacancy Details - Create (IRC_VAC_DETS_NEW)
    I want to have a duplicate process that invokes a copied function to allow me to make function level personalizations on this process.
    Setup steps taken:
    Make copy of function
    XX_IRC_VAC_DETS_NEW
    XX Irc Vacancy Details - Create
    Parameters: OAFunc=XX_IRC_VAC_DETS_NEW&pAMETranType=IRCVACAPPROVAL&pAMEAppId=800&pProcessName=HR_GENERIC_APPROVAL_PRC&pItemType=HRSSA&pCalledFrom=XX_IRC_VAC_DETS_NEW&pApprovalReqd=YD&pNtfSubMsg=IRC_VACANCY_APPROVAL_NEW&pConcAction=N
    Web HTML:
    OA.jsp?page=/oracle/apps/irc/vacancy/webui/VacNewDetsPG&akRegionApplicationId=821
    Add to IRC Manager Functions Menu menu (IRC_MANAGER_OTHER)
    This original function was invoked when clicking the function Irc CM Home Page Create Vacancy (IRC_CM_HOME_CREATE_VACANCY) from the IRC Manager Side Nav (IRC_MANAGER_SIDE_NAV) menu, so also need to duplicate that function. However, this function calls another function IRC_VAC_NEW_LAUNCH_WF, so I need to duplicate that one as well:
    XX_IRC_CM_HOME_CREATE_VACANCY
    XX Irc CM Home Page Create Vacancy
    Parameters:
    Web HTML:
    javascript:void submitForm('DefaultFormName',1,{IrcAction:'createVacancy',IrcActionType:'Link',IrcActionValue:'XX_IRC_VAC_NEW_LAUNCH_WF',IrcFunction:'IRC_CM_VACANCY_SEARCH'})
    Add the copied function to IRC Manager Side Nav (IRC_MANAGER_SIDE_NAV) menu giving the prompt:
    "New Vacancy 2"
    IRC_VAC_NEW_LAUNCH_WF
    Irc Vacancy New Launch Workflow
    Parameters:
    OASF=XX_IRC_VAC_NEW_LAUNCH_WF&OAHP=IRC_MANAGER_APPL
    Web HTML:
    OA.jsp?page=/oracle/apps/irc/vacancy/webui/ReqLaunchWfPG&akRegionApplicationId=821&WFItemType=IRC_WF&WFProcess=XX_IRC_VACANCY_NEW_V3
    Add the copied function to IRC Manager Functions Menu (IRC_MANAGER_OTHER)
    This final function launches a workflow process, so I have also copied that (IRC_VACANCY_NEW_V3 --> XX_IRC_VACANCY_NEW_V3) and referenced it in the function.
    In Workflow builder I have amended the 'Vacancy New Details Page Function' node attribute in the workflow to the first copied function: XX_IRC_VAC_DETS_NEW
    This is seemingly all the setup necessary to invoke the copied function from the IRC Manager Side Nav (IRC_MANAGER_SIDE_NAV) menu, however when running through the system, the seeded function is still called:
    Navigation - iRecruitment Recruiter > iRecruitment Home > New Vacancy 2 (new sidebar link) > Create vacancy page
    Click personalize this page - the function context is still:
    Irc Vacancy Details - Create (IRC_VAC_DETS_NEW)
    Can anyone help? Has anyone managed to use a copied function / copied workflow in iRecruitment Create Vacancy?
    Regards,
    Michael

    Hi,
    We have not tried to do this but I believe this is possible. I had several conversations with Oracle support about the menus/functions delivered and how changes keep affecting our system so often and the suggested approach was to copy the functions/menus so that there is no interference from what oracle might deliver in future. And in that sense, yes the copy functions should work.
    I went through your post carefully and could not pick any obvious steps missed. Please ask your DBA team to bounce the concurrent tier also on your apps server/database along with a restart of all services and see if the context still switches back. However, as part of some new development, I will be doing something similar in iRec and will keep this thread updated with what I find.
    Sorry, couldn't be of more help.
    Regards,
    Vinayaka

  • Creating a function in a movie clip.

    OK - so i have this method (which is in a class, if that
    matters) that receives a MovieClip. I want the method to create a
    function inside this movie clip and link it to the onEnterFrame
    even of the movie clip.
    What kind of syntax can i use for this? I'm familiar with
    creating and deleting events, but not familiar with creating
    functions dynamically.
    Thanks for your help!

    I would imagine you are trying to do something similar to
    what I am doing.
    I would add the onEnterFrame to your class constructor...
    look at my code below...

  • Functionality similar to the Performance assistant box.

    Hello All,
    I am searching for a functionality similar to the Performance assistant box , with the links to go to other pages /transactions/ websites etc. I have to give a popup wit information when the user clicks on a button. This box should be similar to the performance assistant which we get on pressing F1 on any field.
    Do we have any such functionality ?
    Thanks,
    Ketan Joglekar

    Hi Ketan,
    If you are creating a module pool,
    U can use the Process On-Help event of Screens.
    Like Proces on-Value is process on F4, Process on-Help is prrocess on F1.
    U can code a module which will display a document created in SE61 which is same as the one u look at in Performance assistant.
    Within the module, u can call a function module that displays this document.
    So ur code will look similar to this:
    PROCESS ON HELP-REQUEST.
    field <field-name> module <module-name>.
    within the module call FM 'HELP_OBJECT_SHOW'.
    Pass DOKCLASS as TX (General Text)
    DOKLANGU as sy-langu (logon language)
    DOKNAME -> the name of document u created in SE61.
    When u hit F1 on the field <field-name>, the document will be displayed
    Regards,
    Mahesh.

  • How to create business functions and expose as webservice?

    Hi...
      How to use Java to create business functions and expose that as a webservice.

    Hi Leela,
    Can you please post the answer to the question posed?
    We are also looking for a similar implementation in our integration and would really appreciate any help.
    Regards

  • How to create Links in a cell  to other Excel docs Cell  in Planning layout

    Hi All,
    I have a requirement to replace an existing forecasting process using normal Excel with BPS with Excel in place. One difficulty I came across is that the existing Excel input template has cells with links to many other excel files so users does not to open all other Excel documents and copy and paste the figures in.
    I am stuck on replicate this function in BPS as I cannot create links to to other  Excel directly in a cell in BPS Excel layout. My initial idea is to create a Macro to copy the data across but in deeper thought this might not be the best solution as the number of excel link can be a lot and the name and location of these files might change quite frequently and I cannot hard code it in the macro..
    Any ideas?
    Thanks.

    Hi Marc,
    The reason to use BPS is once the data is in the layout, we need to run the data in a  true forecast / simulation model (i.e. compare actuals, copy data between differnt planning versions, Foreign Exchange rate planning , allocation, revaluation, etc...) on a different hierarchy level.
    The problem is the starting point data is scattered in lots of other Excel file from local drives from different users. I guess this is the same reason why the csv file upload technique exist, (i.e. to load data to the layout )but in my case the data location needed to be very dynamic and comes from large / different source of data.
    I have now developed a solution to reference data from cells in different Excel sheet to the layout. Once set up, it should be able to save users significant amount of time to bring the base data into the layout, especially if their data is source from many ither Excel files.
    Regards,
    Danny

  • Sharepoint Returns a blank Page on clicking "Create" Link

    I have Installed Sharepoint 2010 on  windows 8.1. Its working fine except when I clicked on "Create" link in viewlsts.aspx page, popup opens with blank page hence I am not able to create any list or library in my site.
    Any help?

    Hi Amey,
    Thanks for your sharing, it will be beneficial to those who stuck with the similar issue.
    Best regards,
    Patrick 
    Patrick Liang
    TechNet Community Support

  • Need help creating a function in SE37....

    I am trying to use SE37 to create a function on a remote
    SAP system that I will be calling as a BAPI/RFC from XI.
    I will be passing in from XI several params and values
    that will be referenced in the function code.
    I am not a very experienced ABAP programmer, so I'm
    hoping that someone can direct me to a tutorial or link
    or FAQ that will explain to me the uses for the tabs in
    SE37 such as Import, Export, Changing, Tables, etc.
    I already have the source code for the function to be
    created, just don't know how to fill in the blanks.
    Thanks ..

    Hi Berkeley,
    Please check this links perhaps they may help.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/26/64f629fa8911d386e70000e82011b8/content.htm
    Regards,
    Ferry Lianto

  • How do i create this function?

    How do i create a function like this "attached" so that when a customer decides he likes a different color, he can just click the link with the dot or symbol next to the color name.

    Attachments never make it to the forums - some bug or other.
    If you want to attach an item, please use the smal camera icon in the top toolbar instead.

  • Has a way been developed using CVI to create a window similar to windows explorer's left pannel?

    I am trying to develop a way to creat a pannel similar to the left one in windows explorer. Are there any allready defined functions (similar to VB TreeView) that can do this in Lab Windows CVI?

    There has been a tree view control developed by a CVI developer that is available at http://welcome.to/cvi under the user-contributed files. In the future, CVI will support the use of ActiveX controls in CVI panels which will allow the use of Microsoft's TreeView control.
    Best Regards,
    Chris Matthews
    Measurement Studio Support Manager

  • Creating a function module

    please help me to
    create a function module as follows-
    i) Have the following import parameters
            empnm TYPE zb19rv2_table-empnm ,
            empdj  TYPE  zb19rv2_table-empdj ,
            empad TYPE  zb19rv2_table-empad ,
            empph TYPE  zb19rv2_table-empph ,
            depid   TYPE  zb19rv2_table-depid.
    ii) Have the following export parameter
            empid TYPE zb19rv2_table-empid ,
    iii) Have the following exceptions
            Raise exception if the Name field is blank
    iv)       Source code-
            Check if the import parameter has name given, if not raise exception, else
            Select the latest empid from table zb19rv2_table
            Increment this id by one
            Use the import parameters and the new generated empid to insert record in to the table zb19rv2_table
            If the record is inserted, then move the new generated empid to the export parameter of the function module

    Hi Ravinder ,,
    check this link for step by step procedure to create function module ,
    http://abaplovers.blogspot.com/2008/02/creating-function-module-in-sap-abap.html
    http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm
    Reward if useful,,
    Thanks &  regards ,
    Sreekar.Kadiri.

  • How do I link pages similar to my e-edition newspaper? I subscribe to an app version of my complete local newspaper. When reading an article on page 1a I can click a link to continue to read on page 4a. Then it flips through the paper to page 4a.

    How do I link pages similar to my e-edition newspaper? I subscribe to an app version of my complete local newspaper. When reading an article on page 1a I can click a link to continue to read on page 4a. Then it flips through the paper to page 4a. Once done reading 4a I can click a link back to page 1a. I would like to embed these links in a 100+ page document in order to flip back and forth throughout it for quick reference.

    You can do this on your computer using Adobe Acrobat. Buy the program and learn how to create complex PDFs.

Maybe you are looking for

  • Won't Print to Kodak 1400 Professional - "Printing" never ends

    Hi - Using MacBook Pro 17" and Aperture. OS 10.4.x. Out of box, new Kodak 1400 Professional Printer worked fine, and printed several great pictures. A week later, I was unable to print anything at all. Printer Window shows "PRINTING" and the twirling

  • Display of DPR details in PO history.

    Dear Friends,    I wanted to display the DPR details in PO history tab. means whenever i do f-47 or f- 48 the PO history tab will be upadted with that and by click on the document will able to see the details. i found on SDN many result were come but

  • I took some video on my Iphone and uploaded it ot Iphoto - now I Cant locate the video and it has been deleted from the iphone?

    Thats pretty much it. Took the video less just over a week ago, subsequent videos and pics have been uploaded without issue and are easy to locate. Just cant find the couple of videos from that day. Cheers MCJ

  • Portalweb 500, Internal Server Error

    **Looking for help** I'm running a ConfigMgr 2012 R2 setup, and on the Primary site I'm unable to work with AppCatalog. Looks like IIS isn't functioning properly and I'm getting the following-- from portlctl.log- Call to HttpSendRequestSync failed fo

  • Rolled back JTA TX  marked active/inflight

              Hello. I am writing a message driven bean that utilizes container managed transaction           demarcation for the onMessage method (letting the container worry about msg acknowledgement).           The MDB relays message information to a