Migration from WD Java to WD ABAP in ESS Trips and Expenses

Hello Experts,
We are migrated ESS Trips and expenses from WD Java to WD ABAP.
Following steps I have performed
1.     Activated FIN_TRAVEL_1 and FIN_TRAVEL_2 business functions.
2.     checked FITV_TRIP_FORM service in SICF /sap/bc/webdynpro/sap its active .
3.     Currently we are SAP ESS 6.0 EHP 4 , and accordingly we have down loaded
uwl_com.sap.pct.erp.mss.tra.14.zip , (for SAP ECC 6.0, Enhancement Package 4) [Note 1076144 - ESS trips and   expenses: Migration from WD Java to WD ABAP]
file as suggested in Migration from WD Java to WD ABAP in ESS Trips and Expenses user guide
4.     after uploading uwl_com.sap.pct.erp.mss.tra.14.zip file in SAP NetWeaver Portal -> System Administration  -> System Configuration -> Universal Worklist->& Workflow -> Universal Worklist Administration.-> Object Types and View Definitions ->  com.sap.pct.erp.mss.tra.
5.     after uploading file, when manager click up on u201Ccheck trip of ABCu201D workitem in his uwl , he is getting following error.
404   Not Found
SAP J2EE Engine/7.01 
The requested resource does not exist.
Details:   Go to main page of this application!
Any idea for fixing this issue.

hi
in the java system , the portal will launch the approval frm the same system , for the abap component , the task type in uwl you might have to define a dynamic property as "System" and give the name of your r/3 system in there.
Try it
Regards
sameer

Similar Messages

  • Migrate from WD Java to WD ABAP in ESS Trips and Expenses

    Hi
    I got request to migrate from from Java to ABAP fof ESS trips and expenses. Could someone please give me a link to the documentation or any existing blogs?
    thanks

    bump...

  • Migration from Sun Java System Portal Server to the Oracle Portal

    Hi, I'm in charge of evaluate the viability of a project that comprises the migration from Sun Java System Portal Server to the Oracle Portal. so I'm wondering if there is a kind of out of box migration tool in Oracle Portal or exists some guidelines to do the migration. In the other hand there is the option of migrate from Sun Java System Portal Server to Oracle WebCenter?
    Thanks in advance!

    The migration path for Sun Portal Server is Oracle WebCenter Suite. WebCenter is a significantly different architecture so there are no tools planned for the migration. However, we do plan to document and publish a whitepaper once we've assisted a few of the initial customer migrations.

  • My Trips and Expenses - Webdynpro ABAP - Change Copy Delete button links

    Hello All,
    We are using ESS and MSS applications in our scenario. We are using EHP4 version of ECC6.0.
    I have configured my homepage framework with custom entries in SAP (resources, services, ... ) and custom Portal content (iviews, pages, ...  copied from SAP delivered stuff ). I have a very good understanding of this and I have no issues with the portal navigation and tying my custom homepage framework entries to the custom PCD locations.
    The only problem I have is with the Webdynpro ABAP application for "My Trips and Expenses". I can get to this application without any problem.
    Within the My Tirps and Expenses application, there are buttons for Displaying, Changing, Copying and Deleting existing Travel Trip Requests and Expense Reports. When I click on any of these buttons, the corresponding page/iview from the standard SAP ESS role is being launched. I would like to point these buttons to my custom page/iview from my custom role.
    I did not find any place where I can make this setting. I am not sure how the Service IDs for the standard SAP services are being linked to the application.
    I hope some one might have looked into this and any input would be really appreciated.
    Thanks,
    Raj

    I figured this out.
    This application makes use of Object Based Navigation and if you adjust the roles assigned to the user accordingly, this will automatically pick up the custom pages form the custom role.
    Thanks,
    Raj

  • Problem hiding Tabs in Tabstrip of My Trips and Expenses WD ABAP iView

    Hi,
    My requirement is to hide the thet tabs ALL MY Trips,All my Travel REquest,All my travel Plans,Pending expense report from the tabstrip ALl my Expense report in Travel and Expense Application.
    I have gone through the thread and the sap note mentioned in
    Re: Problem hiding Tabs in Tabstrip of My Trips and Expenses WD ABAP iView
    My problem is tabs that has to be deleted /hidden does not present in the Development system, but exist in the QA or the prd system.
    So how to implement the note when data is not present in the dev system and only exist in the QA/PRD system.
    Pleas eprovide me your valuable inputs.
    Thanks in advance.
    Pooja

    Implemneted the note and problem is solved.

  • Migrating from WebLogic v8.1.3 to v10.3:  Datasources and Connection Pools

    I took the liberty to migrate my OLD BEA WebLogic v8.1.3 domain (i.e. sample) to Oracle WebLogic v10.3. Everything appears to run smoothly BUT when I try to connect to the Hypersonic Database I had from the OLD environment, I get connection errors (i.e. weblogic.common.ResourceException). I can see from the NEW 10.3 environment that the migration utility creates two (2) datasources (sampleDS and samplePool). However, when clicking through the screens, I do not see how sampleDS refers to the samplePool out of the box from the migration utility. When I start the WebLogic domain with startWebLogic.cmd...here is the code to launch the actual DB instance:
    cd hsqldb
    start "Sample DB (HSQLDB)" %JAVA_HOME%\bin\java -classpath hsqldb.jar -Xms32m -Xmx128m org.hsqldb.Server -database sampleDB -port 15553 -silent false -trace false
    cd ..
    This works quite well and launches a window that has the following:
    | Sample DB (HSQLDB)
    | server.properties not found, using command line or default properties
    | Opening database: sampleDB
    | server.port =15553
    | server.database =sampleDB
    | server.silent =false
    | HSQLDB server 1.7.1 is running
    | Use SHUTDOWN to close normally, Use [CTRL] + [C] to abort abruptly
    | Wed Jun 16 10:18:48 EDT 2010 Listening for connections ...
    |_________________________________________________________
    This is the right screen and confirms my database is up and running and waiting for connections. Somehow, when I migrated from 8.1 to 10.3 something is not configured correctly and my sampleDS is not properly leveraging the samplePool. Can anyone shed any light on this problem?
    I have went through most of the posts and can not seem to understand what happens to the DS and Pools during the migration and specifically how do I reconnect the two to ensure that I can connect to the database. The app is up and running fine in WebLogic v10.3 but without the dB connection, I am stuck at the login screen.
    Thanks for any help...

    I took the liberty to migrate my OLD BEA WebLogic v8.1.3 domain (i.e. sample) to Oracle WebLogic v10.3. Everything appears to run smoothly BUT when I try to connect to the Hypersonic Database I had from the OLD environment, I get connection errors (i.e. weblogic.common.ResourceException). I can see from the NEW 10.3 environment that the migration utility creates two (2) datasources (sampleDS and samplePool). However, when clicking through the screens, I do not see how sampleDS refers to the samplePool out of the box from the migration utility. When I start the WebLogic domain with startWebLogic.cmd...here is the code to launch the actual DB instance:
    cd hsqldb
    start "Sample DB (HSQLDB)" %JAVA_HOME%\bin\java -classpath hsqldb.jar -Xms32m -Xmx128m org.hsqldb.Server -database sampleDB -port 15553 -silent false -trace false
    cd ..
    This works quite well and launches a window that has the following:
    | Sample DB (HSQLDB)
    | server.properties not found, using command line or default properties
    | Opening database: sampleDB
    | server.port =15553
    | server.database =sampleDB
    | server.silent =false
    | HSQLDB server 1.7.1 is running
    | Use SHUTDOWN to close normally, Use [CTRL] + [C] to abort abruptly
    | Wed Jun 16 10:18:48 EDT 2010 Listening for connections ...
    |_________________________________________________________
    This is the right screen and confirms my database is up and running and waiting for connections. Somehow, when I migrated from 8.1 to 10.3 something is not configured correctly and my sampleDS is not properly leveraging the samplePool. Can anyone shed any light on this problem?
    I have went through most of the posts and can not seem to understand what happens to the DS and Pools during the migration and specifically how do I reconnect the two to ensure that I can connect to the database. The app is up and running fine in WebLogic v10.3 but without the dB connection, I am stuck at the login screen.
    Thanks for any help...

  • Linux Mint 17, migrated from Win7: Verify that you have enough disk space, and that you have write privileges to the file system, then try again.

    I get this error message (The messages could not be filtered to folder 'Generic Folder' because writing to folder failed. Verify that you have enough disk space, and that you have write privileges to the file system, then try again.) popping up on many, though not all of my incoming filters. I recently migrated from a Windows 7 installation to a Linux Mint 17 system.

    I did give it time to run through everything when I initially migrated, and it frequently will sit open for 3 to 4 hours while I'm working on other projects.
    The 'Generic Folder' represents sorting folders in my main mail account in Thunderbird. For example, my mail which is listed to filter into my 'Amazon' folder is sorted there with no problem, while any mail designated to be filtered into my 'Games' folder prompts the above error massage.

  • Migration from Sun Java Creator to JDeveloper.

    Hi
    I want to migrate my application which I have developed in Sun Java Studio creator to Jdeveloper.
    What all changes I have to do.
    I tried importing the jsp pages in the Jdeveloper IDE. But could not see them. They were all blank.
    Could you please help me to get an insight as to how should I go for the migration and what all issues I have to face since I m new to Jdeveloper also.
    Thanks for your help in advance.

    The migration path for Sun Portal Server is Oracle WebCenter Suite. WebCenter is a significantly different architecture so there are no tools planned for the migration. However, we do plan to document and publish a whitepaper once we've assisted a few of the initial customer migrations.

  • Migration from NWDI 6.40 to NWDS Only 7.0   and SVN

    Hi,
    I am Migrating our source code for an update from EP 6.0 to EP 7.0
    I have some projects residing in a subversion repository some projects beeing "maintained" in NWDI.
    At the moment I am trying to move the projects from NWDI to subversion.
    I struggle with:
    - changes to the referenced libraries. For some DCs i simply can change the classpath and I can do a Quick Par Upload built with the EP 7 / NW 2004s libraries (good but not shure if this is the way to go). For other DCs, for e.g. when the result is a sda file - the classpath when using DevelopmentComponent -> Build is overwritten with the DC libs which I guess are all from NW 2004.
    - So I decided to create a new project in JDI without DC an migrate the sources by hand for SDA files but I got in trouble when creating a Webservice for what to me looks like a PortalApplication Project (Created a PortalApplication Project added the Java Classes and tried to add an Webservice)
    So, can you give me some guidance how to succeed in this migration?
    At the moment I don't want another NWDI 7.0 installed as I am the only developer in this project at the moment and it seems to heavy for this and we already have most of our sources in subversion already.
    Regards and thanks in advance!
    Eckbert

    Hello Eckbert
    I see that you have not been able to find a solution for this.
    Can you provide some more information which may help the other SDN posters to assist you?
    Thanks
    Kenny
    Moderator

  • Can't send emails after migration from Vista PC to W7 PC. Tried Mozbackup and Windows Easy Transfer. Settings have transferred ok, it just won't send emails.

    I recently migrated my Tbird from a Vista PC to a W7 PC using Mozbackup. Transfer was fine with all the settings transferred apparently correctly. But now I can receive emails but not send them. Sent emails show in 'Sent Items' but are not received the other end. Also tried the migration using the Beta 1 version of Mozbackup and also Windows Easy Transfer with the same result. IMAP and POP3 accounts are both affected. Neither can send emails. I get no error messages nor any bounceback.
    Found on one forum that AVG can block outgoing emails so altered the AVG settings which seemed to solve the problem. The next morning the problem was back. I uninstalled AVG completely but it made no difference. I do have MicroSoft Sec Essentials but the problem was there before that was installed.
    Using the BT Home Hub 5 on BT Infinity broadband. It can't be the router though as the old PC was sending emails fine. Although I did have the suspect AVG settings, removing it has not solved the problem.
    The outgoing email settings seem to be fine. Any thoughts?
    Simon

    Restart the operating system in '''[http://en.wikipedia.org/wiki/Safe_mode safe mode with Networking]'''. This loads only the very basics needed to start your computer while enabling an Internet connection. Click on your operating system for instructions on how to start in safe mode: [http://windows.microsoft.com/en-us/windows-8/windows-startup-settings-including-safe-mode Windows 8], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows 7], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-vista Windows Vista], [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true" Windows XP], [http://support.apple.com/kb/ht1564 OSX]

  • Plan to Migration from Collab 9.0.4  to  10.1.2 and include Oracle Workflow

    We are running Linux AS RedHat 3, and collaboration suite 9.0.4:
    We have 3 servers - one for storage, one for midtier and one for infrastructure.
    The midtier has Oracle Mail and Calendar running. In addition, it has Oracle Files configured but not being used.
    We plan to upgrade to 10.1.2. But we plan to implement Oracle Files (Content services) with Oracle Workflow.
    What is the upgrade path? Should I install and configure Oracle Workflow in version 9.0.4 first and then upgrade to 10.1.2 ? or can I install and configure Oracle Workflow in 10.1.2 afterwards?

    You could do both, as workflow can be installed separately but I would advise to look into BPEL in order to substitue workflow. Have a look at http://www.oracle.com/technology/products/cs/developer/contentservicesdev/contenservicesdevkit.html
    cu
    Andreas

  • Looking up EJBs from a java client

    While trying to migrate my application from standalone-oc4j
    to Oracle Application Server 10g, I ran into the following problem.
    My application has a stateless session bean. When trying to lookup the bean (from a java client), I get the following exception:
    javax.naming.NamingException: Lookup error: javax.naming.AuthenticationException
    Invalid username/password for UnifyoccEAR (ias_admin)
    My code used the username/password I used to log into web-based console (which I used to deploy the application). The lookup code follows:
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,
    OracleJASLayer.INITIAL_CONTEXT_FACTORY);
    env.put(Context.PROVIDER_URL, "ormi://localhost:3201/UnifyoccEAR");
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL, username);
    env.put(Context.SECURITY_CREDENTIALS, password);
    Context ctx = new InitialContext(env);
    Object obj = ctx.lookup("unify/nxj/controlCenters/occ/ControlCenterEJB");
    On a whim, I tried the old SCOTT/TIGER username/password and got the following
    exception:
    javax.naming.NoPermissionException: Not allowed to look up unify/nxj/controlCenters/occ/ControlCenterEJB,
    check the namespace-access tag setting in orion-application.xml for details
    So evidently, SCOTT/TIGER is in the security database used by the app (but isn't
    authorized) while the ias_admin user is not in the security database.
    I have the following questions:
    1. In the default configuration, is there a username/password I can use to
    lookup EJB homes in the jndi namespace of an OC4J instance? If so, what
    is it?
    2. Where is the security database? I tried looking in the web-based console
    to find how to configure security and could not figure it out. I did find
    the Security page for the application, but when I tried to add a user,
    it had no effect. Furthermore, this page did not show a user entry for
    SCOTT; hence, it doesn't seem that OC4J is actually using the information
    on this page. This is strange because the path to this page is:
    Farm > Application Server: ias_admin.lab10.sac.unify.com > OC4J: home > Application: UnifyoccEAR > Security
    I then went to the Security page for the default application and found
    that it did have a SCOTT user. So I added a new user and tried to run
    my java client. This resulted in the javax.naming.AuthenticationException
    described above (I was expected the NoPermissionException encounted when
    using SCOTT/TIGER). Next, I used the Security page for the default application
    to change the password for SCOTT and reran my java client using SCOTT/TIGER.
    This time I was expecting an AuthenticationException exception, but got the
    NoPermission exception. Therefore, it seems that OC4J isn't using this
    security data either.
    Hunting in the console (again) for the security database, I stumble accross
    the Infrasturcture page and see an Identity Management section and see that
    it is configure to use an Oracle Internet Directory server. Using
    <ORACLE_HOME>/bin/oidadmin, I connect to the directory server and look
    for the SCOTT user. I don't find it, so I believe that this can't be the
    security database either.
    3. Finally, how do I configure the OC4J instance such that it will allow
    anonymous users to lookup my EJB from a java client?
    Please help a confused and frustrated user.

    Looking at your example, it looks like you are using a J2EE client container or some properties file to specify the JNDI environment used to create the initial context (for you use the no-arg constructor to InitialContext). Since our application needs to the ability to dynamically connect to ejb's running on different Java application servers (e.g., WebLogic, WebSphere, JBoss), such an approach will not work. Instead we must do it the old-fashioned way and pass the jdni connection info to the InitialContext constructor.
    In any event, our problem isn't how to write the connection code, it is how to test it. Specifically, we can't figure out a valid username/password that will allow us to look up the home. Nor can we figure out how to configure security for the oc4j instance.

  • After Migrating from 10g to 11g Geeting problems with Guided navigations.

    After Migrating from 10g to 11g Geeting problems with Guided navigations and section navigations not working.
    And we are getting the following error <<odbc driver returned an error (SQLExecDirectW)>> where we have used navigations.
    In 10G we have Guided navigation Reports to display the Reports links and intermediate reports for conditionally displaying the Dashboard section(Reports) but after migrating to 11g Guided navigation reports and conditional reports are not working..
    We know that in 11g section navigation replaced with conditions and Guided navigation replaced with action link.. but
    do we need to recreate those reports in actions and condition or is there any work around avoid reworking.

    Hi Both,
    Thanks for the reply ...
    For Guided navigation we are getting like below error:
    Odbc driver returned an error (SQLExecDirectW).
    For Conditional dashboard section we are getting like below error:
    "saw.aViewsToRefresh = [];saw.aViewsToRefresh['d:dashboard~p:1egt6il5utl0uu8n~s:3jsmgfs3c1r4tn7c~n:condition'] = true;saw.aViewsToRefresh['d:dashboard~p:1egt6il5utl0uu8n~s:nos5q43jvjmi643b~n:condition'] = true;"

  • Unable To Sync After Migrating From Win XP(32 bit) to Win 7(64bit)

    I received a new PC, dual core platform, for XMAS.  However, I received a Com 1 port failure when performing a Hot Synch to upload my PD(,M500) data to Palm Desktop on the new PC.  Palm tech support said there is no USB driver available for the 64 bit OS.  Does anyone have a 3rd party USB driver, or any other suggestions to allow me to do a Hot Synch on my new PC.
    Thx,
    Ed
    Post relates to: Palm m500

    Originally Posted by mystico2
    Hello, i just migrated from windows xp 32 bit because my hd crashed, and installed a new 1 tb hd, with win 7 64 bit, i installed my sb audigy 2 zs sound card, and everything works great, videos, music etc, i have my 5.1 working fine, but if i use flightsim fs2004, the only game i use, the sound doesnt work, it does strange thinks like sound inside the cockpit but no outside and viceversa in some planes, ..it only works fine in my 2 channel default old sound card, i downloaded the drivers that in creative page say are for win 7, but the same happened...
    any help?
    Try to use Windows XP SP2/3 compatibility mode first, see if it works for you. And use Alchemy for the Audigy 2 ZS, FS2004 is making use of Directsound after all. Read the guide for using Alchemy here and here. Download Creative Alchemy here.
    Hope it works for you!

  • Migrating from Solaris 2.6 to 8.0

    We are migrating from Solaris 2.6 to 8.0, and my concern is all code and application which are on 2.6 is portable or not ?. Also we are using oracle 8.1.7 as out database. All code are written in C.
    Can anyone help me in this "porting"?
    Thanks in advance
    KP

    Does someone can tell me where i can find information about
    migration from solaris 2.6 to 8.0 concerning C and C++ programs and shell scripts
    Thanks you in advance
    sunsifac

Maybe you are looking for

  • New Security Update and now apple based programs will not run

    I recently downloaded and installed the new security update. I also attempted to download the safari 3.1 update, but an error occurred during download. After restart, iTunes, Mail, Safari, Installer and iMovie will not start (Quicktime will start). T

  • Sequence playback on TV monitor problem

    I've been having trouble getting HD sequences to playback on a connected TV (Standard DV plays back fine). The tape deck and monitor are connected via component cables, and playback is fine while playing HD footage in the deck. In FCP, I change the e

  • Query with 2 level of breaks overlapings, one with a distinct constraint

    My boss asked me, for an Apex graph, to give for one day every 10 min the number of UNIQUE people (id) connected in the last 30 minutes. It is because this Unique ID count that I cannot solve this, but I am convinced it can be done using analytical o

  • Help with Dreamweaver and appearance

    I'm new at creating websites. I need control of where to place stuff on the page so I'm using layers. I need to know HOW to format my page so that when people increase the font size on their browser, the whole page increases proportionally and doesn'

  • Space for Visitors to Ask something

    Hi I want people to ask me (and visitors of my site) a question. any idea how i can do that? thank you for your help