Have anyone done porting COBOL application to ABAP and J2EE?

Hi all,
(Hi Stefan Klensch: this is my next question:-))
I am a newby in the SAP world and just walking around a few days.
The problem I am facing is porting a large COBOL application to ABAP and mapping the generic business functions of that COBOL application according to the business process involved to adequate functions of the CRM- and HRM suites.
AND
The required customization of strategic business domain knowledge must be implemented in the J2EE domain e.g. for portability reasons. So at the end of the day I will have a SAP J2EE application and the above mentioned SAP ABAP solutions.
Yes, I want to use UML for the analysis and design (e.g. clas/component diagrams) because UML diagrams give me an better architectural (and maintainable) view and design of the system.
I am looking for the rare developer(s) who did such a kind of challenging job before. I hope they can give me hints and information the way they handled and solved such a problem. E.g. roadmap, methods, tooling, etc.
Many thanks in advance.
Thiel Chang

etresoft,
I downloaded the sample code for EvenBetterAuthorizationSample project and I changed the userid for the Developer id application as suggested by Apple below and built it, but still when I run the app and click on the "Read License" button or other buttons I get the error NSCocoaErrorDomain 4099 connectionInvalid
Before you build you need to adjust some Info.plist values to match your Developer ID.  Specifically, search the entire sample code directory hierarchy for all instances of "SKMME9E2Y8" and replace it with the User ID value from your "Developer ID Application" certificate.
As far as I can tell, the sample app is properly code signed with our certificate along with the helper tool
Is there something else I need to change to get this sample app working so I can understand this better

Similar Messages

  • TS3694 I have recently done the update to my iphone and then tried to backup my iphone to itunes and an error meesage has occured and now my phone isn't responding to anything and is stating that it needs to be restored back to manufacturers settings, hel

    I have recently done the update to my iphone and then tried to backup my iphone to itunes and an error meesage has occured and now my phone isn't responding to anything and is stating that it needs to be restored back to manufacturers settings, Can anyone help?

    Hi d_diotte,
    Thanks for using Apple Support Communities.  If you're unable to update your iPhone and keep seeing the "Connect to iTunes" image, this article has some steps you can try:
    iOS: Unable to update or restore
    http://support.apple.com/kb/ht1808
    Cheers,
    - Ari

  • External video projector - How can I hook up my Mini DisplayPort to DVI Adapter onto my new MacBookAir if the machine does not have a mini port (but only 2 USBs and 1 Thunderbolt)?

    Hi
    How can I hook up my DVI Adapter onto my new MacBookAir if the machine does not have a mini port (but only 2 USBs and 1 Thunderbolt)?
    Is there a DVI adaptor already for Thunderbolt?
    Thanks,
    JFR

    The Mini Display port and Thunderbolt port use compatible connector bodies. Your current Mini Display to DVI or VGA adapter will still work as before on the newer Thunderbolt capable machines.

  • ABAP and J2EE-Stacks in SAP WEB AS

    Hi,
    I have two questions about the technical architecture of SAP WebAS, particularly about the ABAP- and J2EE-Server.
    Can someone recommend detailed papers/guides (besides help.sap.com)describing:
    1) the management of processes and resources in two parts (ABAP and Java)
    and
    2) The communication mechanisms between J2EE- and ABAP-server.
    What are the problems with JCo?
    Is there other possibilities to communicate between  2EE- and ABAP-server.(besides JCO), what is the performance in this case compares with JCO?
    Thank you!
    Peter Hneke

    Hi
    please have a look in to this Pdf Doc .   might be of soem help to you .
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b52456bd-0a01-0010-6d9b-f153bf15a82f
    Apart from JCO communication between JAVA and ABAP can also be handled using ESA services .
    please have a llok at these blogs
    /people/scott.campbell/blog/2005/05/16/the-esa-is-coming-the-esa-is-coming
    /people/kevin.liu/blog/2005/10/17/esa-soa-es
    /people/harsh.chauhan/blog/2005/08/27/building-esa-and-delivering-it-through-caf
    /people/sap.user72/blog/2005/10/28/the-fundamental-problem-solved-by-esa
    Hope this helps . pelase do not forget to reward points , if helpful
    regards
    rajeshkr

  • DB-API in ABAP and J2EE

    Hello!
    I have two questions regarding the communication mechanisms between ABAP- and J2EE-Stack.
    1)Is Jco the only one solution to communicate between ABAP- and J2EE, or exist other possibilities (if Yes, is there some comparison papers: performance, advantages/disadvantages).
    2) Which similarities/differences are in the DB-communication in both Server? (e.g. each Workprocess in ABAP/Serverprocess in J2EE<--> DB-Process)
    Which DB-API is used in both stacks?
    Thank You!
    Regards

    Hi, Peter!
    For both languages - ABAP and Java - SAP offers a Dictionary (for definition of database objects) and Open SQL (for database independency), you may also in both languages embed static SQL scripts into you code (via SQL/J in Java).
    For Java there' s the Persistence-Framework offering three support levels, Vendor-JDBC, Native and Open SQL the last one guaranteeing the maximum support. You may in Java access data - via JDBC and SQLJ - in a relational or - via EJB/CMP or JDO - in a object-relational way.
    Performance-Features like Table-Buffering exist also in both stacks.
    Please have a look at <a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/61/fdbc3d16f39e33e10000000a11405a/frameset.htm">Developing Java Persistence</a> for more information regarding the Java-Part.
    Regards,
    Thomas

  • DB-Communication  in ABAP and J2EE

    Hello!
    I would like to know the similarities and differences in ABAP and J2EE regarding their DB-Connectivity.
    Which <b>DB-API</b> is used in <b>ABAP-</b> and <b>J2EE</b>?
    What is about the management of the resources and processes, performance in both parts?
    Thank You!
    P. Henke

    Hi, Peter!
    For both languages - ABAP and Java - SAP offers a Dictionary (for definition of database objects) and Open SQL (for database independency), you may also in both languages embed static SQL scripts into you code (via SQL/J in Java).
    For Java there' s the Persistence-Framework offering three support levels, Vendor-JDBC, Native and Open SQL the last one guaranteeing the maximum support. You may in Java access data - via JDBC and SQLJ - in a relational or - via EJB/CMP or JDO - in a object-relational way.
    Performance-Features like Table-Buffering exist also in both stacks.
    Please have a look at <a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/61/fdbc3d16f39e33e10000000a11405a/frameset.htm">Developing Java Persistence</a> for more information regarding the Java-Part.
    Regards,
    Thomas

  • Decouple the ABAP  and J2EE

    Hi All,
          I was installed the Netweaver server on windows 2003 server over sqlserver database. The jlaunch and sqlserver process is taking too much memory.
    I would like to decouple the ABAP and J2EE server ......how can i approch this. Is there any way to reduce the memory usage of sqlserver and jlaunch process....?
    Is there any solution to that problem...please let me know.
    Thanks & Regards,
    Sridhar M.

    I would like to decouple the ABAP and J2EE server
    I didnt understand the term decouple over here for ABAP and JAVA instance. But however, if you dont want the JAVA instance to start along with ABAP, you can control it through the profile parameter rdisp/j2ee_start.
    More info:
    http://help.sap.com/saphelp_sm32/helpdata/en/9a/b9b09d57aba54ca6d010b82b9119e4/content.htm
    Hope this helps..
    Cheers,
    Jazz

  • Web as ABAP and J2EE Documentation

    Hi!
    Guys, I dont find documentation for installation web as ABAP and J2EE with Remote Database (ORACLE 10G)
    My OS is based Windows 64 bit x86.
    Somebody Help-me ??
    regards.
    HMattos.

    Hi,
    All installation info should be in service.sap.com/~form/sapnet?_SCENARIO=01100035870000000202&_SHORTKEY=01100035870000659894&
    Eddy

  • I have purchased an app from the app store and cannot seem to download it.  I have tried restarting, and checked my connection but this seems to have no effect.  I have also downloaded other (free) applications since then and some of these download

    I have purchased an app from the app store and cannot seem to download it, the download statrs and then rapidly cuts out, it will not complete and seems to repeatedly go over the same few Mb.  I have previously downloaded large files and not had a problem with them.
    I have tried restarting, checked my hard disk (and repaired a sector of the disk) and checked my connection but this seems to have no effect.  I have also disabled virus protection and my firewall to see if this has an effect.  I have also downloaded other (free) applications to test it since then and some of these download but not the larger ones.  Has anybody else encountered this?  Does anyone know how to solve it?

    Can you download large files from other places apart from the App store, wondering if it is the App store or your internet connection.
    If it just the app store check this url http://www.apple.com/support/mac/app-store/contact/

  • I cannot connect to the login page of my banking websites for Firefox but can from IE also firefox does not close when I shut it down I have just done a clean instal of windowsws7 and teh problem persists on reinstall of FF3.6.13

    I can connect with my banking websites but the login page will not come up. This is a recent occurrence and I have done virus scans and have also recently done a clean instal of Windows 7. The problem persists. I can connect to any other website with no problems. When I close FF it appears to close and Task manager shows as not running but it will not reopen. If I attempt to uninstall I am told that FF is running and needs to be closed. I have to reboot to get to close and be able to reopen.
    I can connect to the bank sites with IE. However I really don't like IE.
    I am using Win7 Professional on a Sony notebook VGN SZ55

    I don't have an answer, but I experienced the same problems trying to set up an airport express to route traffic to my stereo.
    Apple Extreme router, iMac and laptop all worked just fine for months, upon installing Airport Express (step by step, according to instructions), all **** broke loose. Airport Utility was unable to see my Airport Extreme router, after hours of rebooting computer, cable modem, router, and finally a hard reset of the Airport Extreme router, it is finally recognized by Airport Utility again.
    Recreated network, iMac connects to the internet just fine, laptop (Macbook Air) connects to the network just fine, but will not connect to the internet. Network diagnostics does not help, it gets to the "do you have a router? If so, reboot" stage, and never seems to see the router.
    Any suggestions?

  • I have 3 +years of experience in SAP ABAP and BRFplus , want to move to australia from India.

    Hello Experts,
    I have around 3.5 years of experience in SAP -ABAP and SAP-BRFplus . I am based out of india and want to move to Australia.I am trained in ABAP OOPs And Webdynpro. Have worked for around 3 years in Infosys Limited and currently working as Senior Business consultant in SAP ABAP in Ntt Data North America.
    I am activly looking for moving to Australia.
    So kindly let me know how to go for that.
    Regards,
    Khushbu

    Hi Khushbu
    If you want to work in Australia you will need to research the different VISA laws etc. Trying to come "onsite" is a challenge. SAP job demand goes through cycles and sometimes it is difficult to find a position. You might want to look at the large consultancies and see if there is an opportunity for onsite work as part of the project (more than likely make sponsorship easier).
    The difficult challenge - most times development work is sent offshore (not all places of course). The work kept in Australia is either they cannot outsource it (federal government and so you need to be an Australian citizen) or it will be more senior staff (10+ years experience). It doesn't mean the work isn't available but you might be competing with other established professionals.
    Regards
    Colleen

  • Synchronising ABAP and J2EE accounts

    Hi All
    We are currently having a small issue with our ABAP and Java stacks on BI, basically when we create a user in the ABAP stack it does not appear in the JAVA Engine unless we reboot the whole thing.
    Is there something that needs to be configured - e.g. JCo Connector or RFC
    And can the by synchronised immediately or is there a job that needs to run?
    Thanks in Advance
    Phil

    Hi Phil,
    Kindly have a look in the below link
    http://help.sap.com/saphelp_nw70/helpdata/en/9e/fdcf3d4f902d10e10000000a114084/frameset.htm
    regards
    Anand.M

  • ABAP and J2EE ports

    Dear @all, I had in past two links to check all available ports smply by requesting two urls like http://hostname.domain.de:8000/sap/public/icf_info/icr_groups; but for J2EE and ABAP ports...
    I'm interested to find out quickly the JMS and MSG Server Ports and Instance ports... could you help me pls to find out?

    thx, but unfortunately this is not was I mean... not for XI engine, I search the info pages for general NW systems...
    if 50110 page is empty; how I have to interprete this?
    I found one of them:
    ABAP message server list:
    http://hostname.domain.de:8101/msgserver/text/logon?version=1.2
    http://help.sap.com/saphelp_nwpi711/helpdata/en/67/f2a88355de4690a429a25ef83c89b2/content.htm
    OK, and it is the same for J2EE ...
    thx for your help
    Edited by: René Schulz on Feb 3, 2010 3:50 PM

  • I have a moto g on prepaid and now when somebody tries to call it says person not accepting calls at this time. What have I done to make it do this and how do I fix it?

    I have a Moto G on prepaid. What did I hit to make it say I am not accepting calls at this time? I did it by accident if I have done something on the phone. Please help!! I need to get it fixed.

    Finally got to the store to see what was going on. I didn't do it. My previous carrier was still holding my number even though it was working before. Verizon called and got it released and problem solved!!  Thanks!!

  • I forgot my passcode and my ipad is disabled.I have never done a sync with a PC and I can't complete the download on my PC too

    Hello, I need your help to restore my IPAD (4g - 32MG). I uptaded the IOS7 on my Ipad yesterday and I made a mistake of not writing down the passcode on a paper. After trying unsuccessfuly to have access to it, my IPAD was disabled. I went to the store I had bought my IPAD and a guy from Apple Store tried to help me. As I had never sync my IPAD with any PC  before, he told me the only option was to restore my IPAD. But when he tried to restore it through ITunes on his computer, a message of error appeared and he could not do it. I have tried to download ITunes on my PC but apple support says that that is unable to run the Itunes and suggests me to unistall ITunes and try to isntall again. I have already tried three times and it didn't work...when I turn on my IPAD it shows an image asking to connect to Itunes and I can't get to ITunes. I do appreciate if somebody can help me to solve this problem. Thanks.

    You will have to use recovery mode, losing all data.
    iOS: Unable to update or restore - http://support.apple.com/kb/HT1808 - recovery mode (e.g., cannot connect to computer last used to sync device)

Maybe you are looking for

  • FI Open Vendor and Customer Line item

    Dear Experts, Do we have to migrate the Tax code in the Vendor and Customer Line Items during data migration? I read somewhere that is it not necessary to do so. Please advise. Thank you.

  • Oracle Exam result not available on Oracle CertView account

    Hello, I have given my Oracle PL/SQL Developer Certified Associate exam (1z0-147) today i.e. 9th March, 2013. But I have not received my exam result till now and no mail also from Oracle and in my oracle certview account also result for that exam is

  • How I upgrade my current version of Apple Safari?

    I am trying to log into hotmail and the message is "upgrade your current version of Apple Safari". When I ask for software update the computer says "Software Update doesn't have any new software for your computer at this time." what should I do? Than

  • Multiple remote front panels?

    I have two separate applications running with remote front panels from this KB: How can I use Remote Front Panels with Executables? I can not get the two to run at the same time.  I was then shown this: How can I run Two or more Executable with remot

  • Mail for Exchange with error "Body Fetch Message T...

    Hi, I am just got the Nokia E71, and had installed the Mail for Exchange version 2.0.5(5), and had set all the required configuration (Exchange Server Name, UserName, Passowrd, Domain). But when I do the SYNC, it got the "System Error" from the log,