Direkt link from a web dynpro (non crm system) to the crm bsp page from sap

Hello,
we are trying to call the bsp page like opportunities details edit in edit mode with a parameter that discriebes the opportunity. AT the moment we can the page but don't know how to tell the system what opportunity should be displayed and in edit mode or not .  Any hints ? or documentations ?
thanks
Juergen
http://rxxxx.com:8080/sap(ZT1yOFhyMTZmamJ1am1PX01yOHlUMENRLS12Y1VwVHlKUElWckR4X25DZDRxeVJnLS0=)/bc/bsp/sap/CRM_UI_PORTAL/BSPWDApplication.do?sap-syscmd=nocookie&sap-client=900&sap-language=en&sap-accessibility=&sap-ep-version=7.00.200711172137&sap_ep_version=7.00.200711172137&sap_ep_baseurl=http%3A%2F%2Fsi0bos49.boschrexroth.com%3A50100%2Firj%2Fportal&NavPathUpdate=false&buildTree=false&crm-portal-theme=BRCOMPASS_LIGHT_STD&crm-portal-role=portal_content%2Fbr%2Fcom.br.fICM%2FCRM%2FSALESPRO%2FSALESPRO&saprole=SALESPRO&crm-logical-link=SLS-OPP-SR

Hi, the central class which is used for external navigation to a component, is CL_CRM_UI_EXT_NAV_SERVICE.
In the URL of the Web Client, you can specify 4 different parameters:
1. Object type : crm-object-type
2. Object action: crm-object-action (A for search, B for Display, C for Edit and D for Create) -> see details in "Define Navigation Profile" and in Define generic OP mapping.
3. Object value (optional) : crm-object-value
4. Object key name (optional): crm-object-keyname
If you use option 3 and 4, then you also need to define a mapper class in customizing to create a BOL entity based on the key name and value. See for example class CL_CRM_UIU_BT_OBJ_MAPPER and method IF_CRM_UI_OBJ_MAPPER~GET_ENTITY_FROM_UI_OBJECT. This is done in "Define Object Mapping". Fro example, for BuilHeader BOL object which is linked to Object type BP_ACCOUNT, you could use the class CL_CRM_BUPA_UIU_OBJ_MAPPER as an example.
Example of an URL:
http://<server_name>/sap/crm/crm_logon/default.htm?sap-client=100&crm-object-type=BP_ACCOUNT&crm-object-action=B&crm-object-value=110&crm-object-keyname=PARTNER
Hope this helps,
Xavier

Similar Messages

  • Linking IFrame with Web dynpro Views

    Hi All,
    How can I link IFrame of webdynpro (where I created one html page) with web dynpro views.What my requirement is when I clicks a button in the html page of the IFrame, it should pass the values from this html pages to Web dynpro views.
    Thanks
    Fahad Hamsa

    Hi
    Try This
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e9/7652a84fada444bd11ca73670ce7dc/frameset.htm
    Resize IFrame
    Kind Regards
    Mukesh

  • I have received an email from a friend with a link which I clicked. It directed me to the google home page and I am now suspicious that it is a virus  or a Trojan horse. I would know what to do on my PC but am new to Ipad. How can I check?

    I have received an email from a friend with a link which I clicked. It took me to the google home page. I am now suspicious that my friend's email account has been hijacked and the link contained a virus or a Trojan horse. I would know what to do on my PC but am new to the IPad. Can any form of Trojan horse be planted on IOS 6 or am I worrying unnecessarily? Reassurance would be most welcome as I do use the IPad for checking bank details and web purchases. Thanks for any help.

    PC virus won't run on iPad.

  • Web Dynpro ABAP call transaction in the foreground

    In Screen Painter/SAP ALV, we can create a screen where for example if you double click on a sales order field it can take you a VA03 transaction by :
    call transaction VA03 ... and skip first screen.
    I am creating Web Dynpro ABAP application that needs to do the same thing where if we click on the field, it will take to VA03 transaction or other transactions.
    Has anyone done this in Web Dynpro ABAP? I have done some research and determine that we cannot call transaction in the foreground? I hope I am wrong.  Any help/insights will be greatly appreciated.

    Hi Phong,
    WDA is generic client to Netweaver connection based on HTTP/S.
    At this stage on a few clients are supported. WEB dynpro client and Browsers...
    SAPGUI connects to SAP using a different protocol.
    No SAPGUI connection is implied by a WDA client connection.
    Therefore  abap statements that invoke screens and otherwise assume SAPGUI
    is connected are not supported in WDA.   eg call screen, call transaction
    You can either
                         a) build your own WDC to front end calls to BAPIs to get the Sales order data.
                        b) open/ exit to the new WDC for Sales Orders in ERP2005
                              see LORD_MAINTAIN_COMP
                           c) exit to the INTERNAL ITS URL for transaction VA03 
                               eg http://<host>:<port>/sap/bc/gui/sap/its/webgui?~Transaction=VA03
                              but getting the skip first screen may require you to call custom tran ZVA03
                               which calls VA03 to skip first screen setting the PID appropriately.
    Hopefully you opt for option a) or b).
    c) can work... I have used it from BSPs but it not pretty.
    regards
    Phil

  • Copy Web Dynpro to another system - no transport

    Hello
    is it possible to copy a web dynpro to another system without using a transport? I know that i can simply copy and past the code of the methods but what about the layout, the context nodes, views, windows, .....
    Thanks in advance
    Fabian

    and you need the Webdynpro Plugin from  here:
    [saplink-plugins|http://code.google.com/p/saplink/wiki/pluginList]

  • Hi i am working on my web site and it appears to have blocked the ip from my server i can't open my web sites and i cant open the server home page but can do this on my iPhone i have trend micro running on 2 other desk tops all from the same router please

    Hi i am working on my web site and it appears to have blocked the ip from my server i can't open my web sites and i cant open the server home page but can do this on my iPhone i have trend micro running on 2 other desk tops all from the same router please help maybe its a firewall? Cheers Dave

    All I can suggest is that you open that file on the MBA and save it as a new file, then see if you can open the new one on the iMac.

  • Create Logical Link to ABAP Web Dynpro

    Hello,
    Within my Direct Link Group, I would like to create a Logical Link to a custom ABAP Web Dynpro.
    Is this possible?  If so, does anyone know how I can accomplish this?
    Thanks,
    Matt

    Hi Matt,
          Please follow the following steps.
    1. find out the URL for the launching BSP Webdynpro application
    2. create a URL in the spro.
    SPRO->CRM->UI framework->Technical Role Definition->Transaction launcher->Define URLs and parameters
    create a new entry and give the following entries.
    a) give the url id
    b)request method -> GET ( select from Drop down )
    c)  click on the 'Non-BSP' URL
    click the checkbox 'Determine Host/Port'  ( it will determine automatically clent and system when launch )
    Mapped LogSys - 'OWNLOGSYS'
    URL = 'sap/bc/webdynpro/sap/XXXXXX'    XXXXXX = ur webdynpro application name
    save the URL.
    3. Create a Transaction launcher and give the above created URL id in step 'Further Technical Details'
    select Transaction Type as 'URL Transaction' and enter the ID.
    4. Create a logical link and assign the transaction launcher id to it.
    5. assign the logical link to direct logical link.
    6. assign direct link to nav bar profile
    7. assign nav bar profile to Business role
    Hope this helps.
    Regards,
    Sandeep

  • Change font size of url link in abap web dynpro

    hi
    i want change the fonr size of an url link connection in abap web dynpro
    but i didnt find where to do that
    isi it possible?

    Hi,
    There is no option to do that.
    The user has to change the TEXT SIZE option for the browser. I guess there is no other way.
    Let Thomas give some inputs on this.
    Regards,
    Lekha.

  • DC Web dynpro project is missing in the explorer

    Hi there,
    I was developing a web dynpro DC in which I had created components and also deployed it in the j2ee server and was running successfully. Surprisingly enough, I cannot see this project in my web dynpro explorer anymore. I was working with a different windows xp user before, could that be the reason for this project not to be selected? The application runs fine when I run it using url.
    Now, I want to bring it back to the web dynpro explorer. I am trying to do a 'Import' and import this project from the local machine, but when I do it, what is the type of file I am required to give here? It seems to reject many of the files I gave for it to import stating it needs a root file. What exactly is the type for this root file?
    Any help would be greatly appreciated.
    MAny Thanks

    Thanks to all who gave the replies. But Strangely
    enough, I cannot locate the .project file. All the
    other projects are there in the netweaver dev studio workspace except the one I am looking for.
    I dont have a clue as to why this happened.
    Now, is there anyway I can restore my files?
    I can find the LocalDevelopmentxxxyyy.com folder for the concerned project under
    netweaver dev studio workspace\.metadata\.plugins\org.eclipse.core.resources
    \.projects\LocalDevelopmentxxxyyy.com
    I see that there is a folder named .projects
    under which the directories of the dc's are given.
    Other than this, I can find the DC name xxx
    under paths like
    C:\usr\sap\J2E\JC02\j2ee\cluster\server0\temp\webdynpro\public\yyy.com\xxx
    C:\usr\sap\J2E\JC02\SDM\root\origin\yyy.com\xxx
    I guess that these come from the deployed
    sources of the application in the J2E server.
    Is there anyway I can restore the project
    without the corresponding .project file?
    (I cannot find it in the recycle bin either)
    Many Thanks
    Message was edited by: l m

  • Web Dynpro context field limitation for the form

    Hello,
       I have created a Web Dynpro with the context fields for Adobe form data from a structure (about 51 fields). When the form is created with reference to the context, the context is not transferred to the Adobe form.
    Similarly created another Web Dynpro context with only 2 fields from the structure for Adobe data, in such case the context fields are transferred to the Adobe form.
    Any limitation on the number of fields to be transferred from Web Dynpro Context to the Adobe form?
    NOTE: Using ABAP Web Dynpro.
    Thanks,
    Anjali
    Message was edited by: Anjali Joglekar

    Hello,
      I think I found the issue. The structure I was using had many fields with data type declared has STRING (with no definite length), in such cases the context is not copied over to the form.
    After modifying the structure fields, with appropriate length data elements, the same structure fields are carried over from Web Dynpro Context to the form.
    Any idea why such limitation is there for the structure field length?
    Thanks,
    Anjali

  • Popup window of Web Dynpro  hangs up by Clicking the ESC button

    Hello!
    I have the trouble in Web Dynpro while using the Firefox browser.
    All the popup windows hang up when user clicks the ESC button.
    Can you please suggest how to avoid this bug?
    Thanks,
    Mariya.

    Hi Maria,
    There are quite a lot of things which would bring the issue to the limelight.
    First and foremost, check the version of Firefox. Firefox 3 has come up with some new features which support Series based web browsers. Also, as the firefox is the open source, there is a possibility that many other codes might be running in the background paralelly while working with WDA.
    For the most ERP based applications, IE6 from SP1 is best supported and mostly preferable.
    Please check the same.
    Regards,
    -Syed.

  • Web Dynpro ABAP: How to access the content of a mime object?

    Hi everyone,
    does anybody know how to access the content of a mime object of a Web Dynpro component? I added a XML file as mime object to a web dynpro component. Now I want to read the content of this xml file within a method of the component controller. The code would look something like:
    DATA: xml_content type xstring.
    xml_content = read_mime_object("test_123.xml").
    Any ideas?
    Regards,
    Nils

    dude here's the modification that i've done but I can't still access the content of the properties...
               Mail mail = new Mail();
               String message2 = sqlException.getMessage();
               File file = new File("Add.properties");
               Properties props = new Properties();
               props.load(new FileInputStream(file));
               String[] emailadd = {props.getProperty("emailadd","defaultValue")};
               mail.postMail(emailadd,"An error has occurred, Auto-archive was unsuccessful.", message2,"[email protected]");
               Message was edited by:
    ryshi1264

  • Web Dynpro Enhancement : Rename text of the View Elements

    Hello All,
    I want to enhance standard web Dynpro component. I need to rename text of some of view element.Ex.- label. I searched on SDN but I can able to find only following two things.
    1. We can able to remove the view element in enhancement implementation.
    2. We can add Post/Pre methods to the view methods.
    But I am not able to find the "How to rename the text of the view element?"
    Ex.: I have one label. Text for that label before enchantment is 'ABC' . when enhancement implementation is active, it should be 'PQR'.
    Any pointers?
    Thanks in Advance,
    Prashant Jagdale

    If you just need to rename the text of labels then you don't need the enhancement framework for that.  Using either adminstrative personalization or component configuration you can override the SAP delivered label text with your own without changing the underlying Web Dynpro component.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b170d256293c5ce10000000a421937/frameset.htm

  • Link from SAP help pointing to a wrong site

    Hi,
    We have a link to the site [REMOVED BY ADMIN] in the following SAP help page:
    http://help.sap.com/saphelp_erp2004/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    But this site contents are of different category. The reason could be [REMOVED BY ADMIN] might have been hacked. Just wanted  to inform this in this forum.
    SS
    Edited by: Craig Cmehil on Jul 10, 2008 1:25 PM

    if I type that web address either 1. web.mac.com/lsikesimages/bluemetrodesign ... it Will Not show up.
    The only way this can happen, assuming you have truly published the site, is that you have not spelled the url correctly. It must be exact in every detail, including capital letters and punctuation. So double-check exactly what name you gave your site inside the iWeb app and put that after web.mac.com/lsikesimages/
    Also you can mount your idisk on your destop (Go > iDisk > My iDisk), navigate to Web/Sites, and make sure there is a folder called "bluemetrodesign" or whatever in there.

  • Email Sales order link from SAP Work Place

    Dear SAP Gurus,
    Well guys i have to mail the sales order link through the work place but its not working for the sales order. but its working for delivery order and billing document...so i want to know that why its not working?
    Regards,
    Mohsin

    Dear All,
    Can u please help me on this situation? I will be very thankful to u....
    Regards,
    Mohsin

Maybe you are looking for

  • Any experience with UPnP not working in Java 6 after 10.6.2 update?

    I'm having a problem with a Java application. It opens a multicast socket and tries to send data (which I can see go out over the wire by running wireshark) but the reply that comes back is never delivered to the application. This software worked und

  • How to display multiple attachments in UWL item in portal?

    HI, How to display multiple attachments in UWL item in portal? I want to display more than one attachment in UWL body,present its dispalying one attachment. Pls help on this Thanks, Bheem Edited by: v bheem on Aug 4, 2009 3:10 PM

  • How can i keep the values of inputfile collection,which is  in  a table

    HI I am using Jdev 11g,ADF Faces rich I have a table, which contains 3 coulmns one of them are belongs to uploadedfile(inputfile) and other are string type. I have a Managed bean(session) which take care of values of table public class FileSession {

  • PO's with tax

    Hi, In my present process.For service (ME21N)PO'S withholdingtax is calculated and for non service PO's there is no withholdingtax  calculated. In standard sap PO's.Tax will be calculated for both service POS and non service PO's. Can any guide me wh

  • How to use/call IVI-C drivers in Visual Studio 2012

    Hello, i downloaded some IVI-drivers and saw that they all contain IVI-COM and IVI-C drivers. I am trying now to call the IVI-C drivers in my Visual Studio 2012 but i cannot find any examples how to do this. Can someone provide a simply example proje