Opening a view from a link

Hi,
  I have a detail view(webdynpro) which I can open through a list report(webdynpro) or a link. The detail view opens successfully with data when I navigate from the list view. But when I pass the parameters through a link:
   I pass the parameters into the model attributes of the model in the following format:
<b>Supp no : 80173621
Start : 10/1/2005
End : 10/31/2005
Mail :  [email protected]
Modif dt : 10/25/2005
Modif tm : 7:32:21 AM</b>
This is the same way in which I send the input values when i access this detail view from a list view(created in webdynpro).
The input model attributes are getting populated succesfully, but after I execute the BAPI and invalidate it I am not able to view the output on the screen.
Any pointers as to how I can resolve this?
Thanks,
Sunil

Hi,
  There is no question of clearing the data here. I have 2 different applications: 1 of them opens the detail view through a list view (which works fine), another app has only the detail view which is opened through a link.
I am passing the inputs to the model attributes which works fine.
Also, I have tried invalidating before the BAPI call as well as after it. In both cases I am not able to view the output on the screen.
Thanks,
Sunil

Similar Messages

  • TS3276 i am unable to open web pages from email links on my ipad

    I am unable to open web pages from email links on my ipad

    A few more details might help, if nobody else recognizes this.   
    What happens when you try to open the links?
    Can you post an example of a link that doesn't work?
    Is there any particular source for the mail with the (bad) links, or is mail from all sources failing?
    If you happen to know it, what's the format of the mail message?  (Maybe the message is an image?)
    Do the embedded links work as expected from an OS X system running Mail.app, or some system and some other other mail client?
    To view the link in iOS: if you press on and hold your finger on an embedded link in most contexts, iOS will show a pop-up with the link contents, and will offer to copy it.  You can use that to acquire and post the link.  If pressing and holding on the link doesn't offer the pop-up, the format of the link itself may not be valid, or it might not really be a link.

  • Unable to open .chm file from a link in Weblogic 7.0

    Unable to open .chm file from a link in weblogic server. But the same
    jsp code works in Websphere
    Sample Code :
    <!-- < a href="JavaScript:window.navigate('help/manual.CHM')">
    Linked Text</a> -->
    The above link, works well in websphere. help is a folder that
    resides in the server. But when i tried to execute the same in
    Weblogic, some junk characters appeared . so i tried to direct the
    link to Display.jsp and passed the path of the chm file as the
    parameter. I cleared teh out buffer using out.clearBuffer() . i set
    the content type to application/x-msdownload and also set the header
    to content disposition.
    Nothing worked .
    I also tried another way.. That is the following
    I even tried including the mime type
    <mime-mapping>
    <extension>chm</extension>
    <mime-type>application/x-msdownload</mime-type>
    </mime-mapping>
    in the web.xml file. and still it doesnt work
    Nothing Worked . What should i do ? I need immediate help to sort out
    this issue. Can anybody help me
    - Angel

    This could be a Launch Services issue. The following article describes how to manually reset Launch Services — the notes at the bottom of the article also provide information about the side effects of deleting each of the files involved:
    Resetting Launch Services
    If you prefer using a cache cleaning utility instead of following the manual procedure described in the previous article, take a look at this other article for general troubleshooting and cache-cleaning procedures. Actually, you should also verify/repair the startup disk (not just permissions), as described there:
    Resolving Disk, Permission, and Cache Corruption
    The most appropriate utility for this particular problem probably is Tiger Cache Cleaner, but you may also want to consider other utilities, such as OnyX, or Cache Out X, which are free. Whatever utility you choose, be sure to read this first:
    Side effects of System cache cleaning
    As an example, this is how you should proceed with OnyX:
    1. Quit all applications.
    2. Launch OnyX and enter your administrator password.
    3. Go to Maintenance > Reset and check LaunchServices database.
    4. Un-check any other pre-checked options.
    5. Click the Execute button.
    6. Restart the computer.
    BTW, if you’re running Mac OS X 10.4 (Tiger), as your profile indicates, it would have been more appropriate to discuss this in the Mail & Address Book - Tiger forum. If the discussion applies to both Mail 1.x and Mail 2.x, it doesn’t really matter, but it’s difficult to know that in advance.

  • One more reason to put my iMAC at the curb. I can open and view Picasa photo links when I sign in via Google, but if I'm in Mail and click on the Picasa image link (my own or one someone esle sends me I can't view the images. Thye are all blank white squa

    One more reason to put my iMAC at the curb. I can open and view Picasa photo links when I sign in via Google, but if I'm in Mail and click on the Picasa image link (my own or one someone else sends me) I can't view the images. They are all blank white squares. This started a few weeks ago. Why can't I view Picasa link images through Mail?

    What you are experiencing is 100% related to Malware.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Opening a view from another view of the same window in diff Browser.

    Hi Experts,
    My requirement is to open a view (say view 2) from another view (say view 1) with click of a button in a different browser, both the views are embedded into the same window, and also i have to pass some data from view1 to view2, based no the input data, i am displaying some information. Also both views belog to the same component.
    Some pointers on this would be of great help.
    Regards,
    Ashish.

    You would need to open another window.
    See if_wd_window and if_wd_window_manager.
    Call the GET_API to get a handle to window manager.
    The new window can show V2.
    The original Window with 2 views,
    must fire plug to navigate v2 to empty view to hide it from Window1.
    The to Views talk to one another via WDC Controller.
    View 2 calls WDC controller methods.  The WDC controller the fires Event.
    View 1 can listen to this event with a method of type event handler.
    View 1 can for example react to button on View 2 and close WINDOW 2.
    Good luck
    Phil.

  • How can I open new window from a link in another window?

    Hello everyone!
    Can anyone help me with my problem. I need to open a child window from a link in the mother/master window. Actually, the link that would open the child window is directed to a servlet that retrieves data from the database. The data will then be displayed in the child window. I don't how to open a new window with the data retrieve (thru the servlet) displayed in it. I'm using model 2 architecture (Servlet-JSP).
    Thank you in advance and more power!
    nicoleangelisdaddy
    [email protected]

    Or you can use something like this,
    Click and in your test()
    <script language="javascript">function test()
          document.form_name.target="_blank";
          document.form_name.action="/test/servlet/LoginServlet";
          document.form_name.method="post"
          document.form_name.submit();
    }</script>
    Here "/test" is your application context path.
    If you want to open the link in the named window then use,
    document.form_name.target="your_own_name";

  • Browser enabled InfoPath form not opening in browser from a link in a Task list

    I have a browser enabled InfoPath deployed to SharePoint as a template in a Forms Library. The form opens in the browser when a user navigates to the Form library and clicks New.
    There is an Approval workflow associated with this form which kicks in whenever a new Form is submitted. The workflow creates a task in a task list. The task list shows a Link column which provides the link to open the form. Now, when a user clicks on the
    link (in the Task list), the form always open in InfoPath instead of opening in a browser.
    I see that the URL for the form (http://<Server>/Training/Enrollment%20Forms/<FormName>.xml)  is same in both the Forms Library and Task list link.
    What am I doing wrong or what do I need to do to make the form open in browser from the Task list link.
    Thanks
    Rajat

    This question is asked constantly - we just discussed this last week, I believe - so you can probably find a lot more discussion to help you out if yous earch within this form or browse through the topics.  The reason for your issue is because of
    what you just wrote - the URL is directly to the XML file, so it tries to invoke InfoPath.  Browser forms are rendered by Forms Services, which has a much different URL.  Go click on one of your existing forms, and notice how different the URL is. 
    To get forms to open in the browser when invoked from a different location, you must use this full Forms Services URL.  Built-in workflows only generate a link to the XML file, and since the task in a different list than the form, then it has no idea
    how to open the form in the browser.  Only users who don't have InfoPath installed will see it in the browser automatically.  This is why I generate my own URLs dynamically with custom workflows and don't use OOTB workflows.SharePoint Architect || Microsoft MVP ||
    My Blog

  • Opening Internet Explorer from a link w/ applet

    Hi there,
    I was wondering if anybody out there had the code for an applet that will spawn Internet Explorer application and open up a specific address.
    How we want it to work. From a link open a page that will spawn Internet Explorer with the help of the applet. Is it do-able or not?
    A quick response would be great.
    Thanks

    Thanks but I would need the complete code.
    You see I want to open a particuler page from a link, the link will call, lets say homepage.jsp, I want to include an applet in homepage.jsp that will force the page to open up in a IE window. Is that possible????
    If it is what do I need to do?
    Thanks

  • Create View from Database Links - Question

    Question
    I'm missing something simple.
    I'm trying to create a view, from a Database Link.
    CREATE VIEW view_name
    AS SELECT a.*
    FROM schema.tablename@dblink a;
    When I run this in the SQL Commands window.
    I get this error message.
    ORA-00933: SQL command not properly ended
    What am I missing? Any help is appreciated...

    <i>CREATE VIEW vw_name
    AS SELECT a.*
    FROM [email protected] a;
    </i>
    <br>
    1) User (schema) which is creating view must have proper db_link to source database. For that try this for testing purpose:
    select 1 from [email protected]<br>
    If this fail then db_link is not ok! This step is absolute must to go any further step to!!!
    <br>
    2) when db_link is set, then your view should be named as:
    CREATE VIEW vw_name
    AS SELECT *
    FROM <b>schema_name</b>.[email protected];<br>
    please pay attention to "schema_name", because from remote side every table is in some schema so it really need declaration of owner schema.
    <br>
    Hope this helps...

  • Preferred/Standard for opening a file from hypertext link?

    I wondered if there was a most preferred way to open another fm doc from a hyptertext doc from a useability/customer preference point of view.
    Openlink?
    Opennew?
    Openlinkfitwin?
    Which is best?
    -Laurie

    Laurie,
    The main difference between any of the "goto..." vs "open..." hypertext options is that the goto's open the doc in the current window, whereas the open's create new independent windows for FM hypertext docs. When going to PDFs, then there is no difference in behaviour. Another difference is that the "open" requires a filename, whereas a "goto" doesn't.
    If you want the links to open in separate windows in PDFs, then you need to be aware that this is under user control and cannot be specified in the PDF document. The user needs to have their Preferences > General > Documents setting for "Open cross-document links in same window" enabled.
    Any of the "fitwin" commands are ignored when creating PDFs.
    The "message openfile" launches a file in it's associated application.
    The "message URL" (Go to URL hypertex command) links to a URL/email client/newsgroup/etc.
    If you need to create named destinations for targets from PDFs or html files to link to, then be aware the using the Newlink command results in FM prepending "M8.newlink." before your named destination. When the file is used in a book, then FM modifies this prefix to be of the form "M[n].8." where the n=1,2,3... depending upon the file's position in the book. These prefixes are meant to create unique targets if the same valid newlink is used in diffrent files when combined into one PDF. To get around this you either prepend your source jumps to the targets with the appropriate prefix or use anchored postscript text frames to create "/DEST pdfmark [linkname]"  entries or Shlomo Perets' TimeSavers tool to clean-up the destination markers after FM has tweaked them.

  • Safari won't open new pages from Google links

    I'm a bit confused - I'm using Safari on my iMac and MacBook, both with OS 10.4.10, and want to open google links in new pages. This works fine on the MacBook, but not the iMac, even though I've checked the box "Open links from applications in a new window".
    Do you think I need to reset Safari in some way?
    Many thanks
    Chris

    ...want to open google links in new pages. This works fine on the MacBook, but not the iMac, even though I've checked the box "Open links from applications in a new window".
    That preference setting refers to opening links from other applications in a new window. For example, if you click on a link in a Word file displayed by Microsoft Word, or in an email displayed in the program Mail, the link will open in a new window in Safari.
    To see the shortcuts for opening a link from a web page (e.g. Google) in a new window, go to Safari > Preferences, click on the Tabs section, and read the Command-key shortcuts listed at the bottom of the window. Exactly what those shortcuts are depends on your settings in the checkboxes above. (To see the difference, change some of the settings in the checkboxes and watch the shortcuts below change.)
    I'm not sure what the difference is between the settings on your two Macs. I'd go over the preference settings to get an idea of why they're behaving differently.

  • Open Windows folder from web link - Firefox

    Hi Guys,
    I'm trying to open a folder either through a link in Firefox, it doesn't open.
    Link:
    <a href="file://Server/Folder/" target="_blank"/>Open Directory</a>
    - IE8 works fine
    - FF 3.0.13 does nothing.
    I've also tried the OPENDIR funtion without any luck.

    If you are attempting to have this code on a page that is running from a web server, this won't work with most browsers. Are you running this page from the file system, or a web server?
    The best way to handle opening a remote file or dir is to use server side scripting.

  • When shopping FireFox does not expand the view from the link below the picture.

    When a product has a "Zoom" option, or "See larger image" option the link does nothing.

    That zoom link opens a pop-up window and uses JavaScript to zoom the image.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Open new window from label link

    Hello,
    I have a table with url-s adresses.
    I want to build a report region with a link to open a new window for each line from table.
    I made that following code:
    select ''||DESCRIPTION||''
    from     url_table
    It's not working.
    I am a beginner.
    Thanks you.

    Hi,
    Use this SQL:
    select '--< '||DESCRIPTION||'' as "DESCRIPTION" from     url_table
    Remove --< from SQL Query
    and in report attribute for DESCRIPTION column:
    Display As: Standard Report Column
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • Firefox 29.0 opens new windows from clicking links that are in a smaller window, should open as maximized window. How to change?

    How do I click a link on a web page, and not have to maximize the window every time? Firefox 29 seemed to add this additional click annoyance and I can't see how to change that. I do not want full screen mode which is what Firefox calls it when it removes an additional row of menu items. I mean maximizing the window so I don't have to do it each time! Please tell me how to change the settings and restore this normal feature.

    Go to
    About:Config
    Change
    browser.link.open_newwindow
    value from 2 to 1
    Works for me now. Every new window is max size

Maybe you are looking for

  • MIGO-Error when MIGO is execute by call transaction on background

    When we execute MIGO_TR or MIGO_GI in call transaction, this error is showed. "RAISE_EXCEPTION" " "                                                       "CL_GUI_CUSTOM_CONTAINER=======CP" or "CL_GUI_CUSTOM_CONTAINER=======CM001" "CONSTRUCTOR"   Is t

  • Problem in Coding Block during the Acc Doc posting BAPI_ACC_DOCUMENT_POST

    Hi, I have a problem in the Coding Block of a FI invoice Document posting. In our project, we have implemented substitutions to derive SBL;SEGMENT field in the line item of a GL Account. I have created a program and in that i'm using BAPI_ACC_DOCUMEN

  • Copy data from one sheet to another based on content of popup menu

    I'm trying to create a spreadsheet to help teachers grade students during reading time in my school.  If you're interested in the specifics of it, the long version is in the following paragraph: I work in a high school, and 10% of each student's Engl

  • Regarding the clusters  in HR - ABAP

    Hi All,               Anybody is having the documents regarding the clusters. If so can u please share with me…? Thanks & Regards,   Suresh

  • Tomcat  won't display index.jsp

    Hello, I've been working in a webapp the last couple of weeks, and I am new with tomcat and JSP technology, yesterday I try to display the index.jsp in http://localhost:8180 and it didn't display it . I retart tomcat with sudo /etc/init.d/tomcat5.5 r