Bring view from BSP application into CRM 7.0?

How to add a custom view from a BSP application in CRM 5.0 to CRM 7.0. I tried to use it as a URL ( in transaction launcher ) and gave controller class . It does not work. Am I missing something here?

Hello CRM_2007,
May you please elaborate on what doesn't work?
Do you see your link created via transaction launcher?
Did you manage to create a link to some URL like "google.com" that is working fine, or every kink that you create doesn't work at all ?
Kind regards,
Nicolas Busson.

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

  • Import from an EP5-BSP-Application into EP6 SP12

    Hello Community,
    after the import from an ep5-bsp-application into the ep6 sp12 installation, no text will be displayed by the checkboxes.
    For example, a <a href="http://img216.imageshack.us/img216/9051/ep5ep66xh.jpg">screenshot</a> for my problem.
      <hbj:checkbox
        id="CR02"
        text="Repair report"
        key="CR02"
        tooltip=""
        checked="FALSE"
      >
    How can I resolve this problem?
    Greetings
    Michael
    Message was edited by: Michael Nett

    Hi Tafkap,
    Once you have created the par file you have to first deploy it to your Server to store it to PCD.
    http://<server-name>:50000/irj/servlet/prt/portal
    <b>Note:</b> There will be input box where you have to give the path of your par file. It will be having the heading as:
    <b>Please specify a Portal Archive file (PAR) and press "upload" to store it into the PCD.</b>
    1) Login to the Portal.
    2) Go to Content Administration.
    3) Go to Portal Content. Right click it and you will find option (New from PAR).
    4) Create New from PAR -> iView.
    5) Now a list of PAR files deployed on PCD will appear and there you will find the PAR file which you have also deployed.
    6) click on it and press Next.
    7) Enter the Name and ID whatever you want.
    8) Finish.
    9) Now you can see the iView with the name you have mentioned. Right click it and preview it.
    10) Or just click the iView and then click on the preview option.
    Now you view the page in your default browser.
    Hope this help you.
    Regards
    Pravesh
    PS: Please consider Awarding Points if you have solved the problem
    Message was edited by: Pravesh Verma

  • How to Migrate BSP applications into WDA

    Hi,
      We have some BSP application,is it possible to migrate BSP application into WDA or we need to

    There are no automated translation tools from BSP to WDA.  Although similar in structure (both MVC and Unified Renderer based), the technology implementation is very different. BSP uses MVC - and has Model and Controller objects. However these ABAP classes are in no way compatible with what Web Dynpro generates.  WDA also has the concept of Context which doesn't exist at all in base BSP (although CRMUI does have a context, this is just a wrapper around the BSP model class and isn't compatible with the WDA context either).
    The view becomes even more problematic.  Although the HTMLB, XHTMLB, and PHTMLB tag libraries are similar to the standard UI elements in Web Dynpro, the WDA versions are much more advanced. You probably could map most of the properties and tags to WDA, but not everything.  However the fact that in BSP you can inject any custom HTML and JavaScript becomes an issue because there is no way to do the same in WDA.
    Overall, you should just start from scratch and redesign the application as WDA.

  • Call ITS from BSP Application

    i have created a ITS screen which in turn calls a Abap report
    I want to call this ITS screen from a BSP application .
    Could you please provide some sample code which is used to call ITS from BSP application..
    Useful answers will be rewarded
    Thanks

    Since it is related to both ITS and BSP i thought i can post it in both. and also i didnt get answers for the queries..... for a long time. Anyhow i will take your suggestion for my future query.
    i hv done using iframe to call my ITS application.
    I can able to call the Bsp application whichin turn calls its screen abap program.
    while executing ,  the selecting the directory from the file browse pop up doesnt work for downloading the file
    becos the client , they will not change the settings related to applet in the internet browser for security reasons.
    I hav to make it some how to make it work in the portal which calls this BSP application..
    at the moment i mapped this BSP application to the user role in the SUS Portal . but it appears in the SUS portal . but i m not able to click the application and also handsymbol is not seen while bringing the mouse to that area.
    Could you please tell me , how to use Action_id for that particular application, Authorisation profile settings.
    Kindly  give your suggestions asap.

  • How to avoid  configuration product downloading from R/3 into CRM

    Hello,
    We have CRM 4.0 connected with R/3 backEnd and configurable products are downloading from R/3 into CRM with the whole characteristics.
    We don´t use this characteristics in CRM to configure this product and the pricing. Is there any way to avoid this information into CRM??
    1.- Though the Middleware???
    2.- Though the Uninstalling IPC(internet pricing configurator)???
    3.- though the item category of the Business Transaction.???
    It´d be grateful to get a way because actually, when we enter the product, this one has to be configurated because of the errors.
    Thanks a lot,
    Luis Angel Fernández

    Hello Luis,
    First of all I am unable to understand how are you getting the characteristic through material download.
    All configuration comes through Knowledge Base and its runtime version.
    If you want to block configurable materials from flowing to CRM then set the filter on Item Category Group.
    I think you must have different item Category group for configurable material.
    Thanks & Regards
    Subhabrata

  • PDF download from BSP application

    hi all,
    With the bellow code i am able to download to PDF from BSP application
    Issue is when i click on the download button waiting popup window is not disappearing even after PDF displayed.
    Please help me to resolve how to stop this waiting popup window.
    response->delete_header_field( name = 'Cache-Control' ).  "#EC NOTEXT
      response->delete_header_field( name = 'Expires' ).        "#EC NOTEXT
      response->delete_header_field( name = 'Pragma' ).         "#EC NOTEXT
    Deactivated because of Note 904314 and Kompression in Kernel
      response->set_compression( options = '4' ).
      response->set_header_field( name  = 'content-type'
                                  value = 'application/pdf' ).
      response->set_header_field(
                         name  = 'cache-control'
                         value = 'max-age=0' ).
        response->set_header_field(
                           name  = 'content-disposition'
                           value = 'attachment; filename=candidate.pdf' ).
      l_pdf_len = XSTRLEN( l_pdf_xstring ).
      response->set_data( data   = l_pdf_xstring
                          length = l_pdf_len ).
      navigation->response_complete( ).
    Any help on this is highly appreciated.
    Thanks,
    Ravi

    May be you can navigate to another page AFTER the response_complete() method and show the message that 'PDF is downloaded successfully'
    or something meanful message. so that it will get a response back from server and 'wait...Processing' message might disappear.
    I'm not sure and didnt try..may be you can give it a try and let us know..
    navigation->response_complete( ).
    navigation->goto_page(....)

  • Master Table for Work Items from BSP Application

    hello guys,
    just want to ask if there is a master table for work items (and other details) from BSP application?

    Hi,
          Ya its true but i want to connect my customized application to UWL in Enterprise Portal and there after approval i want my workitems to be punched in R/3 system.Is there any source code available,so that my application directly contact UWL in sap enterprise Portal as a link or workitems where user should have an option to approve or reject.
    If u have any idea plz let me know.
    Thanks in Advance
    Regards
    Santosh Saraf

  • Calendar appointments from BSP application

    Do you anyone have an idea on how to create Calender appointments from BSP applications?
    Any inputs would be helpfull.
    Srinivas

    Hello,
    calendar items are specially formatted mail items. They do not have textual body, only an attachment with extension
    .ics
    Here is an example how it should look like:
    BEGIN:VCALENDAR
    PRODID:-//COMPANY//R/3-640//D
    VERSION:2.0
    METHOD:REQUEST
    BEGIN:VEVENT
    ATTENDEE;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;ROLE=CHAIR;CN="aaa.bb@ccc.
    com":MAILTO:[email protected]
    ATTENDEE;PARTSTAT=ACCEPTED;RSVP=TRUE;ROLE=CHAIR;CN=""Sender, aaa"":MAILTO:sender.
    [email protected]
    ORGANIZER:MAILTO:[email protected]
    DTSTART:20060308T090000Z
    DTEND:20060308T093000Z
    LOCATION:
    UID:[email protected]
    STATUS:CONFIRMED
    DTSTAMP:20060310T122435Z
    SUMMARY:test4
    CATEGORIES:Keine Terminart ausgewählt
    CREATED:20060310T122435Z
    SEQUENCE:0
    TRANSP:OPAQUE
    PRIORITY:5
    CLASS:PUBLIC
    DESCRIPTION:test 4
    END:VEVENT
    END:VCALENDAR
    I hope it helps you to create your own calendar items.
    Regards,
    Dezso

  • Does materials download from R/3 into CRM trigger Sales Documents?

    CRM GURUS -
    Can anyone tell me if this statement is true?   When we do and synchronized request of specific materials from R/3 into CRM, does this trigger the cooresponding sales transactions to download into CRM that have this material? 
    What we noticed is that when do a sync request or an intial download of materials from R/3 into CRM, we start getting lots of sales documents in our queues.  We also see a lock on any deltas in the outbound queue of R/3 until the material is fully processed in CRM.
    It would seem that if a materials changes, you would want to reprocess any sales documents to reflect the material changes - is this statement correct?
    Any insight would be helpful.
    Pat

    1) When we do request download for a material sales transactions will not get downlaoded.
    2) When you do request download, CRM will put a stop on all R3AD* queues in SMQ1 of R/3.
        That is why you see stop on all delta queueus.
    3) Those stopped delta queus may be the changes done orders at that time.

  • Load the data from Legacy system into CRM

    I'm new to CRM,I would like to know  What is the procedure used to Load the data (ex: Business partners data ,Organization data,Sales data, etc.) from Legacy system into CRM system?
    Can anyone  explain me and send  any documents,it  would be very helpful.
    I highly appreciate your help.
    Thanks,
    [email protected]

    Hi Rani,
    You can also use the ALE IDOC method to load data from legacy to CRM system if you have some middlware tool(E.g. XI) in between. We have implemented this in our project where we were getting flat files from legacy, XI was converting the same into IDOC and the IDOC was sent to CRM where we read the IDOC data, populate the standard BAPI's or function modules to create the data in CRM.
    You need to define an IDOC TYPE similar to the data structure on the legacy system. Maintain the ALE settings. Write the function module to validate and create data in the CRM system.
    E.G. To create business partner SAP has provided BAPI_BUPA_CREATE_FROM_DATA bapi.
    <b>Reward points if it helps.</b>

  • How to add toolbar to ecl viewer in bsp application

    i took help of the following link
    /people/durairaj.athavanraja/blog/2005/09/14/using-ecl-engineering-client-3d-viewer-viewer-in-bsp-application
    the 3D image in opening properly.
    My question is, is it possible to add the TOOLBAR in the Internet explorer which get normally in Ecl Viewer which has the options like file tools etc

    Hi Chinnu,
    First find decide in which tab you want to display the field. Find out the screen structure behind the field group and check whether the field is present in it.
    if yes all you need is to add this field in the field group structure other wise you have to add the field in the screen structure and then in the field group.
    Reward if helpful.
    Regards,
    Naveen

  • Uploading BSP application into the portal

    Hi friends,
       Can anybody please tell me how to upload BSP application into the portal.i.e.,as how the Par file is getting uploaded into the portal.
       I have created one BSP application.Iwant to run this  application into the portal.
    Thanks and regards
    sireesha

    Dear Mr. esukapelli,
    you do not need to upload the BSP application into the portal. The BSP application is an application which runs on the backend system, where it has been created.
    What you need to do is to create a BSP iview in the portal in order to call it on the backend server. In this iview you tell which system it is running on, and the application name. Check out: http://help.sap.com/saphelp_nw04/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/content.htm for help on how to create it on EP6.0
    Make sure you create a system for the backend system in the portal. If you want Single-Sign-on between the BSP application and the backend, you need to configure SSO as well.
    Best regards,
    Jørgen

  • How to Reuse BSP Application in CRM UI

    Hi All,
    I have a custom BSP Application which was used in PCUI as part of search help display. After migration of the system we would like to resuse this BSP application for the search help for the same field. Can anyone let me know what are the steps involved for this?
    Objective: Steps involved for how to reuse BSP application in CRM UI.
    Regards,
    Harish P M

    HI Harish,
    There is one idea to use transaction lancher.
    1. Check the relevant URL parameters that you need to define. You can find the parameters at the end of the URL.
    2. Define those paramters at IMG -> CRM -> Interaction Center WebClient -> Basic Functions -> Define URLs and Parameters
    3. Assign the values of the relevant parameters in the Transaction launcher wizard that can be accessed through IMG -> CRM -> Interaction Center WebClient -> Basic Functions -> Transaction Lancher Wizard at the step "Transaction parameters".
    Best,
    Levente

  • Eventing between team viewer and BSP application

    Hi Everyone,
    Basically, I have a standard BSP application (HCM_LEARNING) on ECC5.0. I need to make it communicate with MSS team viewer.
    HCm_learning is a big BSP application from SAP which enables self booking for course, training history data, courses attended, can view courses offered, prebooking, participation history, qualifications achieved, qualifications missing etc.  It is a master piece BSP from SAP.  It brings the data from the backend system through pernr.
    in portal, a manager should see the qualifications of an employee and book courses for him if he misses particular qualifications. hcm_learning is a self booking application; if it communicates with team viewer: that is great. manager can pick a person (name) from team viewer and from there he can take of all the activities 'hcm_learning' does for an employee.
    I have spend lot of time watching all the blogs, threads.. searching for this scenario. can not get right information.
    is this scenario possible.
    could any body tell me where i should look at for documentation. could you give me suggestions on this.
    THanks!
    Siribabu

    Hi Siribabu,
    Did you ever find an answer to this?
    Thanks
    Jane

Maybe you are looking for

  • How to hide content in design view within Dreamweaver?

    How can I hide content in design view within Dreamweaver? I have a tabbed content menu that uses some javascript. Everything looks great in Live view, but when I go to design view, all the content goes way beyond the div. How can I make it to where I

  • HELP unable to update Album List

    When i try updating in auto or manually a pop up come up saying the ipod cannot be updated. The disk could not be read from or written to. Please some one help thanks

  • Help!  Corrupted Clip Speed after Copying to New Hard Drives

    Okay. Here goes... (sorry so long) I bought two new hard drives to replace older aging ones as a precaution (for a Feature Film) After transfering capture scratch and sequences-- every speed altered clip (50% was now 1000%) OR the in points and out p

  • Restore permissions on an external hard drive

    I have recently upgraded my computer. My external hard drive, a LaCie 320GB, is full of stuff that I want to get rid of. Can't delete it. Looked into the permissions and it turns out they belong to an unknown user. I tried clicking the little lock an

  • How make delete and add buttons as default apex icons(delete , add icons)

    Hi, I am new to Oracle apex , Please help me from below issue. I am having buttons called Add, Delete whic needs to be display as default apex delete, add icons. I have refered below link, even though i didn't get how to apply this. http://apex.oracl