Transaction launcher parameter not handed over to ERP system

Hi experts,
We generated an R3 transaction launcher via the wizzard. We try to hand over the BP_NUMBER to the ERP system.
This does not work. The entitiy collection in the gdc is not filled.
Actually it gets the gdc form the view controller of the action box view (GV_VIEW_CONTROLLER->VIEW_ID  = UICMP_LTX/ABoxExecution). See also the coding below.
method IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW.
  data: __gdc    type ref to if_crm_ui_data_context,
        __source type        string,
        __line   type        string,
        __path   type        crmt_ic_ac_identify_path.
__gdc ?=
cl_crm_ui_data_context_srv=>get_instance( gv_view_controller ).
********** Begin of parameter declaration ***********
data ICWCPROCESSEDOBJECT
type ty_ICWCPROCESSEDOBJECT .
data BP
type ty_BP .
data ICWEBCLIENTBORKEYPARAMETER
type ty_ICWEBCLIENTBORKEYPARAMETER .
concatenate
space
'CURRENTCONTACT/BuilContactPersonStandardAddressRel/BP_NUMBER'
into __source.
     if __gdc is bound.
       try.
           call method __gdc->GET_ENTITY_ATTRIBUTE_AS_VALUE
             exporting
               path = __source
             importing
               value = BP .
         catch cx_crm_bdc_no_data cx_crm_bdc_xpath_error cx_root.
           clear BP .
       endtry.
     endif.
me->set_container_data(
   iv_name  = gc_BP
    iv_value = BP ).
* Data flow is complete - set to false if data is missing
gv_data_flow_complete = abap_true.
endmethod.
Please help if you have any ideas.
Regards,
Thea

Hi Thea,
a stupid question, did you confirm the customer previously?
what happens, when you use the following coding to get current customer?
*   get confirmed customer of GDC
    TRY.
        lo_customer = __gdc->get_entity( if_iccmp_global_data_cont_con=>gdc_currentcustomer ).
        BP = lo_customer->get_property_as_string( 'BP_NUMBER' ).
      CATCH cx_root.
    ENDTRY.
maybe this will help...
best wishes,
Hakan

Similar Messages

  • IPhone 4 not handing-over properly since 4.3.x update

    I've noticed a problem since updating from 4.2.1 to 4.3.2 and subsequently 4.3.3, initially I thought it was a network related issue, but have now had confirmed by my provider (Vodafone UK) that they do not know of any problems ...
    I travel a lot, often on a train for 3-4 hours a day, often the same routes. Previously I used to be able to maintain a connection for *most* of the journey, the signal would obviously fluctuate between very good and quite poor as I was passed from cell to cell, but would typically go from good, to ok, to poor, I'd then be handed over to the next cell, and go from poor, to ok, to good again as I got closer to the transmitter, I'd usually be able to hold a telephone call seamlessly during this process.
    Now the phone seems to try to hold on to the current cell for as long as possible, so I go from good, to ok, to poor, to very poor, to no signal at all (at which point any call I'm on obviously drops out), then *bamn* only now do I get handed to the next cell (which I'm obviously now much closer to that I used to get handed to it) where I suddenly get a good signal again.
    Basically instead of signal strength going 4, 3, 2, 2, 3, 4 it now goes 4, 3, 2, 1, 0, 4
    I had a very similar issue with an old Nokia phone I had a few years back and after several replacements from Nokia UK, they finally admitted it was a fundemental hardware design problem and replaced my phone with a completely different model. Obviously it is not a hardware issue on my iPhone 4, as I didn't have any issues on previous software versions.
    I've tried asking in a local Apple Store, but the replies I get prove that the guys in there obviously know how to add music and which apps are 'cool', but very little about the fundemental working of cellular telecomms, and they keep insisting that IOS version 4.3.3 must be better than 4.2.1 at everything because it is newer?!

    I've noticed a problem since updating from 4.2.1 to 4.3.2 and subsequently 4.3.3, initially I thought it was a network related issue, but have now had confirmed by my provider (Vodafone UK) that they do not know of any problems ...
    I travel a lot, often on a train for 3-4 hours a day, often the same routes. Previously I used to be able to maintain a connection for *most* of the journey, the signal would obviously fluctuate between very good and quite poor as I was passed from cell to cell, but would typically go from good, to ok, to poor, I'd then be handed over to the next cell, and go from poor, to ok, to good again as I got closer to the transmitter, I'd usually be able to hold a telephone call seamlessly during this process.
    Now the phone seems to try to hold on to the current cell for as long as possible, so I go from good, to ok, to poor, to very poor, to no signal at all (at which point any call I'm on obviously drops out), then *bamn* only now do I get handed to the next cell (which I'm obviously now much closer to that I used to get handed to it) where I suddenly get a good signal again.
    Basically instead of signal strength going 4, 3, 2, 2, 3, 4 it now goes 4, 3, 2, 1, 0, 4
    I had a very similar issue with an old Nokia phone I had a few years back and after several replacements from Nokia UK, they finally admitted it was a fundemental hardware design problem and replaced my phone with a completely different model. Obviously it is not a hardware issue on my iPhone 4, as I didn't have any issues on previous software versions.
    I've tried asking in a local Apple Store, but the replies I get prove that the guys in there obviously know how to add music and which apps are 'cool', but very little about the fundemental working of cellular telecomms, and they keep insisting that IOS version 4.3.3 must be better than 4.2.1 at everything because it is newer?!

  • IPhone and IPad not handing over on AP's

    We have just installed a new Enterasys wireless network but all Iphones and Ipad will not handover on AP's, you can see the device disconnecting but will not connect to the next AP, it waits about 7 seconds then reconnects. We have tried different levels of software on Iphones and Ipads and have worked out pre 7.0.1 works fine on both devices but any level above this fails. I have spent the day trying to see if anyone has had the same problem but no luck.
    The EAP type the radius server is using is PEAP and is working fine on Windows tablets and phones.
    If anyone can tell me what the difference is in software on Iphone and Ipad I would be really greatful.
    Please let me know if you need any extra info.
    Max Bernard
    [email protected]

    If you have a PC
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    or
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP

  • 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.

  • 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.

  • How to debug Transaction Launcher

    Hi Experts,
    I am new to CRM. I  am working on the requiremnet of calling VA01 screen  inCRM WEBUI through Transaction Launcher .
    As part of it i copied TSTC BOR object to Z and added some extra method to get some default values populated in VA01 screen.
    I tested this Z BOR object and it is working fine. Now in CRM configured Transaction Launcher through wizard and given my logical system (connecting to ecc)and Z BOR object and passed parameter value as VA01 to object key in wizard. created my own logical link id with assigned transaction link id and assigned to workcenter->navbarprofile->businessrole.
    I followed this blog to configure Transaction Launcher
    /people/vikash.krishna/blog/2008/09/23/crm-2007-how-to--2-a-transaction-launcher
    After completion of above development i executed webui but i am unable to display VA01..Intially it used to show ECC screen and message as ' you do not have authorization for transaction VA01'.But when i rectified some thing and again execute webui it is now showing blank screen.
    I am unable to make it out where i went wrong whether the problem is with logical system or ZBOR object. WhenI tried to debug it by keeping break-point in the class CL_UICMP_LT_ABOXEXECUTION_IMPL and method ip_inbound plug and in the ZBOR object in ECC  i am able to see the parameters passed to the traunsaction launcher class but it is not stoping at ZBOR object .
    From last 3 days i am trying hard and unsuccessfull.my deadlines are approching.
    Please kindly help me out how  can i analyze to see where i went exactly wrong.
    I really appreciate the persons who helps me in passing the situation.
    Regards ,
    Pavan T.

    Hi Luis Rivera ,
    Thanks a Ton. The link id 'Every thing about Transaction Launcher' is really helpfull.Now i am  able to display VA01 in Webui .
    My Requirement goes like this
    User will search for a account say of function 'Sold-to-party' ,after successfull search we will get related partners also.Now user will select one among the related partners(say 'Ship-to-party') and clicks confirm ,Now we will have two confirmed partners sold-to & ship-to.User will now select create order from Navigation bar and VA01 screen should be displayed with sold-to & ship-to fields get filled automatically from conformed partners.
    So i created a ZBOR and added a method with those parameters as import parameters . see the below code.
      SWC_GET_ELEMENT CONTAINER 'PCODE'      LV_PCODE.
    SWC_GET_ELEMENT CONTAINER 'BUYER'      LV_BUYER.
    SWC_GET_ELEMENT CONTAINER 'SHIP_TO'    LV_SHIP_TO.
    SWC_GET_ELEMENT CONTAINER 'SOLD_TO'    LV_SOLD_TO.
    SWC_GET_ELEMENT CONTAINER 'ORDER_TYPE' LV_ORDER_TYPE.
    IF LV_PCODE IS NOT INITIAL.
        SET PARAMETER ID: LV_PCODE-pid FIELD LV_PCODE-value.
      ENDIF.
    IF LV_BUYER IS NOT INITIAL.
        SET PARAMETER ID:  LV_BUYER-pid FIELD  LV_BUYER-value.
        ENDIF.
    IF LV_SHIP_TO IS NOT INITIAL.
        SET PARAMETER ID: LV_SHIP_TO-pid FIELD LV_SHIP_TO-value.
    ENDIF.
    IF LV_SOLD_TO IS NOT INITIAL.
        SET PARAMETER ID:  LV_SOLD_TO-PID FIELD  LV_SOLD_TO-VALUE.
    ENDIF.
    IF LV_ORDER_TYPE IS NOT INITIAL.
        SET PARAMETER ID 'AAT' FIELD LV_ORDER_TYPE-VALUE.
    ENDIF.
    CALL TRANSACTION OBJECT-KEY-CODE.
    I am able to read the values from BOL to my ZBOR parameters
    PCODE, SHIP_TO,SOLD_TO,BUYER e.t.c .Now i want set these values to VA01 screen using SET/GET Parameter ID's as shown in above code.but these values are not being set.Could you suggest any way how can i achieve this.
    Thanks in Advance.
    Regards,
    Pavan.
    Edited by: Pavan T on Aug 10, 2011 4:26 PM

  • Missing atrribute from ERp system

    Dear gurus!
    I am installing the business content (BC) for catalog 0MMIC_CHA01 (MMIC: Characteristics ).
    However I get a dump when I install becuase the attribute 0CCMB0PR_BASE_UNIT_ATTR does not exist in the ERP system.
    Also note that other finance BC installations are referring this attribute.
    Any help in creating it?
    Or what are my options to continue these installations?
    regards,
    Tolu

    Hi,
    1. Goto RSA5 and activate the related data source.
    2. Check the DataSource in RSA6
    3. Replicate the DataSource
    4. In BW side while installing objects , please choose grouping 'Only Necessary Object'.
    Same issue I was faced while installing SRM business content in my scenario,
    So the above steps will be helpful to resolve your issue.
    Regards,
    BBC

  • Transaction Launcher - TCode Authorization Issue for ERP transaction

    We are trying to implement an ERP transaction in the CRM WebUI via the transaction Launcher.  Everything has been set up properly and the transaction appears in the nav bar.  I am running it to launch a new window.  When i click on it, a new window pops up, with transaction IC_LTXE and an error saying
    *"You do not have authorization to view transaction ZSD_IC".*
    Everything seems to be set up properly and we can access the transaction with the same user id in ERP. He has SAP_ALL.
    Does this have anything to do with IC_LTXE?  Is there anything special i need to do to assign proper authorization to this user.
    Thanks,
    jeremy

    Hello Jeremy,
    We are trying to execute R/3 transaction from Transaction Launcher but we are facing problems.
    In order to execute transactions from TL we have copied object TSTC to ZTSTC  in both systems and use the method Execute to be used from Transaction Launcher customizing. Then we have customized T. Launcher in order to get two links, one to R3 transaction  (using the object ZTSTC, method execute and XD03 as value parameter) and one to CRM transaction (using the object ZTSTC, method execute and CRMD_MKTDS as value parameter).
    When we execute the TL link to CRM, transaction works properly through ITS, but executing the link to R3 transaction we receive the following popup message:u2018Logged Off Successfully. You have been logged off from SAP NetWeaver Application Server.u2019 the screen gets in blank and no further actions are executed.
    In order to correct the fail we have implemented these notes, but the problem still remains.
    0001224663 Launch of Front Office with Transaction Launcher fails
    0001263716 Launching Front Office Process using Transaction Launcher
    Based on your experience could you help us to get the right configuration to reach R/3 transaction through Transaction Launcher.
    Thank you very much in advance.
    Best regards.

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

    Hi,
    Our requirement is to display R3 sales order(VA03) through IC webclient. The BP no of the confirmed business partner should be shown as default in the Sold to party field of VA03 transactn screen.
    Steps followed -
    1. Created a BOR transaction launcher with 'BUS2032', method - display.
       Selected the Import parameter name - ICWEBCLIENTBORKEYPARAMETER.
       I could not find any Import parameter value corresp to BP number, so left the Import Parameter value as blank.
    2. In the trans launcher generated class, method 'PREPARE_DATA_FLOW' added the following code -
    CALL METHOD __gdc->get_entity_attribute_as_value
        EXPORTING
          path  = '//currentCustomer/BP_NUMBER'
        IMPORTING
          value = lv_bpid.
    PASS PARAMETERS TO THE BOR OBJECT FOR PROCESSING IN THE ECC
      me->set_container_data(
      iv_name = 'RV45S-KUNNR'
      iv_value = lv_bpid ).
    It launches the VA03 screen but the BP no is not passed to the sold to party field.
    Please provide your inputs. Anything helpful would be rewarded.
    Thanks,
    Akanksha

    Hi Jan,
    Thanks for this information.
    I passed the BP no in 'icwebclientborkeyparameter' and then using the below code in prepare_data_flow method-
    me->set_container_object(
       iv_name        = '<MAINOBJ>'
       iv_object_key  = icwebclientborkeyparameter
       iv_object_type = gv_bortype ).
    But it still doesnt work.
    Do i need to create a Z copy of BOR object 'BUS2032' and then do some enhancement in BOR object - display method also?
    Regards,
    Ak

  • 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

  • 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

  • Open ERP transaction within CRM 2007 using wizard for transaction launcher

    Hello everybody,
    I am trying to launch a SAP ERP transaction within SAP CRM 2007 using the transaction launcher wizard.
    First I maintained all necessary setting for the RFC connections (in ERP and CRM) using for example transaction SM59 and BD87, e.g. the master data replication is working fine. Second I created a business object type based on the SAP Standard business object TSTC and set the u201CExecuteu201D method to u201CSynchronousu201D in SAP ERP.
    Afterwards I created the URL for our ITS server and started the transaction launcher in CRM. During the step u201CFurther technical detailsu201D I selected as transaction type u201CBOR transactionu201D and chose our logical system (ERP) and added our newly created BOR object type as well as the method u201CExecuteu201D. If I now press the u201CNextu201D button the error message u201CAn RFC destination could not be specified for the logical system XYu201D is shown.
    Any help is highly appreciated.
    Thanks lot and kind regards,
    Franziska

    Hi,
    The error you get is because the client you have mentioned for logical system mapping and the client in which you created the BOR object are not same.
    Remember, for sucessfull transaction Launcher Configurations,
    1) The client in which WEB UI Runs
    2) The Logical System mapping and client mentioned in ITS url
    3) The client is which you created the BOR object.
    4) The client on which you are configuring transaction launcher wizard
    ALL SHOULD BE THE SAME CLIENT, unless you are using the OWNLOGSYS concept for logical system mapping.
    For example,
    If my WEB UI is on client 200 of development system,
    then i must create TSTC based BOR in client 200 , Map logical system for client 200 and configure trnsaction launcher in client 200.
    In this approach, you cant transport the developments to other system and client ( like Quality and production system) , hence its advicible to create a logical system with name OWNLOGSYS. The name of logical system must be kept OWNLOGSYS in all the systems and clients so that then you can transport yout transaction launcher developments and the error you get now will not come. It its not possible to maintain the logical system with this name in all the system , then you will have to do as i mentioned in points 1 to 4.
    Hope this helps.
    Thanks & Regards,
    Suchita

  • URL Based Transaction Launcher not loading

    Hi All,
    There is a URL based transaction launcher configured to display a crm opportunity report.
    All the settings seem to be fine.
    The configuration is done correctly in the wizard.
    The URL is defined in view CRMV_IC_LTX_URL.
    The logical link and Traget are also specified correctly.
    the z handler class also gets called , but still the URL is not loading.
    There is no error, but just a blank screen.
    the system is CRM 5.2
    could it be any browser issues or issue with BW system or any other issue ?
    Could you please help me in finding the problem ?
    thank you somuch,
    regards,
    Pushpa

    Hello,
    If you are watching this thread, I have a typical requiremnt like yours.
    After creating the ITS URL id  , I do not want to put this on the Navigation Bar.
    But this lTS URL i want it as a link on one of the actiivty page. And also i should be able to pass parameter.
    Please sugget what and how to achieve this.
    Thanks,
    Jaya.

  • ERP Transaction Launcher leads to blank screen

    Hello
    I followed SAP notes and various threads here at SDN to setup launch of ERP transactions from CRM webclient.
    In principle I have applied SAP notes on ERP and CRM for IC_LTX and IC_LTXE transaction codes and also did all steps as per enclosed blog,
    /people/vikash.krishna/blog/2008/09/23/crm-2007-how-to--2-a-transaction-launcher
    However when I launch the transaction, I get SAP Logon prompt from ERP server as expected. When I enter credentials correctly, I get an embedded window with SAP GUI menu (only two options Menu and System and field to enter Tcode) and empty screen area .
    Now if I enter he tcode in opened empty window say "/nva03" , I am able to start the transaction.
    Any clues on why the transaction does not launch correctly?
    Thanks

    Hi,
    I get the same problem, but it gets back to CRM. I think the problem is that http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?*transaction=IC_LTXE*&okcode=ICEXECUTE
    transaction=IC_ICLTXE should be replaced by the transaction ex: VA01 and it is not.
    Tell me if you have any clue.
    Tx
    Thomas

Maybe you are looking for

  • Exchange database fields by connect to external db-ora-system 10.1.0.5.0

    Hello, we've checked our SAP-Server for the parameters required for exchange and  to show fields of tables from sapbw to administrate those fields new and so on. The following parameters are activ and are difficult do external db-system. Is that a pr

  • Multiple Results

    Hi I can't seem to figure out how to summerize my data. The query is as follows: select studentid, studylevelno from study where studentid in (5983) group by studentid, studylevelno the result set is 5983 3 5983 4 5983 10 Now, I would like to grab on

  • LIS/SIS

    Hi SD Guru's I want to run few standard reports for SD. I want to run them without having to create my own self defined info structure. These are few reports i am looking for. Can please anyone help me with the same Customer Analysis- Sales - MC+E Cu

  • I did "create iPod version" of movie but it still can't be sync'd to phone

    I have an MPEG-4 video file (158 kbps, codec H.264, 759x360). It was a chapter ripped from an instructional DVD made by a friend (using Handbrake) which I want to have on my hard drive. The other 2 chapters work fine. This file, it says it can't sync

  • WiFi for 6400?

    I don't know beans about wireless connections, and I ask how I might do it with my Performa 6400. Currently the 6400 connects to DSL through an Ethernet card. The price of the DSL service keeps going up, and my city runs a free WiFi network just outs