Transaction Laucher Help

Hello Friends,
I've set up transaction launcher, to lunch CRM tcode IS01at webclient.
I followed steps decribe at message CRM 2007 How to --2 A( Transaction Launcher) (SDN FORUM)
My problem is, clicking on the link at webclient, CRM instead of to open IS01 tx, it shows only EASY ACCESS MENU (SAP GUI), and the error message:
Message no. 00031 - Transaction ICEXECUTE is   unknown
Does anybody know what I did wrong?
Regards,
Lalas

Hi,
In CRM system for Tcode CRMS_IC_CROSS_SYS check these enteries for both CRM system and for R/3 system
For CRM System
http://<domain>:<port>/sap/bc/gui/sap/its/crm_cic_rabox
For R/3 System
http://<domain>:<port>/sap/bc/gui/sap/its/CCMP_RABOX
I also was facing same problem when i was launcing R/3 transaction when i was using
http://<domain>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE
One more addition,
if u want to launch directly IS01 Tcode, then create ur own BOR object in SWO1 and create transaction launcher with this business object , choose parameter and pass Tcode IS01 in value addition in step 5(Transaction Parameters) of transaction launcher wizard
Regards
Gaurav

Similar Messages

  • I have problem with account that i can't make update or buy from app store There is massage appear in my payment page that i must contact with i tunes support to complete this transaction Please help me to fixe this problem as soon possible Hany hassan 00

    I have problem with account that i can't make update or buy from app store
    There is massage appear in my payment page that i must contact with i tunes support to complete this transaction
    Please help me to fixe this problem as soon possible
    Hany hassan
    0096597617317
    0096596677186
    Thank you

    You need to Contact iTunes Support...
    Apple  Support  iTunes Store  Contact Us

  • Details: i have 25 dollar but i cant by gem on clash of clansgame  when i want to buy gem this massage appear (your purchase could not be completed contract i tune store support to complete this transaction  please help me to solve

    Details:
    i have 15 dollar but i cant by gem on clash of clansgame
    when i want to buy gem this massage appear (your purchase could not be completed contract i tune store support to complete this transaction
    please help me to solve problem

    You will want to contact iTunes Store Support from expresslane.apple.com or call Apple Care to see whats wrong with your billing information or why its being blocked.

  • Details: i have 15 dollar but i cant by gem on clash of clan game  when i want to buy gem this massage appear (your purchase could not be completed contract i tune store support to complete this transaction  please help me to solve problem

    Details:
    i have 15 dollar but i cant by gem on clash of clan game
    when i want to buy gem this massage appear (your purchase could not be completed contract i tune store support to complete this transaction
    please help me to solve problem

    رائد wrote:
    please help me to solve problem
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • TS1702 i have 292 dollar but i cant by gem on clash of clan game  when i want to buy gem this massage appear (your purchase could not be completed contract i tune store support to complete this transaction  please help me to solve problem

    i have 292 dollar but i cant by gem on clash of clan game  when i want to buy gem this massage appear (your purchase could not be completed contract i tune store support to complete this transaction  please help me to solve problem

    You need to contact iTune Support
    http://www.apple.com/support/itunes/contact.html

  • I have 99 dollar but i cant by gem on clash of clan game when i want to buy gem this massage appear (your purchase could not be completed contract i tune store support to complete this transaction please help me to solve problem

    i have 99 dollar but i cant by gem on clash of clan game when i want to buy gem this massage appear (your purchase could not be completed contract i tune store support to complete this transaction please help me to solve problem agen !!
    halep me

    If I were you, I would "Contact iTunes support to complete this transaction."
    http://apple.com/emea/support/itunes/contact.html

  • I have 15 dollar but i cant by gem on clash of clan game  when i want to buy gem this massage appear (your purchase could not be completed contract i tune store support to complete this transaction  please help me to solve problem

    i have 15 dollar but i cant by gem on clash of clan game
    when i want to buy gem this massage appear (your purchase could not be completed contract i tune store support to complete this transaction
    please help me to solve problem

    You need to Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • TS2446 I have 25 dollars but icant by gem on clash of clan  When I want to buy gam this massage appear ( your purchase could not be completed contract I tune store support to completed this transaction  Please help me to solve problem

    I have 25 dollars but icant by gem on clash of clan
    When I want to buy gam this massage appear ( your purchase could not be completed contract I tune store support to completed this transaction
    Please help me to solve problem

    You can contact iTunes support via this page and ask them why the message is appearing (these are user-to-user forums, we won't know why) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then try selecting Purchases, Billing & Redemption

  • Why I can't buy thing from my game after updating my billing information as iut ask me to contact I tune service to complete the transaction ? Help!

    Why I can't buy thing from my game after updating my billing information as iut ask me to contact I tune service to complete the transaction ? Help!

    Go here:
    https://expresslane.apple.com/Issues.action
    Ask for assistance.

  • MD4C standard Transaction Code Help

    Dear All,
    I need help I want to add multiple selection screen option for WBS element in MD4C transaction. (Report Name: PP_ORDER_PROGRESS).
    If anybody has a similar issue could you please help me out without changing standard transaction code?
    Regards,
    Chanda.

    Hello,
    You mean transaction type? Then for Service Desk it is SLFN. It is not recommended to open Issues (SLFI) directly from the CRMD_ORDER transaction. You can also open change requests (SDCRs) from CRMD_ORDER, and later assign them to the maintenance cycle.
    Best regards,
    Miguel Ariñ

  • JTA Transaction--please help-----Xid not valid

    HI,
    I am writing a small application which i am posting at the end.This is decription of my application.I am writing a jsp.Later on i will be using in some other way.
    I am using Oracle XA implementation to communicatewith my RM which oracle8.1.7 .
    I am creating two XAConnection with two data instances 'test' and 'test3' .These two reside on my local machine in the same database server.
    With the code which i am sending you i have tried two cases.
    First Case
    1)i use only one XAConnection object of say 'test'.
    2)enlist its XADataSource with my transaction Object
    3) get two connection objects and execute two sql's on themMy code works fine and maintains the transaction.
    Second Case
    1) I use create two XAConnection objects. one of 'test' and other of 'test3'.
    2) enlist their XAResources with transaction object.
    3) Now i take one connection from each of XAConnection and execute two sqls, oneon each of them.
    It gives me exception while enlisting second XAResource with transaction objeectsaying that "The Xid is not valid".
    below is the stackTrace.
    javax.transaction.SystemException: start() failed on resource 'oracle.jdbc.xa.client.OracleXAResource':XAER_NOTA : The XID is not valid
    oracle.jdbc.xa.OracleXAException at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:483)
    at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:190)
    at weblogic.transaction.internal.ServerResourceInfo.start(ServerResourceInfo.java:1165)
    at weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResourceInfo.java:1108)
    <----------------------CODE------------------------------------------------------>
    <html>
    <body bgcolor=tan>
    <%@page session="true" %>
    <%@page import="java.util.Hashtable,java.sql.*,javax.naming.*,javax.transaction.*,javax.sql.*,oracle.jdbc.xa.client.OracleXADataSource,javax.rmi.PortableRemoteObject,javax.transaction.xa.XAResource" %>
    <%!
    private static XAConnection getFirstXAConnection() throws java.sql.SQLException{
         OracleXADataSource oxadsFirst = new OracleXADataSource();
         String urlFirst = "jdbc:oracle:thin:@70.7.51.80:1521:test";
         oxadsFirst.setURL(urlFirst);
         XAConnection xaConnectionFirst = oxadsFirst.getXAConnection("scott","tiger");
    return xaConnectionFirst;
    private static XAConnection getSecondXAConnection() throws java.sql.SQLException{
              OracleXADataSource oxadsSec= new OracleXADataSource();
              String urlSec = "jdbc:oracle:thin:@70.7.51.80:1521:test3";
              oxadsSec.setURL(urlSec);
              XAConnection xaConnectionSec = oxadsSec.getXAConnection("scott","tiger");
    return xaConnectionSec;
    %>
    <%
    Context ctx = null;
         Hashtable ht = new Hashtable();
         ht.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
         ht.put(Context.PROVIDER_URL, "t3://localhost:7001");
         try{
              ctx = new InitialContext(ht);
              //javax.transaction.UserTransaction transaction = (javax.transaction.UserTransaction)ctx.lookup("java:comp/UserTransaction");
              System.out.println("Before Lookup JNDI UserTransaction and TransactionManager......................");
              //javax.transaction.UserTransaction userTx = (javax.transaction.UserTransaction)ctx.lookup("javax.transaction.UserTransaction");
              javax.transaction.TransactionManager transactionManager = (javax.transaction.TransactionManager)ctx.lookup("javax.transaction.TransactionManager");
              System.out.println("After Lookup TransactionManager......................");
    try{
                   transactionManager.begin();
                   Transaction transaction = transactionManager.getTransaction();
                   System.out.println("Transaction Object ----------------------------->"+transaction);
    XAConnection xaConFirst = getFirstXAConnection();
    XAResource xaResourceFirst = xaConFirst.getXAResource();
    System.out.println("xaResourceFirst Object ----------------------------->"+xaResourceFirst);
    XAConnection xaConSecond = getSecondXAConnection();
    XAResource xaResourceSecond = xaConSecond.getXAResource();
    System.out.println("xaResourceSecond Object ----------------------------->"+xaResourceSecond);
    if(!xaResourceFirst.isSameRM(xaResourceSecond) )
    System.out.println("<-----------------BOTH THE RESOURCES ARE NOT SAME SMAE SAME----------------------------->");
    boolean firstEnlistBool = transaction.enlistResource(xaResourceFirst);
    System.out.println("firstEnlistBool ----------------------------->"+firstEnlistBool);
    boolean secondEnlistBool = transaction.enlistResource(xaResourceSecond);
    System.out.println("secondEnlistBool -------------------------> "+secondEnlistBool);
    java.sql.Connection firstConn = xaConFirst.getConnection();
    Statement stmt = firstConn.createStatement();
    stmt.executeQuery("insert into dept values(60,'MARKETING','NEW DELHI')");
    java.sql.Connection secondConn = xaConSecond.getConnection();//xaConFirst.getConnection();//
    stmt = secondConn.createStatement();
    //stmt.executeQuery("insert into account values(20,20)");
    stmt.executeQuery("insert into salgrade values(10,10,10)");
    if(Status.STATUS_ACTIVE == transactionManager.getStatus() )
    System.out.println("Before committing status "+transactionManager.getStatus() );
    transactionManager.commit();
    System.out.println("After committing");
              } catch(SQLException sqlE){
                        sqlE.printStackTrace();
                        catch(Exception e){
                                            e.printStackTrace();
         } catch (Exception ex) {
              ex.printStackTrace();
              finally {
                   try {
                        ctx.close();
                        catch (Exception e) {
                             e.printStackTrace();
                   } // close finally
    %>
    <form method="post">
    <input type="submit" name="submit" value="Call Transaction Bean">
    </form>
    </html>
    <-------------------------------------------------------------------------------->
    please help in this..I am stuck with this and dont kow how to move ahead to remove this problem..
    Best Regards
    Akhil Nagpal

    Hi,
    Hi Vicky,
    I think we are in different time zones. I am south
    korea.I have tried your suggestion but it gives me
    the same exception.Yes ,there is a difference of 3.5 hours , I am in India(Mumbai).
    This is what i am trying to achieve.
    My aim is to create some aplication to which i can
    register my XADataSources and this application should
    be able to handle the distributed transactions among
    them.I will be using the TransactionManager of some
    application server.SO i am using weblogic7.0.
    For the testing purpose i have creaed a jsp as i
    i posted the code. I am very new to this JTA and may
    be i am doing wrong.Can you help me this but putting
    insights into your experience may be that will
    increase my enthusiasm :-) ....
    please help me in this.
    I am extracting the following from the docs
    public interface TransactionManager
    The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries.
    public interface UserTransaction
    The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries
    So as per your specs I can understands your application is trying to explicitily control the boundaries of the transaction, so you should use the UserTransction instance to begin the Transaction.My understanding says the TransactionManager will come in picture for declarative transaction and UserTransaction for the your case.I think you have tried that , I would have tried this out here but I dont work on weblogic.Do the things cooly and try to understand the concept.Let me know of the results.
    Regards
    Vicky

  • Transaction FCHR (Help!)

    Hello:
    Transaction FCHR for Online Cashed Checks works fine in Dev but not in QA.
    In Dev: The 'Posting Log' displays the document number that was posted after FCHR has been run. The status bar reads 'Document 2000002087 was posted in company code 1000'
    In QA: The 'Posting Log' displays four asterisks '****' and no posting seems to be made. The status bar reads 'Session session name PHUNTSHO-ERR was created'
    Phuntsho is my last name.
    I am not sure why this is happening. I have checked the document types (ZP for Payment by Check) and number ranges in both environments and they look fine.
    Any help will be appreciated. Thanks!!
    Deki

    Hi!
    It seems to be a basis trouble, please refer to your sap inbox in QA system, maybe there you will find an error message. Otherwise, contact your basis partner.

  • Weblogic.management.security with transactions, Please HELP

    I am using weblogic.management.security.authentication API to programmatically insert/delete users and passwords into/from default security provider on Weblogic Server 8.1. I want to add transactional support to this these actions, I tried using UserTransaction API but without any luck. Does weblogi.managment.security.authenication has no transactional support (rollback-commit) or am I doing something wrong? I very much appreciate your help and looking forward to hearing from you!!!!
    It doesn't rollback, Here is the code:
    UserTransaction transaction = (UserTransaction)ctx.lookup("javax.transaction.UserTransaction");
    transaction.begin();
    UserEditorMBean userEditor = (UserEditorMBean)providers;
    userEditor.createUser(userName, password, description);
    transaction.rollback();

    I do not think you can have transactions over MBean calls as they communicate with relevant object over t3 and this objects are possibly in different class loader.
    -TJ

  • Cross company transactions customization Help - Urgent...

    Hi All,
    Can anyone tell me where I have to do the customization for cross company transactions,
    In the scenarios
    1. for materials shipped to the customer of company code BBBB, by company code AAAA on behalf of company code BBBB or vice versa
    2. For materials shipped to plant of company code BBBB from the plant of company code AAAA or vice versa.
    I would appreciate it, if you can help with customization and configuration steps involved in cross company transactions.
    Thanks in advance
    Kumar

    Hi Kumar,
    With OBYA settings, you will be able to affect cross company code transactions through FI.
    Ex. Maintenance Exp of co. code AAAA are paid by co. code BBBB. Now the affect will be as follows:
    Books of AAAA:
    Maintenance Exp A/c Dr and Cross Company code Clearing (say 'BBBB') A/c Cr
    Books of BBBB:
    Cross Company code Clearing (say 'AAAA') A/c Dr and Bank A/c Cr
    The above affect will take place in books of both the company codes, when u post the document in any one set of books by mentioning the other company code as 'new company code'.
    Hope this helps..

  • TS1424 Every time I try to buy something it says contact apples store support to complete transaction. Help please.

    I think it might be because I purchase something with my moms credit card to buy an item from this app then I had got a visa gift card and purchase another item from the same app and then I seen I still had money on it so I purchase another item and it said contact apple store support to complete transaction. So here I am and need help please someone.

    Click here and request assistance.
    (79861)

Maybe you are looking for