WEB App - jump to detail via ABAP

Hi,
I'm jumping from a web app (querying FI Cube data at document level), passing company code, fiscal year and document reference. The ABAP (function module) looks up a link to a url containing a document image.
I'm having real problems resolving the interface - I can't see the imported / exported fields and I'm at a loss in defining the interface in the ABAP.
Can someone help me out?
Regards
Neville Woods (UBS IB)

Thanks Heike - that was very helpful.
It seems I have a number of options:-
1. I can create a jump direct to a web address - I've been experimenting with this and it works well for a single field. If you want to jump using more than one field you need to create a characteristic which will allow you to concatenate the seperate fields into a suitable search string. I'm not sure if you can do this in the query definition yet but I gues you could do it via a BSP.
2. I could create a jump to an ABAP which would then concatenate the required fields into a search string and build the necesary WEB address.
3. My particular application requires me to do a lookup on a link table using company, reference document number and fiscal year to return a specific web address.
I have not managed to work a solution yet but I'm getting there.
Regards
Neville

Similar Messages

  • How can I link a web app item to another via Next link

    I would like to add a next link and previous link on a web app detail layout. Then people can scroll through the detail layout items without going back to the list view.
    I'm creating a portfolio with a description of the project details and links to external websites. There is no tag for that purpose.
    Any suggestions? I'm a bit new at custom web apps and editing the layouts with css.

    Hi,
    you would have to create 2 additional custom fields as text (string) field types and name them something like, "next item url" and "prev item url". Then you would have to enter the next and previous item url manually for each individual web app item. You can include the new tags in the detail view, something like <a href="{tag_prev item url}">Prev</a> and <a href="{tag_next item url}">Next</a>.
    Hope that helps.
    Nicole - BC Gurus

  • Communication between applet and Web app (IE6 works IE7 doesn't)

    I'm not 100% sure this is the correct forum to post this in, but as the communication is initiated from the applet I'm posting it here.
    I have an applet that we are slowly breaking pieces out of into a web app.
    The details are as follows.
    The applet calls a servlet on the webserver with the following code.
    URL url = new URL("http://.................");
    ServletMessage message = new ServletMessage(url);
    InputStream returnStream = message.sendPostMessage(sending);The servlet takes the user credentials and other info that was sent and authenticates the user and stores the info that was passed into the session on the web server. Then based on the users permissions and where they want to go in the web app the servlets redirect method calls
    resp.getOutputStream().print("/AppName/appropriateServlet");This sends control back to the applet (including the url of the servlet that needs to be called) which then calls the appropriate servlet
    container.getAppletContext().showDocument(new URL("http://.............." + returnURL), "Title");Now the problem is that in the first and second servlet the request.getSession() returns two different sessions when running under IE7. IE6 returns reference to the same session.
    I don't know what has changed in IE7 but I was hoping somebody else has run into this, or can suggest a more appropriate forum to post this to?
    Thanks

    So the solution I came up with was when the applet jumps to the web app the first time instead of storing everything in session I store them in a map in the servletContext under their employee number.
    I then send control back to the applet with the url they should call. When the applet calls the web app for the second time it includes their employee number as parameter in the url.
    A Login filter then first checks to make sure it isn't on the first call, and checks to make sure they aren't in session... if so it pulls the map out of servletContext and transfers all the data back to the session and clears that user out of servletContext.
    So it stores the user in the servletContext during the transfer back and forth, then back in session like normal.
    I'm pretty sure it is going to work, but I can't test it because our mainframe test region is down which is what handles the authentication of the applet.

  • How can I add a Last Update to a web page with a web app.

    I would like to know how to update a webpage whenever a web app item has been added or updated last.
    I have the tag {tag_lastupdatedate}  but it only works is only for the web app list or details page.
    I want to be able to add the date and time as to when the entire list was last updated. Any suggestions? thanks!

    Hi DLSAgency,
    There is a module called {module_lastupdated} and it will display the date when the web page it's on has been last updated, but there is no module that will display when the web app list inside that page was last updated. There no such functionality in BC.
    Cheers,
    Mario

  • Prevent Lync 2010 Web App From Running

    I am an SCCM administrator and have been placed with the task of trying to figure out a means by which to prevent some users that have been abusing IM from using MS Lync. I have already setup the desktop support team with a device collection that they
    can place any machine into to uninstall MS Lync and Lync Group Chat 2010 from that machine. However, the desktop support team also wants to prevent these users from access to the MS Lync Web App, which I am having difficulties trying to figure out some way
    to block this addin from installing/running. We had already inquired with our exchange team and they refused to delete Lync access from the problem users' AD accounts because they felt that it would be too difficult to manage and I don't have access to Exchange,
    so I can't change their Lync access from the account administration end. Is there a way to prevent the Lync 2010 Web App from installing/running via SCCM configuration baseline and/or GPO? Thanks to anyone who can provide some suggestions.

    You can't disable it using SCCM or GPO because it's web application. You can disable it from Lync Server.
    To disable Lync Web App, You can check below link
    http://social.technet.microsoft.com/Forums/lync/en-US/33fbfa3f-e7dd-43a7-85f4-43c280e17d4f/disable-lync-web-app-link?forum=ocsconferencing
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Web App Portfolio

    I am currently working on a website that will showcase the work of a business in a portfolio web app.
    I have a working list view that populates a web page with portfolio items. My detail view consists of the expanded information for any particular portfolio item. I would like to add a Flexslider to showcase more than one image in the detail view.
    What I am failing to grasp is how do I add the Flexslider web app to the detail page without having to create a separate web apps for each portfolio item? Does that make sense?
    What I would like to do, is add the Flexslider to each portfolio web app item and be able to only show the associated slides for that particular portfolio item. Is this possible? Do I have use categories to accomplish this? Or is there an easy solution that I am unaware of?

    Cedric,
    Thank you very much. Your recommendation was very helpful.
    I was able to get my web app up and running by a slightly different means. Turns out it was pretty simple.
    All I did was:
    Set up the web app as intended
    Added the flexslider to the detail view
    Placed {tag_description} between the <ul></ul> in the FlexSlider HTML
    And now, this allows me to add images and video in the wysiwyg editor. All I have to do is wrap each item between <li></li>.
    Not only is this simple, but I dont have to create and use a separate web app to control the portfolio slides like I first thought. I can now add as many slides as I need per web app item.
    Thanks again and take care!

  • How to hide web app data in a detail template

    Hi, is it possible to hide some part of my content from a web app detail template.
    For example, I am doing a company directory which has some layout like:
    Phone: {tag_telephone}
    Email: {tag_email}
    Website: {tag_website}
    If one company does not provide a website address for example, it looks like this on the page:
    Phone: 12345
    Email: [email protected]
    Website:
    (with a blank area left next to the heading of 'website' - but the website heading sits there looking lonely
    Is there a way I can tell BC 'if you don't fill out a field, you don't display the field itself and the heading that goes next to it. So it would look like this:
    Phone: 12345
    Email: [email protected]
    Some businesses will have websites, others not, and the same scenario applies for phone and email, the companies may just provide one or more of each item. It would be good to get away with getting a dash next to the item that isn't used.
    Thanks.

    Hi
    This can be fixed by doging something along these lines:
    Assign an id (ex: m1) to the div in which you place your webside field, and contain this in another div with another id (ex m0), which contains the "E-mail:" tag as well. With a little java script you can checkhide if m1 is empty and if so, alter the style for m0 to be hidden.

  • How to link web app item to different URL other than detail page

    Hi, this is probably a bit of a stupid question but I can't find the answer anywhere.  On my site, I have projects set up as web apps--I want the customer to be able to click on the title or image for the web app and for it to link to a PDF or blog page, NOT the detail view.
    So I want the app title and image to link to a different URL, not detail view.
    Here's the page in question, if that helps: http://sherrihaab.businesscatalyst.com/projects
    Thanks in advance for any help.

    {tag_name_nolink} - Will make the title with no link wrapped around it
    {tag_yourimagefield_value} - Will give you the raw source of the file location
    You can then form your own image html and links wrapping this and the web app item name text.
    To form the link source to go to - create a text custom field and just type or copy and paste a url into that field.

  • Office Web Apps - Preview not appearing when acccessing via HTTPS

    I have installed Sharepoint 2013 and Office Web Apps, set the wopibinding, and set the wopizone to be https-external. Everything seems to work fine if accessing the web app using HTTP (can open, edit, preview office web app (WAC) documents)... but if
    I access via HTTPS then I run into a mixed content error when trying to preview the WAC documents... I can open them and edit them without issue using office web apps inside the browser though just not preview.
    If I select "New document" it also takes a while to load and displays a blank pop up window... assume it must be related
    Error message:
    XMLHttpRequest cannot load http://xxxx.org.nz/Docs/_layouts/15/inplview.aspx?List={6E…65723B96E}&ViewCount=1&IsXslView=TRUE&IsCSR=TRUE&IsRibbon=TRUE&Cmd=EcbView.
    No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://xxxxxx' is therefore not allowed access.
    [blocked] The page at 'https://xxxxx.org.nz/xx.aspx' was loaded over HTTPS, but ran insecure content from 'http://xxxxxx/Docs/_layouts/15/WopiFrame.aspx?sourced…%20big%20wide%20inter%20web%2Edocx&action=interactivepreview&wdSmallView=1':
    this content should also be loaded over HTTPS.

    Hi  ,
    Before you configure SharePoint 2013 to use Office Web Apps Server via HTTPS, make sure that you have set up Office Web Apps Server by following the steps in Deploy
    a single-server Office Web Apps Server farm that uses HTTPS or Deploy a multi-server, load-balanced Office Web Apps Server farm
    that uses HTTPS.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • I have a samsung note and i was aable to work with outlook web app in detail or premium view. Suddently, 2 - 3 ago, i can have only the light version. Help !!

    Microsoft says that firefox is a browser that shows the full or premium or detail view of outlook web app. Is there something changed in firefox, or i did something to my samsung, and maybe you can tell me what i made wrong ? Thanks

    Hi,
    I'm sorry you are having this problem. Are you able to find a link to the webapp in your history that doesn't have 'm' or mobile in it? Maybe you are now being redirected to the simpler version?
    Thanks,
    Michelle

  • Set Disable or Expiry Date for web app item via Edit form

    I have a user that wants to delete a web app item from a secure zone edit form, but they are not the owner of that web app item.  All items in the web app were imported via a csv file and hence do not have a 'submitted by' user id assigned.
    Is it possible to Disable a web app item using a web app Edit form?  or alternatively, is it possible to set the Expiry Date of a web app item using a web app Edit form?
    Thanks
    Dave

    Sorry Brian, but I'm not sure that answers my question.
    Sure, I can create a single web app item for every single client of my customer, manually.
    Sure, I can create and 'allocate' that single web app item to each customer manually.
    I pray the customer doesn't have hundreds of clients. And I would have to teach my customer how to do this convoluted process for every new client.
    But the one thing this doesn't do is answer the question of updating the value of units held.
    It seems the order module remains the closes to what I am looking for in that it allows an equation, and is automatically customer specific.
    However, I am looking for a way to achieve a single daily update by the customer as to the value of the units held by each client. This can be done via the product module - update price. But this does not update existing orders. Exisitng orders are fixed at the price on the day. The customer wants to update the value once, in one place, and have that amend all existing 'orders' to reflect the new total value of units held by each individual client, and to have this show in each client's member area.
    If you can think of a way of doing this in webapps or via the order module, this is what I am looking for. Anyone?

  • Adding videos to a BC site via a web app

    I saw a MaxTempo template that people can use for their Business Catalyst site (http://www.tribevita.com/adobe-business-catalyst-templates/e-commerce/max-tempo-ecom) that consists of a web app that allows the adding and displaying of videos. I saw a video that illustrates how to do this, but not in detail. I would like to know how to add and display videos to a BC site by using a web app. Please help. Thanks.

    To do this, you will need a fundamental understanding of how web apps work and function. Once you understand how they work, then you
    can visualize the fields you will need to do this. You can also allow users to upload videos as well. YOu need to define the way you want it to work.
    I would assume to create a video web app, you need to set your fields, for small thumbnail, large thumbnail, video player [text description large]
    If you are embedding youtube videos then you can just copy paste the embed code into the video player field you define. If you have a custom player then it gets a bit tricky but not that complicated to do.
    Hope this helps.

  • Editing the Schedule PDP, at the Page Details Web Part, inserted wrong Project Web App URL. Cannot access Project Schedule Pages.

    I need a help. The environment, SharePoint and Project Server 2013 and SQL Server 2012, running on Windows Server 2008. Editing Details Web Part in a Schedule PDP Page, saved invalid Project Web App URL. After that, can display the Project Information and Project
    Details Pages from the projects accessed, and can display the Project site, too. But, when I access the Project Schedule Page, receive an error page, because of the invalid URL. The message is obvious: "There
    is no Web named xxxxxxx". I´ve tried to find out how to correct this, but no success, because cannot open the Project Schedule page anymore.
    I would like to know if there is some way to fix it without re-installing the system. Thanks for all. If somebody need more information, have log information and page display available. 

    Paul,
    When I click Schedule after PWA Settings > Project Details Page, there comes the error.
    I can download the Schedule Page. But I don't see where to change, because the wrong URL doesn't apper at the page. 
    I'm sending below the page that I can download. The schedule.aspx.
    <%@ Page language="C#" MasterPageFile="~masterurl/default.master" Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage" %>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">
    <SharePoint:ListProperty Property="Title" runat="server"/> - <SharePoint:ListItemProperty Property="BaseName" maxlength="40" runat="server"/>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitleInTitleArea" runat="server">
    <WebPartPages:WebPartZone runat="server" title="loc:TitleBar" id="TitleBar" AllowLayoutChange="false" AllowPersonalization="false" />
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderAdditionalPageHead" runat="server">
    <meta name="GENERATOR" content="Microsoft SharePoint" />
    <meta name="ProgId" content="SharePoint.WebPartPage.Document" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="CollaborationServer" content="SharePoint Team Web Site" />
    <script type="text/javascript">
    var navBarHelpOverrideKey = "wssmain";
    </script>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderSearchArea" runat="server" />
    <asp:Content ContentPlaceHolderId="PlaceHolderPageDescription" runat="server">
       <asp:literal id="idPageDescription" runat="server" text="<%$Resources:PWA,PAGE_DESCRIPTION_SCHEDULE%>" />
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="server"></asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"></asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server"></asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
    <WebPartPages:WebPartZone runat="server" Title="loc:FullPage" ID="FullPage" FrameType="TitleBarOnly"/>
    </asp:Content>
    <asp:Content ContentPlaceHolderID="PlaceHolderUtilityContent" Runat="server">
    </asp:Content>
    Thanks
    LuisPerez

  • Editing the Schedule PDP, at the Page Details Web Part, inserted wrong Project Web App URL. Now, cannot access Project Schedules.

    I need a help. The environment, SharePoint and Project Server 2013 and SQL Server 2012, running on Windows Server 2008. Editing Details Web Part in a Schedule PDP Page, saved invalid Project Web App URL. After that, can display the Project Information and
    Project Details Pages from the projects accessed, and can display the Project site, too. But, when I access the Project Schedule Page, receive an error page, because of the invalid URL. The message is obvious: "There
    is no Web named xxxxxxx". I´ve tried to find out how to correct this, but no success, because cannot open the Project Schedule page anymore.
    I would like to know if there is some way to fix it without re-installing the system. Thanks for all. If somebody need more information, have log information and page display available. 

    Luis,
    Have you tried this?
    Navigate to the schedule PDP, in the browser address bar, append the string
    ?Contents=1, like thus:
    https://<your PWA Address>/Project%20Detail%20Pages/Schedule.aspx?Contents=1
    This will open the Webpart Maintenance page. Now, select the Details
    webpart, and Delete it. Once done, navigate bacjk to the webpart page, edit page, and re-add the Details Webpart to the page.
    This should fix your issue.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • I need to display a web app search form, inside the detail view of another web app. Does anyone know

    I can't seem to get a web app search form to work inside another web app detail page. Does anyone know if this is possible?
    I can display a list of web app items; and the search form works on a standard page; but when I try to load it within another web app's detail page, I get an error: "page not found". This happens regarless of whether I put {module_searchresuts} on the same page as the form, or if I redirect results to another page.
    Does anyone have any suggestions?

    Heya.. You currently can not do that within the detail view but it is possible to redirect the results to another page.
    Simply replace this red portion:
    action="/Default.aspx?SiteSearchID=50&PageID={module_oid}"
    with:
    ID=/results-page.html
    ...results-page.html being the page you want instead.

Maybe you are looking for

  • T410: How to dual boot Win 7 with Ubuntu?

    I would like to keep my original win 7 config, but to add the option to dual boot into ubuntu 10.10 as my primary OS. Anyone had experience on how to go about doing this? Solved! Go to Solution.

  • How place an LD_PRELOAD bash command into a .desktop file (LXDE)

    To enable video in Skype with my webcam I must launch skype the following way: LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype To get that command done from my LXDE menu I tried to edit the skype.desktop file and place that line after the "Exec" deskt

  • New Computer (Windows 7)! Now iPod won't work

    I had a Windows Vista computer and the hard drive died, so the computer won't work at all. Just bought a new Windows 7 computer. I installed iTunes, no problem, but when I plugged in the iPod it didn't recognize it and also now the ipod is 'stuck' on

  • Hi All Experts , In PLD's Doc total amt in USD shud be  convert in words

    All Experts, As per  Client requirement in document printing they required Document total amount in words. I am able to convert in total amount in words but main issue is its shown  proper if  document in US Dollar amount. Can i make amounts in words

  • Personal Cinema FX 5200 Problem!

    Hi, My problem is simple. Whenever I try to work on my computer, the monitor goes in stand by after 30 minutes max. including the TV. I tested the conection to the TV to be sure that it wasn't my monitor. I tried 3 or 4 versions of the NVidia driver.