Publish  webdynpro  link  in  BSP

Hi,
  Please  let  me  know  how to  connect webdynpro  link  in  Std  BSP.
Thanks,
Asha

Hi,
Just like Thomas said, you only need to navigate to Web Dynpro Abap URL from your BSP.
You can use method CL_WD_UTILITIES=>CONSTRUCT_WD_URL to get Web Dynpro Abap URL.
   cl_wd_utilities=>construct_wd_url(
                     EXPORTING application_name = 'ZWDA_TEST'
                     IMPORTING out_local_url    = url     ).
Regards,
$=====$
Are you newbie? Check this out: [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]

Similar Messages

  • How to call a Webdynpro view from BSP page (MVC) in a new window?

    Dear Experts,
    kindly advise how to call a webdynpro view from BSP application after performing an event (through button or hyper link).
    Regards,
    Sarat.

    Hi,
    This has been discussed many times in several forums.
    Please check the method CL_WD_UTILITIES=>CONSTRUCT_WD_URL, to create a runtime url for your WD Application and call this URL.
    Refer thread: Call Webdynpro Application from BSP Application
    Hope this will be useful!
    Regards,
    Meganadhan S

  • Publish a link in the portal

    Hello.
    I want publish a link in the portal of ESS that call a document (file PDF).
    I know that I must  create a Service and Resource in the T.Code PTARQ.
    I want know What type of iview i Should use in the portal?
    ie. Transaction Iview, or IAC Iview, ....or Exist an type of iView specific for this?
    Regards.

    If you are publishing a PDF why don't you store it in you KM and then create a URL iView that  can be created and linked in the Portal.

  • Launching a BPC for Excel template from a webdynpro link

    Hello,
    Does anyone know how to directly launch a BPC for Excel template using the FileService asmx call through a webdynpro link? We are currently using BPC 7.5 NW SP5.
    Regards,
    Nik

    Could you try a couple of things....
    1) Copy/Paste the worksheet into a new workbook. There may be inherent issues with a version 4.0 created EVDRE/EVGET template than a version 5.0 one
    2) Check you dont have any Park N'Go issues (set to Live) or there are no Worksheet Dimension Lock options enabled.
    3) I assume the old V4.0 client software was fully uninstalled before installing the new client?
    4) Try delete 1950 of the formulae's and check whether the remaining 50 refresh ok or not (although I think you've said part of the report refreshes ok?)
    5) Make sure you don't have any broken name ranges for example
    6) You dont mention what version & service pack excel you are running, but if its Excel 2003, try apply service pack SP3.
    7) Do a find and replace on EVGET and replace it with something nonsense like TESTABC, then find replace TESTABC back to EVGET. See if this initialises the EVGET or not. (shot in the dark this one).
    8) Clear out your client information (eTools > Client options) and reconnect afresh with connection wizard.
    9) FINALLY: Develop the new report from scratch. May not be ideal, but weigh up whether this is worth it from a time/cost benefit perspective
    Regards
    Anis

  • Acessing a SAP Transaction Code through WebDynpro Link

    Hi Developers,
                 I need to call a SAP Transaction from a link and how would I go about it.I Have created a WebDynpro Link to Action in Layout of WebDyn and now I need to write the code for acessing a transaction.
            It is similar to a SAP Transactional Iview but it will be a link.Can anyone help me in this issue.
    Regards,
    Raja Akella.

    Well, you can create SAP transaction iView for t.code 'SE38'.
    You can configure value
    for 'application parameter' property  as 'RS38M-PROGRAMM=<PROG_NAME>'
    for 'Parameters to Pass from Page Request' as 'PROG_NAME'
    Add this iView to the page, get url of the page.
    In webdynpro application, append '?PROG_NAME=<program name>' to this url dynamically when you click on the tree node (where you replace <program name> with actual program name>) ..
    Does that solves your problem?

  • Create a navigation link from java webdynpro to ABAP BSP

    Hi gurus,
    we received a customer request; we have this scenario. We have created a custom Java WebDynrpo application that works with mySAP CRM.
    The customer request is the following:
    Into a webdynpro page it is possible to call a BSP application passing the parameter CRM_OBJECT_ID?
    In detail (Example): we want to call the BSP Application Account (with the BP 1000001) selected:
    http://domain:port/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=CRMM_ACCOUNT&CRM_OBJECT_ID=1000001.
    Thanks in advance.
    Eugenio.

    Hi All,
    First of all, thanks to everybody for the collaboration.
    I'm working to solve the problem. I have to specify better the customer request:
    The navigation should be from a custom webdynpro to the standard crm BSP FrameWork (CRM PC_UI) CRM_BSP_FRAME. If I try to launch a BSP application, Ex: CRMM_ACCOUNT, i see that the application create automatically a session id; this is the URL generated:
    http://name.domain.com:8034/sap(bD1pdCZjPTExMCZkPW1pbg==)/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=CRMM_ACCOUNT.
    Now, my question is the following?
    Is there the possibility to call this (PC-UI) application through a custom webdynpro??
    Thanks in advance.
    Kind Regards.
    Eugenio.

  • Webdynpro for abap 和 BSP 之间的调用问题

    用WEBDYNPRO FOR ABAP 做好的框架,左边是菜单LINK,当我点击菜单LINK的时候,怎么在框架的右边显示BSP的程序呢?

    在portal里建立一个workcenter, 为bsp建立一个iview加入workcenter
    也可以实现这种效果,不一定要用webdynpro for abap来建立一个框架

  • How can i display a pdf file stored in my KM from webdynpro link ?

    Hi experts,
    i try to open my pdf file stored in km, in the same window of my webdynpro java who has the fire link ?
    i user tow  iviews with inBound and outBound plug, the first one has the fire link and the seconde an iframe witch i set source parameter to my km link where my PDF is stored. Unfortunately, the iFrame don't work correctly, and my PDF is not be displayed
    Can you give some advices ?

    Hi
    Recently in my project I came across a scenario where my Web Dynpro Project had to pick the image from KM. The images to be displayed will be placed in KM. This will avoid loading the images into the Web DynPro project. More over when you have KM installed on your EP server, one can use it for storing backend data and resources. The KM Admin will be undertaking this task of uploading the images to predefined folder structures. Through the application path to the image will be provided dynamically giving you the flexibility to decide which image to be displayed according to the business logic.
    Getting an image from KM Documents to be used in Web Dynpro
    Uploading files to KM repository using Webdynpro APIs
    KM with WebDynpro
    thanks
    Suresh

  • URL Link to BSP with MVC

    Hi,
    I have a BSP with MVC design.
    I assume that the URL link to the application is the URL I see when I go into the Controller page under the BSP in SE80.
    Is that correct?
    The problem is that when I take that URL and copy paste it into a web browser, I get the first view but when I click on any button, the controller class is not called.
    If I do a right click on the BSP and select the TEST option, all is working perfectly.
    Do you have any idea why this is happening or do I do something wrong?
    Thanks,
    Itay

    Hi Stefan,
    Same issue i have as well.
    My Understanding is, in NWBC desktop, if you open a non sap (eg: html) page, NWBC becomes an IE Browser.
    That means you are now out of SAP for that tab (with html page) and whenever you try to launch any SAP transaction (using the method from HTML) it will launch in a new window and ask for Login.
    May be Experts like Samuli Kaski & Melinda Ludanyi can put some light on it.
    But, I have one more solution for this which is partially working in my case. May be helpful in you case as well.
    Issue: From some SAP transaction in NWBC (say tab A), you are launching the html page (say tab B) and then want to launch another SAP transaction (Say tab C) from html.
    Solution: Embed the HTML in SAP using HTML Viewer class and launch SAP custom transaction using the interface IF_LSAPI. It will launch it in new tab as a sap transaction with your html page.
    Now if you want to launch the SAP transaction from your html page (Which is embedded in SAP custom transaction) you can use HTML Viewer class Events and you can pass parameters as well. Re use the same interface IF_LSAPI and launch it in new tab
    In my case i am facing problems as the web developer has so many things on java script and they are not working properly. He is working on it and i am hoping it will be fine.
    Regards,
    Nik

  • IWeb 08 Published Photo Links Not Working

    Hello,
    I've recently switched over to iWeb 08 and really dig all the new functions. I am running into one spot of trouble and hope that someone might shed some light on it for me.
    I've got a few images that I use as hyperlinks rather than text. The hyperlinks are fully functional while in iWeb and everything is fine in the inspector window, yet when I publish the site, the links are no longer operational.
    Anyone have a quick fix for this one? As the images are thumbnails which point towards the full-size image, using text is not an option in this case.
    Thanks in advance!
    ~Lola

    I publish to my desktop, then use Fetch to upload the files to my host at netrfirms.
    www.lolabydesign.com
    The non-functioning thumbnail links are at:
    http://www.lolabydesign.com/LolaByDesign/Bead_Gallery.html
    I just noticed that some of the text links are inoperable as well, altho they check out fine in iWeb itself - seems kind of random.
    The text links that no longer work are at:
    http://www.lolabydesign.com/LolaByDesign/Shop_Instructions.html
    Thanks for your assistance!
    ~Lola

  • TableView Iterator in WebDynpro as in BSP

    Hi all,
    i'm planning to move from BSP to WebDynpro ABAP and have a question:
    Does WD ABAP provide the same kind of <htmlb:tableView> as BSP? Especially, does it support the concept of an tableview iterator?
    Thx & Regards,
    Daniel

    Yes you'll find everything.
    You'll find also the ALV extension of a table.
    I was familiar with iterator and I like it so much; in WDA you can reach the same result but in a different way.
    Basically you have to prepare, in advance, all the data in the table rows and then in the table configuration you'll describe the rules for each column (even with variants per row).
    You have to study the Table UI object with table cell variant and then ALV features.
    Sergio

  • BI PUBLISHER DOWNLOAD Link  for MS windows not working

    Dear Admin,
    The following link for BI PUBLISHER download on MS windows is not working could you please help ???
    following is the error message
    http://www.oracle.com/errors/404.html
    TA
    s

    Dear Admin,
    The BI Publisher link for windows is not working ........pls pls reply and let me know
    ta
    s

  • Webdynpro's  with BSP

    hi all,
    i am do'g BSP's in WAS 6.40 and i am interested to  do in Webdypro's can i do it in WAS 6.40, if yes how to configure that , Should i requried a SAP 5.0 ECC.
    thank u,

    Welcome to SDN.
    If you want to learn Webdynpro for ABAP you can download the sneak preview version of WAS7.00 from here
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6
    install it on your laptop and practice.
    Regards
    Raja

  • EREC:how to link new bsp applicaton

    Hi Experts,
    I have created new bsp application and trying to link it to the Erec in hiring assosiate's  main page.
    in hiring assosiate's  main page in maintanace tab while clicking on maintanance link its not going inside.
    Please help me out and let me know the sequence to add new customize BSP application in EREC I think I have missed some steps
    Cheers
    Amod

    Hello Amod,
    to add a customer bsp application to an e-recruiting bsp start page you have to define a logical application by maintaining table T77RCF_LOG_APPL. Maintenance has to be done using T-Code SM30 as this is not included in the IMG and therefore often forgotten.
    Once you have created the logical application you can define the link and the group assignment in the IMG.
    Kind Regards
    Roman

  • Why  webdynpro and not BSP or JSP?

    Hi,
    Am new to webdynpro technology. i would like to know what are the benefits of webdynpro over BSP and if we are using java why cant we use JSP's and why should we go for a new concept called webdynpro?
    Regards,
    Rashmi.

    Hi Rashmi,
    first, welcome on SDN! About your question:
    if you get some experiene with WebDynpro, you'll see that as far as the UI is concerned, you'll be able to create quite smooth interfaces quite quickly.  Advantage Nr. 1
    The concept of having a "context" shared among different views also makes life easy if you want fast result without caring how to pass values. This "passing values" is a question of design in WebDynpro.
    In the end, WebDynpro is a programming model which is very much intended on creating UIs with a defined framework where the developer can add some cutom code, where UI and BusinessLogic are more or less hard seperated.
    Just try it. The concept it totally different from other frameworks where you are obliged to implement differen interfaces and declare the usage by providing a XML for example. It's a question of taste if one likes WebDynpro, for it is very strict in it's usage.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

Maybe you are looking for

  • JAVA API to add header and footer in MS Word

    Hi, please help me out, I am hanging with this concept. The problem is I need to add a headers in ms word file using java. I come to know that the API is support for this task is 1.apache POI 2.jacob I dont know which class file I need to use to do t

  • Element not allowed

    Hi, I've imported some business components from a UIX project to an ADF project I'm setting up in Jdeveloper 11.1.2.0. I get the following error when I try to run the application. I get this for all the BC projects I've imported. <17.jun.2011 kl 10.0

  • Emailing Excel sheets-can't empty trash

    I notice anytime I send someone an Excel spreadsheet & then dump that excel into trash I can't empty trash, why is this? I close down all excel worksheets. I even trash the sent mail that had the excel attachment. Why does it think there's still an o

  • HT1918 need to know what is my rescue mail and change it

    i am stuck on the security question and dont know them and i send the reset on the rescue mail but cant recieve any mail so i can make the reset so what i can do

  • Nikon d600 raw in ps6?

    i have trial of ps6 & could not open raw files from nikon d600 - note came on screen saying:  "could not complete command because the file appears to be from camera model which is not supported by the installled version of camera raw".  i know it doe