WDJ & link to other iviews

Hi experts!!
I am trying to create an application in which when the user presses on an Action Button he will be directed to an iview created with the portal templates(specifically a KM iview), and then i want him to be able to proceed with the rest of the WDJ application..
Is this possible??
If yes how???
Thanx in advance!!!!

You can use the setFocus() to jump to another field.
field.setFocus();

Similar Messages

  • Document url link on webdynpro iview

    Dear All
    We have developed  custom webdynpro ivew.
    Assigned that ivew to page and can display in ESS submenu.
    and one more km doc iview is there for document disply.
    But requirement is when enduser access webdynpro ivew  , in the same page there should be one link
    If enduser wants to download that document he has to use that link. becuse that doc is relavant to that iview.
    How can we do or organize this page.
    Please help .
    Thanks and regards
    kumar.

    Dear Raghu,
    Thanks for your response.
    How can I display link in webdynpro iview with the name of document.
    Ex : Please click here to download the form as mentioned below.
    file :  link : formdownload.pdf.
    If I click on this link it has to down load to enduser's local system.
    Please suggest.
    Regards
    Kumar.

  • To include a link to an iview in a page.

    Hi,
    I want to include a link to several iviews in the same page (subscriptions, my tasks ...).
    If I include the content of the iview in the page, it is difficult to see so much information.
    I think it could be a good idea to include links to the different iviews instead of the content, so it could have a better aspect and it would be easy to see the information. I don't know how to do it, even I don't know if it's possible to do it without developing.
    Thanks in advance.

    HI,
    You can use the Link control in HTMLB
    <hbj:link
        id="link1"
        text="Link to google"
        reference="JavaScript:window.open('package name.projectname.java file name');"
        tooltip="this takes you to:"
        />
    or
    You can modify the masthead par file and add the links to the masthead.

  • ESS - Top-Level navigation changes by following a link in an iView

    Hi,
    if i follow a link in an iView for example:
    Ess - overview - employee search - who is who it changes my TopLevel-Navigation from Employee Self-Services to another.
    The First-Level Navigation changes, the Second-Level Navigation is the same as in the Employee Self-Services ( Overview, Employee Search, ... ). By activating one of them it gives an error ( JavaScript ):
    gNavTreeChildren[...]children is null or not an object
    Why does it change my First Level Navigation?

    the source-code:
    <a class="urLnkFunction urVt1" id="CNDBNBBJ.AreaViewStatic.ServiceLink10"
    ct="Link" title="Participation Overview" onkeydown="return me.h_m(event,window,'sapUrMapi_Link_activate
    ('CNDBNBBJ.AreaViewStatic.ServiceLink10',SSR.event)');" href="javascript:void(0);" onclick="return me.h_e(event,window,this,'Link','LINKCLICK',
    {'event':'event','ControlId':'CNDBNBBJ.AreaViewStatic.ServiceLink10'},'',true);"><nobr>
    <span class="urTxtStd"><span ct="Caption" title="Participation
    Overview">Participation Overview</span></span></nobr></a>
    regards
    Sleepy_head

  • Email link on an iview

    Hello experts,
    can any one suggest me . how to put a email link on iview . which when clicked opens a default email application in a new window.
    if any one could provide some documentation that would be of great help.
    I have a iview with my name on it when user click on my name it should open e-mail app with my e-mail address. Please suggest.
    Thanks,
    Raj

    you have to add coding for email link in the iview code...
    <a
    href="mailto:Email ID">Email Home
    </a>
    this will appear Email Home .
    Make corresponding changes with your email id at "Email ID"in the iview code
    -Abhijeet

  • Changing par file link of an iView

    Hi All,
    I created an iview(MyiView) based on a par file,say SamplePar1
    Now I want to use the same iview(MyiView) to link to other par file say SamplePar2.
    i.e.,I want the output of second par file to be
    shown in the iview(MyiView) instead of first par file.
    I saw a property of an iview CodeLink,which is pointing
    to the par file.But it is uneditable.How can I change
    this property value.so that it points to another par
    file.
    Any help,
    Thanks in Advance
    SANTHOSH

    Hi Santosh,
    you cannot, at least not via UI. An iView is to be seen as an instance of a component (with a certain parameter set). So if you create an iView, it's somewhat analogous to <i>SamplePar1ComponentAiView MyiView = new SamplePar1ComponentAiView(myParameters)</i>. Now you want MyiView to be of type SamplePar2ComponentBiView. And this shall not be possible.
    Maybe you can do it programatically via direct PCD access. But what's the reason for this? Wouldn't it be easier to create a new iView built on a component of SamplePar2?!
    If you want at runtime redirect to another component, you can achieve this by redirecting from SamplePar1ComponentA to SamplePar2ComponentB.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN, as others mentioned already! Thanks in advance!

  • Data lost after navigating to other iview

    Hi
    I have two web dynpro iviews iview1 and iview2 in portal.
    Iview1 has link for navigating to iview2.
    I am using following code for navigation :
    WDPortalNavigation.navigateAbsolute("<<url>>",WDPortalNavigationMode.SHOW_INPLACE,WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,<<parameters>>);
    User can navigate back to iview1 by clicking 'Back' button in iview2.
    However, this results in loss of any unsaved data, like search result, in iview1.
    When I change WDPortalNavigationMode to SHOW_HEADERLESS_PORTAL unsaved data is not lost but iview opens in new window.Same is the case with setting work protect mode to STANDARD.
    Can we preserve unsaved data while navigating to other iview in the same window?Is it possible?
    Thanks in advance,
    Apurva

    Hi
    I have tried changing work protect mode to STANDARD, but with this iview is opened in new window and not in same window.
    I need to display second iview in same window according to business requirements.
    Regards,
    Apurva

  • Links on the iview

    Hi,
    Is it possible to give the links of iviews (already created in PCD) in any java iview? when that java iview will open at runtime , that page should cantain links for some iviews . Can it b done?
    Thanks in advance

    Hi Amit,
    Try something like this...
    IUrlGeneratorService service  = (IUrlGeneratorService) PortalRuntime.getRuntimeResources().getService(IUrlGeneratorService.KEY);
              IPortalUrlGenerator generator = (IPortalUrlGenerator) service.getSpecializedUrlGenerator(IPortalUrlGenerator.KEY);
              String result = generator.generatePortalComponentUrl(request, <i>'projectName.componentNameAsDefinedInPortalapp'</i>);
    hope it helps
    cheers
    kiran

  • JSP links should link to the iView?

    Dear Forummers,
    Im a skilled JSP programmer designed to make an agenda PAR for a sap Portal.
    I fixed this easily and it's showing, but now I ran into a problem im not familiar with:
    The current month is showing, but when I hit next month it links to agenda.jsp?action=1 to indicate it has to add a month. This works on tomcat fine but here it gives an error: <i>iView not found: agenda.jsp</i>
    Now i expected this to go wrong, but I really have no clue how to link to an iView or some alternative to get this to work.

    Hi Hans,
    i interprete the following: you created a jspdynpage component in you par project. because you are familar with jsp you decided to have an jspnative component. this i do not recommend, if you use any kind of actions in your component. for actions the dynpage approach gives you a smart framework for action handling. you can use html- buttons or links for your paging inside the calendar or use the htmlb calendar
    Reference to jspdynpage / html:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/471ce3617b14bce10000000a155369/content.htm
    Does this help you?
    Greetings jens

  • How i will add new link in masthead iview

    Hi,
    i want to add  a new link in masthead iview,
    e.g. i want to add aboutus link .
    so what could be the code/procedure for header.jsp.
    Please help .
    Thanks
    Sanjay

    Hi Sanjay,
    -The three main files in the masthead are HeaderiView.jsp,LogInRedirect.jsp and LogOffConfirmMsg.jsp
    -The HeaderiView contains the masthead users see when they are in the portal.
    -Once you added your link to the HeaderiView.jsp,upload the par file.
    -Once the par file is uploaded to the portal,you need to create a masthead iview based on this par file.
    -Then this iView will be used for masthead on the framework page.
    -create a folder in portal catalog-right click the folder->create a iView from par->select your own masthead iView->choose next->choose default component  and click next->Enter the properties like-iView name,iView ID,prefix,Save as -iView and click next>save.
    Here is the important step :
    Add the iView to the framework page,then only it will be visible to the end users.
    Browse the ramework page being used by the portal in the portal catalog
    Right click on he page->edit->Page Layout->Select masthead iView on the framework page and click remove.
    now iViews(Right click)->Widgets_masthead->Add iView to page->Delta Link->Position the masthead.->Logoff and logon to the portal.
    It should work fine for you now I guess.
    Thank you.
    Regards,
    Karthick

  • Excel files with fields linked to other excel files take a long time to open from SharePoint library

    Trying to track a problem for a user.
    Most of the documents opened from our SharePoint libraries appear to open in a timely fashion.
    But...one user has noticed an issue, and I just noticed something with her files that are a little less common than other stuff we've seen.
    she has a lot of pricelist excel files.  there are some master price list files, and then other files that link to fields from within the master files.
    the files that contain links to other files appear to be the ones that open very slowly.
    the files are being opened via excel itself, not the owa viewer or editor.
    is there a trick to setting up either the library, the site, site collection or web app... or some client-side setting that affects how quickly/efficiently excel will open files that link to other excel files shared within sharepoint?

    Hi  carphuntin_god,
    According to your description, my understanding  is that when you click a hyperlink which redirect to other files , the file are opened very slowly via excel client.
    How about you download the same file and open it using excel client? If it is opened quite fast, the issue should be caused by some third-party add-ins in the office program or antivirus soft.
    Here is a similar thread you can have a look:
    http://social.technet.microsoft.com/Forums/en-US/ff0c5306-5300-4010-a760-c4cca320b6fc/excell-file-taking-long-time-to-open-and-edit?forum=officesetupdeploylegacy
    http://social.technet.microsoft.com/Forums/en-US/5c746958-418a-44f6-a777-9f8bddf6dbb6/sharepoint-file-open-takes-long-time?forum=sharepointdevelopmentlegacy
    If you want to open the files using excel service after click the link in the excel file, you can create the hyperlink in the following way:
    General Syntax:         
    http://<server_name>/<site_name>/_layouts/ xlviewer.aspx?id=<workbook path>&range=<location>
    For example:              
    http://CorpServer/DeptA89/_layouts/ xlviewer.aspx?id=http://Mfct/Stats/Shared%20Documents/Parts.xlsx&range=Widgets!A1:F25
    For more information: 
    http://office.microsoft.com/en-001/sharepoint-server-help/using-hyperlinks-in-excel-services-HA010173679.aspx
    If you want to open the files using Office Web Apps after click  the link in the excel file,  you can create the hyperlink in the following way:
    http://<server name> / <site name> / <library name>/<your file name> ?web=1
    For example:
    http://sp/Shared%20Documents/exceltest.xlsx?Web=1
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Links from other programs won't open in Firefox

    This has been asked a number of times before, but none of the answers worked for me. I have Firefox 26.0 (the most stable for me) and Thunderbird 24.6.0. After a computer crash and reloading both programs, I first noticed the problem with links from Thunderbird, both clicking and right clicking with "open in browser". But then I remembered trying to open help in MS word and Frontpage which are supposed to open from the internet.
    I have checked that Firefox is the default browser, changed the file (none) file transfer protocol, then deleted it, etc. Nothing helps.

    I now have FireFox 32.0.2 no joy. I have loaded ThunderBrowse which took care of Thunderbird but still can't load links from other programs. I fixed this before (other backups, I crashed my windows C drive and have been trying to restore), but can't remember how. I think it required reloading IE (I had deleted IE on my latest restore), but I have now done that with no joy.
    When I click on a link from another program, nothing happens, and when I right click and am offered "open in browser" nothing happens, and when offered " copy browser link" it doesn't copy.
    I tried resetting FireFox, no joy.
    Noticed control panel "set program access" doesn't hold, always goes back to custom, and defaults to "uses default browser"!
    Please help!

  • Firefox won't open external links (from other programs), says its already running but not responding.

    I'm having this problem, everytime i click a link on other program, like the program's link on the about tab, or a youtube link on Live Messenger, it won't open, a dialog pops up saying firefox is already running and not responding, but it is there, and working.
    If it matters, i have the "beta" tab preview enabled on the windows 7 toolbar.

    You're welcome

  • Can I create a custom table of contents and link to other .pdf files based on responses to a form?

    Hey Everyone! First post ever, so bear with me:
    I'm trying to create a streamlined method to use a form  to let myself and others add information and select certain options to put together a custom table of contents. Basically, I would like to have a form with a series of text fill and single/multiple choice options that will automatically populate a table of contents based on the selections and will link to other .pdf files that are associated with the selections. I was hoping this would be possible with a form, but I'm relatively new to the function of the software as a whole and my research came up short. Any suggestions on how to start are more than welcome, and if I wasn't quite clear enough I would be happy to elaborate.
    Thanks for your time!

    You would need to search for other PDF creation software that can accomplish what you desire.
    There are many cheaper  PDF creation alternatives other than Adobe's Acrobat Pro software.
    Also, try doing a web search under these terms to see if you can find an app/software/solution that may work for you.
    How to create table of contents in PDF files

  • 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.

Maybe you are looking for

  • Assistente de MRP SAP 8.81

    Pessoal, Estou gerando o assistente de MRP para alguns produtos e selecionando uma Previsão, porém o mesmo não está considerando a Previsão digitada, apenas as opções de Pedido de Compra, Pedido Venda, Estoque Minimo, Ordem de Produção. Verifiquei di

  • Issue since iOS Update with TomTom Carkit

    Hardware: iPhone 4, iOS latest Patchlevel TomTom Navigation CarKit with integrated Speaker, GPS and Bluetooth connection I have got the following issue since the iOS Update to 6.x integrated CarKit Speaker is no longer in use=> After receiving an Ema

  • Ipod shuffle not recognized after switching to mac

    Hi I have bought the original iPod shuffle (1G) when it first came on to market. It worked fine with my PC. Last month I got my new Macbook and was pretty happy about it until when I plugged in my iPod shuffle and found iTunes does not recognize it.

  • Descriptions on Large Gallery Images not showing

    Hi http://earthangroup.blackroom.com.au/Default.aspx?PageID=5806533&Page=1&A=PhotoGallery&PID =18366&Items=12 When clicking the images the descriptions do not show for the images.  It appears to be a different lightbox to the one in the instructions.

  • How to Extract data and reports from the SAP BW warehouse

    Hi to All Guru's I am new to SAP BW. Can any one help me to know, How to Extract data and reports from SAP BW. Do we use any tools.  After Extracting the data from SAP BW how can we move all the data to Cognos.  It would be kind enough to provide me