Transaction launcher : Activity clip board integration

Hi All,
Anyone please tell me what is "Activity clip board integration" while creating a Transaction Launcher for a navigational link in web IC scenario using Wizard!.
What the check box for "save data in Activity clip board" means?.
any hint please update me at the earliest!.
Thank you,
sudeep.

Hi,
The activity clipboard can display all entities that are contained in the activity collection of the BDC.Activity clip board configuration determines which objects are to be displayed.If the BOL/BOR object combination is already customized, you don’t have to use this step.
Regards,
Animesh

Similar Messages

  • Using the transaction launcher to call a BOR method to display a PDF

    Hello gurus,
    I have created a PDF icon and an onclick action to open a pdf, that displays on every row of an assignment block in the actions column, but I do not know the technical process to determine how to get a PDF from the IXOS system from the line selected. (even if I know it depends on an ID attribute of that assignment block) I want to to call a transaction launcher with the url for the pdf in the IXOS that has an ID that identifies which line in the assignment block the user has clicked the pdf icon for (does that make sense?)
    In CRM 4, in the collection factsheet assignment block, the link was coded into an XSLT which is then displayed in the GUI and you would have a clickable link for a pdf file in a row in a table. That link would be as follows:
             <xsl:variable name="ev_key">SAPEVENT:?OBJTYPE=<xsl:value-of select="attributes/OBJTYPE"/>&amp;OBJKEY=<xsl:value-of select="@KEY"/>&amp;LOGSYS=<xsl:value-of select="attributes/LOGSYS"/></xsl:variable>
                 <a href="{$ev_key}"></a>
    This will get the file in IXOS and display it, in CRM 4. In CRM 7, the link is an icon in every line of an assignment block.
    Here are some questions I have now for the functional side in the meantime:
    1) Can we fetch the PDF in IXOS for each line of an assignment block and have it open? If so, how? Transaction launcher, function modules (like ARCHIVOBJECT_DISPLAY) in the OPTA package? (the package for all IXOS related function modules..)
    2) Which URL should I call with the transaction launcher? a URL link to the PDF on the IXOS system?? or sapevent:xxx?
    3) Do we have to configure a transaction in the IMG to be launched with the attributes listed there? Do we have to link it to any classes/ objects?
    4) Do we have to have the code to the logical link dynamically to call the right PDF for each table line? Is it right to put this code in my event handler?? Usually transaction launchers are just in the nav bar.....
    5) Are there any existing examples of this or a similar functionality/ logic that I could refer to, preferably in CRM 7 WebUI?
    6) Do you have any code to just display a PDF in a new window? Or prompt a download?
    One possible way I thought of would be for me to have a logical link defined in the IMG for the transaction launcher, and have the attributes defined for my BOR object that I would call, and pass it different attributes (eg. objtype, objkey, logsys...) and then return the PDF and display it in the UI in a new browser window by itself. (There is a BOR method for my BOR object named  'display_pdf'!!!!)
    What do you think would be the optimal solution here? Does my theory of calling a BOR object with a transaction launcher to display a PDF make ANY sense whatsoever???
    Please do not hesitate to propose any potential solution. Any partial answers/ links to wikis/ other threads, anything would be much appreciated.
    Thank you in advance.
    Best regards,
    Jonathan Laplante
    Edited by: Jonathan Laplante on Jul 2, 2011 4:50 AM

    Hi Any help on this....I am still awaiting the response.
    Requirement: My requirement is to launch the SE38 transaction on WEBUI using transaction luncher tool and set the parameter on the selection screen.
    Issue: The issue is that I am able to lunch the transaction but unable to set the parameter
    Steps Performed:
    I want to list down all the steps I performed to launch an SE38 transaction using transaction launcher on the WEBUI
    1) Defined logical system in tcode CRMS_IC_CROSS_SYS
    -The logical link looks like this
    http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE ?sap-client=300
    2) Defined URL & paratemeter wherein the request method is "GET", opted for NON-BSP URL
    URL link here is
    http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=SE38&okcode=ONLI
    -Note: My selection screen okcode os ONLI*
    -The logical system ref is provided here
    3) Defined the parameter by giving the screen name like for SE38 selection screen name is "RS38M-PROGRAMM"
    4) Configured the transaction launcher of type B - URL type and provided the reference of the URL ID, choose the relevant parameter from the drop down and have hardcoded the value, cheked the box "Save Data in Activity Clipboard
    5) Added this in the NAvlink/Bus Role etc
    6) Now in the handler class of the TL the code looks like this:
    IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW
    __gdc ?=
    cl_crm_ui_data_context_srv=>get_instance( gv_view_controller ).
    __value
    =
    'ZC_TEST'.
    add_parameter(
       iv_name =
    'RS38M-PROGRAMM'
    iv_value = __value ).
    However, after performing the above steps I am unable to set the parameter. Please suggest where am I missing out on. An early response would really be appreciated.

  • Logical System for Transaction Launcher??

    Dear all,
    Should we define logical system for Transaction Launcher to call transactions from back end ECC system. If yes, why we do this and where we maintain the logical systems?
    Can we use existing ECC logical system, whcih mapped with SAP CRM system?
    Where can we define the logical system for Transaction Launcher?
    Please clarify my doubts to complete this process successfully, your suggestions will be highly appreciated.
    Thank you
    Raghu ram.

    Hi Raghu Ram
    In order to call an transaction from ECC, you should choose the logical system of the ECC System itself. You will get the information regarding the logical name assigned to your ECC System using the tcode SM59. The logical system must have been defined for the ECC System before you integrated CRM to backend ECC.
    Check the tcode SM59 and you will find logical name of your ECC System there.
    And yes, you are suppose to use the existing ECC logical system, which is mapped with SAP CRM system.
    Hope this helps
    Regards
    Rekha Dadwal

  • Using transaction launcher to connect CRM 7.0 to a CRM 6.0 system

    Hello Experts,
    We are considering integrating two IC Web client applications one on CRM 6.0 and the other on CRM 7.0 as transition step before the two systems are fully integrated.
    We would like to create a transaction launcher transaction in CRM 7.0 that takes the user to Interaction History bsp page in CRM 6.0.  Is there a simple way to do this using transaction launcher?
    Best Regards,
    Tom Halloran

    Hi,
    You can use the transaction launcher and the transaction launcher profile, which is part of the IC WebClient profile, to start SAP GUI for HTML transactions via the Internet Transaction Server (ITS) from both Enterprise R/3, SAP CRM transactions from SAP CRM. Starting from CRM 4.0 Add-on, you can use transaction launcher to launch URL and front-office based transactions also.
    Agents have access to launch transactions from the IC WebClient navigation bar.
    In your case you can include the link for you CRM 6.0 from CRM 7.0 can be grouped under workcenter link group or direct link group of a navbarprofile.
    regards,
    Muralidhar Prasad.C

  • Transaction Launcher to call custom transaction

    Hi ,
    I have a requirement where i need to call a custom transaction using transaction launcher. I am able to successfully launch the transaction. But i need to pass a value to the transaction.
    For eg. If i am calling a custom report transaction which has a selection screen field 'FORMNAME' as a parameter i need to pass the name of the form to the transaction. I am not able to pass that value. Can any one help me onthis.
    I have seen all the posts , but could not get any help on how to set the value for custom transaction. I can see how it is done for standard transaction.
    Regards
    Ansari

    Hi Any help on this....I am still awaiting the response.
    Requirement: My requirement is to launch the SE38 transaction on WEBUI using transaction luncher tool and set the parameter on the selection screen.
    Issue: The issue is that I am able to lunch the transaction but unable to set the parameter
    Steps Performed:
    I want to list down all the steps I performed to launch an SE38 transaction using transaction launcher on the WEBUI
    1) Defined logical system in tcode CRMS_IC_CROSS_SYS
    -The logical link looks like this
    http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE ?sap-client=300
    2) Defined URL & paratemeter wherein the request method is "GET", opted for NON-BSP URL
    URL link here is
    http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=SE38&okcode=ONLI
    -Note: My selection screen okcode os ONLI*
    -The logical system ref is provided here
    3) Defined the parameter by giving the screen name like for SE38 selection screen name is "RS38M-PROGRAMM"
    4) Configured the transaction launcher of type B - URL type and provided the reference of the URL ID, choose the relevant parameter from the drop down and have hardcoded the value, cheked the box "Save Data in Activity Clipboard
    5) Added this in the NAvlink/Bus Role etc
    6) Now in the handler class of the TL the code looks like this:
    IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW
    __gdc ?=
    cl_crm_ui_data_context_srv=>get_instance( gv_view_controller ).
    __value
    =
    'ZC_TEST'.
    add_parameter(
       iv_name =
    'RS38M-PROGRAMM'
    iv_value = __value ).
    However, after performing the above steps I am unable to set the parameter. Please suggest where am I missing out on. An early response would really be appreciated.

  • Parameter passing (CRM to R3) for BOR based transaction launcher

    Hi All,
    Our requirement is to create R3 sales order through IC webclient. The details of the business partner should be shown as the defaults in the R3 sales order creation screen.
    To achieve this we:
    1. Created link in Navigation Profile
    2. Created transaction launcher profile (using the above created navigation link) and transaction launcher type is BOR based.
    3. Transaction parameters (in the handler class method IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW) are set to the business partner.
    When we launch the VA01 transaction through IC webclient, we are able to see the Sales order initial screen.
    We are facing the following problems.
    1. We could not skip the initial screen in the VA01 transaction.
    2. The transaction parameters are not passed to the R3 Sales order creation transaction. While debugging, we could see that the business partner number is correctly assigned to the transaction parameter but this value is not sent to the R3 system.
    Are we missing something for passing the parameters from CRM system to R3?
    Please help.
    Points will be awarded.
    Thanks,
    Chan

    Hi Chan
    Don't know if this question has been answered yet, but have a look at this document: [http://www.consnet.co.za/documents/R3OrderIntegration.pdf]
    This document is for WinClient Integration, but you can create your IC WebClient launch transaction for the BOR Object easily enough.
    There may be more elegant ways of doing the above, such as doing everything R/3 on BUS2032 and using delegation of the BOR Object, but this document is the most detailed explanation I have.
    Regards
    Johan
    Edited by: Johan Van Zijl on Jan 15, 2008 6:25 AM - I have fixed the link to the file

  • Transaction launcher not working for custom business role in WEB UI

    Hi Experts,
    we have maintained a link for activity reports in web Ui which triggers a program Z_CRM_TIME_REPORT . we have maintained the logical links and assigned them to the custom business role. when we run the program in SE38 in GUI its working fine but we are facing the problem when we click the link in WEB UI we get a different screen related to BP and not the activity report.Kindly suggest what are the configuration need to be tested.
    Thanking you,
    Deepa

    My guess would be that the parameter stated in the logical link (navigation bar customizing) that you use is incorrect. This should be the name of the transaction launcher definition you have maintained.
    Otherwise, check the transaction launcher wizard to see that the report is maintained correctly.
    Hope this helps.
    Regards,
    Pieter Rijlaarsdam

  • Calling a custom BSP application in CRM2007  ICWC using transaction launche

    Hi Experts,
    I created a Z BSP application in se80 which is a statefull application.Now I created a direct link in ICWC for this Bsp application using transaction launcher.
    Now my problem is that the session of this BSP remains active even if I click on some other link in the navigation bar.
    I need a way to end the session as soon as we navigate to some other link on the navigation bar.
    It would also be helpful if I just know the code for killing the session programatically.
    Helpful Answers will be rewarded!!
    Thanks,
    Ashish.

    Hi,
    I am not sure, but according to my understanding u can use CL_BSP_SERVER_SIDE_COOKIE class in ur BSP application to get refrence of ur BSP page.
    When u r in Web UI by the help of this class u can check whether u r in BSP related view or in other then view. If u r in other view then u can set runtime->keep_context = 0.
    Take help from this link for the class related info.
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm
    Regards
    Gaurav

  • Transaction Launcher  in system ERP 6.0 EIC

    Hello,
    Do you know where to find the properly configuration for the transaction launcher of EIC on ERP 6.0?
    Because actually doesn´t run well
    Thanks for your help!
    Actually we have active service  ccmp_rabox into "SICF" and in
    the "spro"
    IMG/Personal management/Employee Interaction Center( EIC)/ Interaction Center Web-Client/Basis Funtions/Transaction Launcher/ Define Logical Systems and ITS URLs.
    I put http://:/scripts/wgate/CCMP_RABOX/!, but i find this configuratio to CRM and not to EIC.
    Thanks

    Hello,
    CCMP_RABOX makes a lot of problems.
    Please use  ITS URLs as following:
                  http://<host>:<port> /scripts/wgate/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE, or
                  http://<host>:<port> /sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE
    as in note 1176990 and 1021222 described.
    Please notice that there is currently another issue:
    SAP Note 1360904 - SAP GUI for HTML: Application services do not start
    Kind Regards
    Uwe

  • Dynamic Determination of Logical System- Transaction Launcher

    Hi Friends,
    Need your suggestions and inputs on how to dynamically determine the logical system for the transaction launcher.
    Our system landscape is like this.
    We have one CRM connected to mulitple back end ECC Boxes. Currently, we have created separate TL's fo VA01 ( One each for each back end application ) and provided the same in logical link and controlled the same via business role.
    For eg: BROLE1 - LLINK1  having (TL VA01) pointing to ECC System1
    BROLE2 - LLINK2  having (TL VA01) pointing to ECC System2
    BROLE3 - LLINK3  having (TL VA01) pointing to ECC System3
    The above procedure is working fine. But what we are trying to do is, when the end user clicks on the TL link in WEB UI, Based on the assigned business role, it should dynamically determine the back end system and open the VA01 Screen in that system.
    I have activated indicator multiple systems in the customizing of mapped logical systems.
    In debugging mode, i have tried changing the LOGSYS value @ run time in the handler class.
    Any pointers on this would be of great help.
    Thanks,
    Madhu

    Hi,
    Try this..
    To maintain RFC destination in each business role, there is one functional profile  "ERP_SALES_ORDER" where in you can maintain respective rfc destination.
    Create z-functional profile's for "ERP_SALES_ORDER" and maintain corresponding rfc destination, later assign these erp sales order function profiles in respective business roles trxn (CRMC_UI_PROFILE).
    you can use the below statement to fetch rfc destination whcih assigned to business role via functional profile.
      If gv_rfc is INITIAL.
        gv_rfc = CL_CRM_IC_ERP_SERVICE=>GS_ERPPROF-RFCDEST.
      ENDIF.
    Hope this helps.
    Cheers,
    Sumit Mittal

  • CRM Specific Transaction Types in the Transaction Launcher

    I want to use the transaction launcher to create specific CRM transaction type (example: 0000 - Business Activity) logical links to be available for use in work center pages.  I would like the ability to directly create these transactions (from the work center page) instead of selecting the "Create" link and choosing from the list of available transactions.  Any suggestions?
    Thanks,
    Bryan

    Hi Bryan,
    You can do so by selecting/adjusting Direct Links under 'Adjust Direct Link Groups>Adjust Direct Link>Create' option for any selected business role. You can do this activity using Tx: CRMC_UI_PROFILE
    Hope this helps your query.
    Regards,
    Mohan

  • Portal and IC Web client Transaction Launcher conflict

    We have integrated IC Web Client within Enterprise Portal by creating iview that launches IC Web client in a new browser window
    Additionally, within IC Web client we have configured the Navigation Bar using the transaction launcher launch to various Non BSP URLs (e.g. www.ups.com) in a new browser window (stateful checkbox).
    The problem weu2019re experiencing is if an agent launches a new browser window by selecting a URL from the Navigation Bar and then closes this browser window manually they are getting a prompt to save their work.  This behavior only occurs when we start IC Webclient from the portal.  When we use IC Webclient outside of portal the problem does not occur.
    How to remove that SAVE popup?
    Any help would be greatly appreciated.
    Thanks
    Muthappan

    We have integrated IC Web Client within Enterprise Portal by creating iview that launches IC Web client in a new browser window
    Additionally, within IC Web client we have configured the Navigation Bar using the transaction launcher launch to various Non BSP URLs (e.g. www.ups.com) in a new browser window (stateful checkbox).
    The problem weu2019re experiencing is if an agent launches a new browser window by selecting a URL from the Navigation Bar and then closes this browser window manually they are getting a prompt to save their work.  This behavior only occurs when we start IC Webclient from the portal.  When we use IC Webclient outside of portal the problem does not occur.
    How to remove that SAVE popup?
    Any help would be greatly appreciated.
    Thanks
    Muthappan

  • Portal and IC Webclient Transaction Launcher conflict

    We have integrated IC Web Client within Enterprise Portal by creating iview that launches IC Web client in a new browser window
    Additionally, within IC Web client we have configured the Navigation Bar using the transaction launcher launch to various Non BSP URLs (e.g. www.ups.com) in a new browser window (stateful checkbox).
    The problem weu2019re experiencing is if an agent launches a new browser window by selecting a URL from the Navigation Bar and then closes this browser window manually they are getting a prompt to save their work.  This behavior only occurs when we start IC Webclient from the portal.  When we use IC Webclient outside of portal the problem does not occur.
    How to remove that SAVE popup?
    Any help would be greatly appreciated.
    Thanks
    Muthappan

    Hi,
    When using the Transaction Launcher Wizard you have to enter at Transaction Parameters
    parameter = ICWEBCLIENTBORKEYPARAMETER
    Value = //currentCustomer/BP_NUMBER
    We use a BOR transaction to open the tc. BP (BOR object type BUS1006, method EDIT) so the confirmed BP will be opened in edit mode.
    CRM 4.0
    Regards,
    Mihai

  • Transaction Launcher : Calling R/3 Transactions (BOR)

    Hi,
    Can someone please advise on the following: We need to be able to display R/3 transactions in the SAP WebUI (CRM 6.0). We have done this with CRM (using a copy of TSTC) and this is working fine, but when we want to display R/3 transactions we have certain issues (Error with Action Box Transaction). We also maintained the same obeject (TSTC) in R/3 : synchronous, EXECUTE method, etc.
    Basically, we configured the connection to R/3, used the Transaction Launcher Wizard and implemented the link in the navigation bar.
    When we launch the transaction, a connection to the R/3 (ECC 6.0) system is made (logon box), but after authentication it comes up with the error : "The current transaction cannot be started via SAPGui for HTML. Only Methods, Workflows and Front Office Processes (only for IS-UI/CCS systems) are allowed." In the bottom of the page it states : "Function Module EWB_PROC_CREATE does not exist."
    The connection with ECC 6.0 is working fine as we are able to navigate from the SAP Menu.
    We have also checked the transaction we want to launch ("VA03") in SE93 : Gui support is active for SAPGui for HTML, SAPGui for Java, SAPGui for Windows.
    Can someone please help. Thank you,
    Sebastiaan.

    Hi,
    we have solved the problem with the missing function module by following the notes 888931 and 1021222.
    But I'm now getting the error that I'm not authorized to run the transaction that I'm calling from the IC Web Client (we are calling a transaction in ECC). My user has SAP_ALL, so it sholdn't be a problem. My theory is that it has something to do with the call of IC_LTXE. But I'm not sure.
    Does anyone have an idea how to fix this problem?
    Kind Regards,
    Gitte.

  • Transaction launcher displaying blank screen (Empty without any fields)

    Hi Experts,
                       Recently we have done the upgardation from CRM 2007 to CRM 7.0. In our old version we have configured Transaction launcher and everything was fine. But we are facing an issue with transaction launcher calls in our new system. Apart from the existing TL  configuration below are the steps did in the new system (after upgradation).
    1. Activated the Webgui ITS service from the path sap/bc/gui/sap/its/webgui in the remote system (ERP) through SICF.
    2.Published the internet service SHUFFLER, SYSTEM, WEBGUI through SE80 in the remote system.
    3.checked the configuration for logical system in transaction CRMS_IC_CROSS_SYS and the URL of ITS is in the form of
       http://<host>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXEokcode=ICEECUTE
    Till this part every thing looks fine and if execute the URL in the browser, it is taking me to the ERP system login screen and i am able navigate to any transaction.
    But if i login to CRM interaction center and clicking on the TL links, its not displaying any login screen( Remote system) and not even displaying any message or any fields. Its just displaying a blank screen (White Screen) in the same window.
    Please provide your valuable suggestion to resolve this issue. Thanks
    Regards,
    Laxman.P

    Hi,
         sorry, it was a typogrpahical error in my query. I have mentioned the correct link in my customization
           http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE
    Regards,
    Laxman.P

Maybe you are looking for

  • Error deploying FlightList Project

    Hello: I have imported the FlightList sample application.  I can create an archive, but when I go to Deploy the project, I get the following error: TutWD_FlightList.ear -> Successfully created a temporary copy Jun 27, 2004 3:32:11 PM /userOut/deploy

  • How to disable checking for sites security certificates

    I work in a company which manipulates its server in a way to make all unwanted sites look like not having a valid certificate so when I try to open them like gmail site I get a message that this site doesnt have a valid certificate and firefox - or a

  • Can I change fonts ? (size and/or style)

    I have just got a printer for the first time (with my iMac). I can't see how to adjust/choose a font style or size if ,for instance I want to print off an email i receive. Any advice would be welcome,thank you loons iMac G5   Mac OS X (10.4.5)  

  • Dynamic link in a report with confirmation popup and plsql call

    Hi all I have a table T1 with Name, City, Status. I create a report in an html region with a query to obtain Name and City and for each record with status = '5' a link with "Remove" label. To generate the link I need to use a Case so the link will be

  • PR mandatory only for few PO document types

    Hi SAP Gurus, Issue being faced in a support project. A buyer is authorised to create 5 different PO doc types. Requirement is to make for only 2 PO document types PR is mandatory. Need immeidate inputs. Any suggestion without implementing user exist