TRANSACTION LAUNCHER--CALLING CRM Z TRANSACTION THROUGH WEB UI

As per the requirement, we are trying to call CRM  Z transaction through web UI. We have used the Object TSTC and created a replica of the object ZTSTC and used the method execute. Made the necessary config for navigation bar and Business role. We could see the link in the Navigation bar but the link could not call the transaction. Pls suggest.Do we need to take the object of the Transaction or copy TSTC and proceed. Thanks in advance.Points will be awarded

PLS FIND THE DETAILS TO PROVIDE THE INPUTS
Configure Transaction Launcher TO CALL T.CODE ZEGNM_IMG FROM CRM THROUGH WEB UI USING TRANSACTION LAUNCHER
USED THE OBJECT ZTSTC BY COPYING TSTC OBJECT AND BY RELEASING THE OBJECT WITH METHOD EXECUTE
PROVIDED THE T.CODE ZEGNM_IMG IN THE VALUE FIELD IN THE ABOVE SCREEN
CREATED THE DIRECT LINK ZEGNM_K
CREATED THE DIRECT LINK GROUP ZEGNM_K
ASSIGN THE DIRECT LINK TO THE DIRECT LINK GROUP
ASSIGN THE DIRECT LINK GROUP TO THE PROFILE TMFLEASING WITH POSITION 80
IN THE BUSINESS ROLE CUSTOMIZING MADE THE DIRECT LINK GROUP VISIBLE
AFTER MAKING THE ABOVE CONFIGURATION WE HAVE LAUNCHED THE WEB UI AND THE FOLLOWING ERROR IS SHOWING UP
PLS FOLLOW THE ABOVE SCREENSHOTS AND PLS PROVIDE YOUR INPUTS TO ACHIEVE THE OBJECTIVE OF LAUCHING THE Z CRM GUI TRANSACTIONS USING TRANSACTION LAUCHER
ALSO PLS FIND THE SCREENSHOT OF ITS
URL OF ITS USED
u201Chttp://crd.tmf.com:8003/sap/bc/bsp/sap/its/webgui?transaction=IC_LTX&okcode=ICEXECUTEu201D

Similar Messages

  • RFC error for Transaction Launcher to launch a CRM ABAP report  on WEB UI

    Hi all,
    My Task is to assign a custom CRM report on the web ui.
    I have created a transaction for this and using the transaction launcher wizard to assign it as a link on web ui .
    In the transaction launcher wizard ,  In the 'Define Further Technical Details' i have entered the
    Transaction Type as 'BOR Transaction'
    Logical system : my current system crm client which is QCCCLNT703
    BOR OBJECT TYPE : tstc_uif (also tried with TSTC )
    Method Name : EXECUTE
    When i try to click on the report on WEB UI, it gives me a status message saying the ''RFC Destination is not set up for QCCCLNT703'.
    Can you please advice me on how to do this . I guess the issue is with the Logical system set up .

    Hello,
    I think you have rightly pointed out the reason of the error. You must have maintained the logical system 'QCCCLNT703' using transaction CRMS_IC_CROSS_SYS. However you also need to maintain the same entry in transaction SM59 with name RFC destination name as 'QCCCLNT703'.
    I hope this would fix the issue.
    Thankx,
    Amit Sen

  • Transaction Through Web Report ?

    Hi All,
    Is there any way to call a particular transaction from a Web Template.
    I think it can be achieved using BSP.
    But is there any other way to do this.
    Thanks
    Kapil

    you wil dfinitely need ITS to show any transaction. a BSP Page is similar to any ASp screen. it can be used to enter comments etc but you will need ITS for the same. You will not need an ITS for a BSP but you cannot call a transaction.
    also what transaction is being referred to , if it is a simple user created transaction , then you can do it through BSP if possible.
    Arun

  • Call EP and ERP through web dispatcher

    Hi,
    I have configure multiple system on Web dispatcher EP and ERP.
    My issue is our company do not want to publish EP and ERP over the internet but by the web dispatcher uses as a reverse proxy i want to publish the web dispatcher only now my EP called successfully over the internet but WDA application is not working cause it's redirects the directly to ERP so error occur's page not found.is there any way-out to call internally the ERP system.
    Regards:
    Akash Ahuja

    Hi Akash,
    As per my understanding from your message. If your EP system called successfully through internet , then your ERP system also should visible via internet. kindly check with your Network team that the ERP system there must be firewall settings to open. For internal call out you can use "redirect menthod" for portal using instead ofhttp://<host>:<port>/irj use http://<host>:<port>/redirect. To change the authentication for another application use:http://<host>:<port>/redirect?url=/customapp.
    Need more information about your issue.
    Thanks,
    Brindavan

  • Calling  second step of transaction of r3 through web dynpro

    Hi all
    We are calling a particular transaction and passing paramter to it through web dynpro.We have successfully implemented it.but we are facing problem in  calling second step of transaction and passing parameter required at second step.
    pls tell me if any one has any ideas how to do it ???
    regards
    zaid

    Does the second step involve a new function module or does it make use of the same one?  Regardless the second call shouldn't be any different than the subsequent calls.  Maybe you could provide more details.
    /Greg

  • Passing parameters to Transactions from Web dynpro Application through ITS

    Hi,
    i need to call a transaction from Web dynpro through ITS. On action from web dynpro application, i am concatenating the respective parameters mentioned below along with URL. The problem is one parameter(VARIANT) is being passed to the t-code CAT3 correctly. The next mandatory parameter(PERNR) is not passed to the respective field.Here is the URL Code:
    CONCATENATE 'http'
    '://' host ':' port
    '/sap/bc/gui/sap/its/webgui/?sap-client=&~transaction=' 'CAT3'
    '%20TCATST-VARIANT=' lv_name2 '&CATSFIELDS-PERNR=' lv_name1 INTO url.
    Called T-Code CAT3
    Passing Parameters are:
    Data Profile TCATST-VARIANT
    Pernr: CATSFIELDS-PERNR

    Pradeep,
    iam trying to pass values from webdynpro application to SAP GUI Transaction
    here is the sample code which iam using
    CONCATENATE  'http://s0164dep01.adta.uae:50000/irj/portal/interop?NavigationTarget=pcd:portal_content/Testing/trn_iw33?'
    '%20CAUFVD-AUFNR='
                 'ApplicationParameter=CAUFVD-AUFNR='
                  lv_workorder';'
              'DYNP_OKCODE=SHOW'
             INTO lv_url.
    i could'nt able to succed as its displaying page not found exception.
    Help me on this to proceed further
    Regards
    Jaipal.E

  • Call Transaction in Web dynpro

    Hi friends ,
    how to call the sap transaction in web dynpro abap.
    I am using the function module
      CALL FUNCTION 'ABAP4_CALL_TRANSACTION '
        EXPORTING
          tcode                         =  'VA01'
    in web dynpro abap
    but i am getting error like  fill all the required filed
    please give suggestion.
    Regards ,
    krishnan R.

    Hi Krishnan,
    You cannot call a transaction from WebDynpro ABAP. You can instead create an transactional iView in the portal. Go through this link for further information.
    [http://help.sap.com/SAPHELP_NW04S/helpdata/EN/18/f96f4132f15c58e10000000a1550b0/frameset.htm|http://help.sap.com/SAPHELP_NW04S/helpdata/EN/18/f96f4132f15c58e10000000a1550b0/frameset.htm]
    There are already many similar threads over the issue of calling a transaction from WebDynpro ABAP. Please try run a search in the previous forum threads. Below are a few such threads:
    [https://forums.sdn.sap.com/click.jspa?searchID=18250003&messageID=5345700|https://forums.sdn.sap.com/click.jspa?searchID=18250003&messageID=5345700]
    [call Transaction thru WB4A.|call Transaction thru WB4A.]
    Regards,
    Uday

  • Error while calling MII transaction as web service

    Hi all,
    I am using MII version 12.1.8
    When i try calling a BLS as a web service i am getting an error as " [ERROR] Error Invoking Web Service Action: Status (502): Proxy Error ( No data record is available. ) "
    The same WSDLGen url is working from the browser. The path is http://<server>:50000/XMII/WSDLGen/<TrxPath>
    I also gave Proxy Host and Proxy Port in System Management --> System Administration
    Is there anything i am missing in the web service action.
    Kindly help
    Regards
    Muzammil

    Hi Diana,
    It is working now. I removed the proxy settings from system administrator and added a new credential alias for web service. And then it started working..
    The scenario which i am trying is as mentioned. We need to call a transaction from a diiferent MII Server. So at first i was trying with the Trx within the same server.
    Hope this is the best way to access the transaction from a different server.
    Regards
    Muzammil

  • Call Transaction Through RFC

    Hi ,
    I am trying to do a call transaction through RFC call from a Middleware which is a CPIC user (only communication Non dialog User ) . 
    Call  transaction does gets executed without any error but it does not update any data.But when I run it through my user id it works absolutely fine .
    I am not sure what is causing the issue
    Security authorization?
    RFC through Non Dialog user ?
    Paramters missing in RFC  ?
    Paramatertes missing in call transaction option?
    If anyone of you has faced a similiar issue then please let me know the path forward.
    Thanks
    Vikas

    Hi Vikas,
        The problem is in Authorization? And check the mode of Process Synchoronus or asynchoronous? Both the RFC and CALL transaction should be Same /
    Thanks
    MAnju

  • Calling Transaction through User Decision step in workflow

    Hi all,
    Pls help me calling a transaction through User Decision step in workflow. I have attached two buttons to my User decision and the one of the outcomes to a task where I am calling the transaction through a method of BOR. But the problem is I am unable to see the transaction when I press the button on my User Decision at test run.
    Can you ppl let me know how can I achieve this?
    Pls reply ASAP...
    Thanks
    Sangharsh

    Hello Sangharsh ,
    Please Check the paramater of of the method which you define.
    e.g. I define CALL_TCODE_CJ03 method
          which have the parameters FLAG,ProjectDefinition,WBSElement2,User
          with export, import checkbox.            
    Pass the paratmeres in programs
    e.g.
    BEGIN_METHOD CALL_TCODE_CJ03 CHANGING CONTAINER.                      
    DATA:                                                          
          FLAG(1),                                                        
          PROJECTDEFINITION TYPE PROJ-PSPID,                              
          WBSELEMENT2 TYPE PRPS-POSID,                                    
          USER TYPE USR21-BNAME.                                                                               
    SWC_GET_ELEMENT CONTAINER 'FLAG' FLAG.                              
      SWC_GET_ELEMENT CONTAINER 'ProjectDefinition' PROJECTDEFINITION.    
      SWC_GET_ELEMENT CONTAINER 'WBSElement2' WBSELEMENT2.                
      SWC_GET_ELEMENT CONTAINER 'User' USER.                                                                               
    GET PARAMETER ID 'PSP' FIELD PROJECTDEFINITION.                       
      GET PARAMETER ID 'PRO' FIELD WBSELEMENT2.                                                                               
    SET PARAMETER ID 'PSP' FIELD PROJECTDEFINITION.                       
      SET PARAMETER ID 'PRO' FIELD WBSELEMENT2.                             
      CALL TRANSACTION 'CJ03' AND SKIP FIRST SCREEN.                                                                               
    SWC_SET_ELEMENT CONTAINER 'FLAG' FLAG.                              
      SWC_SET_ELEMENT CONTAINER 'ProjectDefinition' PROJECTDEFINITION.    
      SWC_SET_ELEMENT CONTAINER 'WBSElement2' WBSELEMENT2.    SWC_SET_ELEMENT CONTAINER 'User' USER. 
    END_METHOD.
    I hope it will help you.
    ***Assigning points is the way to say thanks in SDN.***
    Minaxi Shah

  • Calling sap transaction in web browser

    Hi,
    I want to call a sap transaction in web browser.
    In my case the Solution Manger Transaction SMSY
    to provide all the System Landscape Information.
    How can I realise it with less effort?
    What technology is state of the art for this problem?
    Thx 4 answer!
    Best Regards,
    Rene Trippolt.

    Hi Jörg,
    thx 4 ur answer but is ITS the only way for solving this problem? Is it still state of the art?
    What about Portal -> Application Integration with iView,
    WebDynpro, etc. Is it also possible with this technology to call a sap transaction in a web browser with less effort?
    I have to do a kind of evaluation for the best integration
    of an sap transaction in a web browser.
    Independent of any SAP Release!
    thx 4 each hint,
    Rene.

  • Transaction Launcher for CRM IC Webclient

    Hi
    I need some help in configuring Transaction Launcher for CRM IC Webclient, the catch is the backend is not SD but Campus Management. Help pls [email protected]
    Anu

    Hi Raja
    Thanks for your reply actually I don't have the cookbook can you please email me the link to the cookbook or the pdf. Thanks once again
    [email protected]
    Anirudha

  • How to call call transaction in web dynpro abap

    hello experts,
    i need to call one RFC in web dynpro.In RFC we maintained the BDC program. but while calling the same RFC in web dynpro through service call function, it is not working.Kindly suggest any way out.this is very urgent.
    Regards

    Hi Rajat,
    Please use the below mentioned link.May be it will help you:
    The webdynpro/ABAP (WDA) calling RFC enabled FM of other ECC systems
    Thanks and Regards,
    Neha

  • Create Transaction for web-dynpro ABAP

    hi
       Can you help me in creating a transaction for web-dynpro ABAP.
    thank you.

    If you want a SAPGUI transaction code that will launch your Web Dynpro ABAP application then I suggest creating a parameter transaction code that wraps around the SAP standard transaction code WDYID.  You can use the parameter STARTMODE to decide if you launch your browser within the SAPGUI window or if it opens a new browser window. You will get SAPGUI based Single Sign On with this transaction code as well.  Here is an example of a TCode I setup:
    http://www.flickr.com/photos/tjung/2758987559/
    And here is what it looks like when running in place within the SAPGUI:
    http://www.flickr.com/photos/tjung/2758987583/

  • Passing variable as an input parametere to a transaction through an url;

    hi ,
    I am calling a transaction through an url into which i want to pass the input parametere to the transaction as an variable; my question is
    is it possible? if yes then how?

    Hi Diana ,Thanks for taking intrest in my question . I hav already gone through that link which you have given, what my question is that,
    consider this ex. given below
    Transaction=Test/YieldCalc&YieldFactor=10.0&OutputParameter=YieldAverage.
    in the above call i am passing 10.0  as input to the parameter YieldFactor .
    what i want to do is to store this value of 10.0 in a variable and then pass this variable to the parameter YieldFactor,
    say,
    var xxx=10.0;
    Transaction=Test/YieldCalc&YieldFactor="xxx"&OutputParameter=YieldAverage.
    I have tried like this but it  didnt worked.
    is it possible ?
    how?

Maybe you are looking for

  • New Camera Roll backup/restore issue...

    Hello, I have a massive problem and cannot find an answer to this anywhere....so, i'm hoping someone here can help. (I'm not great with computers!) I upgraded from iphone4 to 4S in February. I set-up with icloud, but turned off both the Camera Roll a

  • Photos, viruses, what in the world???

    Please help if you can... I updated my husband's nano today, 1st time on this computer since he returned from overseas... his ipod now has over 400 pictures on it, however, my computer currently has only about 30. Our computer has been having issues

  • Firefox is expanding to fill entire screen, no access to controls

    There is something wonky going on. After I launch firefox which I have done for years, today its started automatically expanding to fill whole screen, no access to any controls, etc. I did try to install software no such luck. See attached screenshot

  • PSE 7 error in editor

    I installed PSE7 over six months ago & it worked fine until now. The only thing I have done different recently was install MSN Messenger. Everytime I try & open editor it gives me a windows error. It says Adobe Photoshop Elements (Editor) has stopped

  • Cannot find a website- but other computer's can

    My 2 G5 mac at home can not load this website: http://serviceawards.digitas.com but my husbands computer at work can. We are baffle by this? any ideas why that would happen? I have tried to load it in: firefox safari netscape Internet explorer