SAP certification: WA development focus Java

Hi,
I am working as an ABAPer for three years, before coming to ABAP I learned Java. I had my ABAP certfication two years back. Now I am interested to be SAP certified Java programmer to refresh my Java skills in SAP environment.
If anyone of you have taken the exam, can you please tell me what materials you have used for the preparation.
Lokman

Bhabik,
actually SAP Education has some rules.. like if you dont want to attend the training, you need to provide experience certificate certifying 2 years of working exp in the product or something like that. The best place to know that is SAP Education. You can get the mailing link from sap.com --> services --> SAP Education. They can provide you exact details, rules, materials, cost i.e. each information.
Thanks,
Shubhadip

Similar Messages

  • Certification for Web Application Development Focus JAVA

    Hello SAP Experts,
    I want to give SAP certification in-
    Development Consultant SAP NetWeaver´04 - Web Application Development Focus JAVA course. 
    From where i can get complete course content list and also material to prepare for certification?
    May i get any e-learnings for the same?
    Regards,
    Bhavik

    Bhabik,
    actually SAP Education has some rules.. like if you dont want to attend the training, you need to provide experience certificate certifying 2 years of working exp in the product or something like that. The best place to know that is SAP Education. You can get the mailing link from sap.com --> services --> SAP Education. They can provide you exact details, rules, materials, cost i.e. each information.
    Thanks,
    Shubhadip

  • SAP NetWeaveru00B404 - Application Development Focus ABAP

    Hi,
    can anyone recomend some good material on this one?
    Thanx,
    Maja

    Hello Amarnath
    I took this exam about a year ago.
    There is still a great block of questions concerned with the "Basics" of ABAP (Example: Which statements are allowed to modify a sorted itab? INSERT = yes, APPEND = no, because sorting could be violated).
    A good knowledge of the basic concepts of ABAP-OO are of course useful. In our exam nothing was asked about Bsp, and only a single question about WebServices.
    I can highly recommend the following Weblog by Thomas Jung as (additional) preparation for the exam.
    <a href="/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training 46C to 640 Delta Training</a>
    The cut-off is 70% for passing the exam (guess that's true for all SAP exams).
    Last remark: one of our junior consultants which had no experience with SAP before (but had a good knowledge of Java) passed the exam (after 3 months preparation) with 82%.
    Regards
       Uwe

  • Reward Point for providing Certification Exam: EP & WAS Java study material

    Hi, SDN.
    I need some study materials on SAP EP training classes and TechEd classes to prepare for the Cert. Exam: Enterprise Portal Developer and Web AS Focus Java.
    Thanks for your help.
    Points will be rewarded.
    Kent

    hi richa,
    can you please forward the study material on
    [removed by moderator]
    regards,
    Sujay Kulkarni

  • SAP MM Functional Developer ~ Dublin OH

    Start Date: IMMEDIATELY!
    Positions Available: 1
    Employee Type: Contractor - 1099
    Hrs/Wk.:  40 Hrs.
    Duration: 9 Months
    Pay Rate:  $80 - $88/Hr. DOE
    Work Status: Green Card or US Citizen Highly Desirable
    H1B Sponsorship is not available at this time.
    Corp to Corp is available for Green Card Holders.
    GENERAL RESPONSIBILITIES:
    The Functional Developer in the Materials Management and Production Planning modules is responsible for understanding requirements, creating designs, developing, testing, implementing, and documenting environment configuration and processes in the Purchasing and Inventory areas. The Functional Developer is also responsible for coordinating configuration transport objects, in their specific functional area, and managing the change control process from the development through the production instance.
    SPECIFIC DUTIES, ACTIVITIES AND RESPONSIBILITIES:
    u2022     Work with the business clients to translate requirements to configurable Solutions
    u2022     Perform analysis of existing MM/PP configuration and processes (including customizations)
    u2022     Develop the most efficient process solutions
    u2022     Find and/or create specific test data
    u2022     Execute all possible test conditions (success and error)
    u2022     Coordinate with Basis team to ensure accurate deployment of transport objects
    u2022     Create/update documentation as appropriate (process flows, architectural diagrams, config docs)
    POSITION REQUIREMENTS:
    Qualifications/Skills Requirements:
    u2022     5 or more years MM configuration experience
    u2022     Experience in multiple SAP versions (4.6C, ECC5, ECC6)
    u2022     Understand SAP Transport Management process
    u2022     Material master configuration and master data maintenance process experience is a huge plus.
    u2022     Integration testing and cutover and deployment experience is a plus.
    u2022     SAP Certification is a plus
    u2022     ABAP Development skills is a plus
    u2022     Ability to multi-task
    u2022     Good coordination and organizational skills
    u2022     Strong command of the English language, both oral and written
    If you feel your knowledge, skills and abilities meet the needs of our clients ~ I want your resume! 
    Send resume, rate of pay requested, availability and work status to me on LinkedIn.
    Please feel free to email or IM me should you have any questions.
    Stephani Ritter
    IT Recruiter
    Follow Me on LinkedIn: http://www.linkedin.com/profile/view?id=90479589&trk=tab_pro
    Pretec Group
    Yahoo Messenger:

    Hi,
    This is the wrong forum for this kind of postings...
    Plz refrain from posting such messages.
    Regards,
    Raj

  • Discussion: Why no centralize development for Java (like the one in ABAP)

    I am reading the NetWeaver Development Infrastructure, and noticed that due to the distributed development nature of Java, SAP recommend The Four-System Landscape for the development lifecycle.
    Each developers has their own local development environment, that's why it is necessary to 'reconcile' the environment using one more layer of system. Although they checked out the particular Development Object, the necessary library from the central is being copied by DTR to the local environment. However, there are still possibilities that someone changes the library, or other classes that being refered. And we are not talking only about the business logic, but other object in the persistance level too. Let's say your program refered to a certain field in a certain table, but someone else had changed the field name. Or even worse, you want to get the setting value from a certain setting table, but someone else had deleted the value of that record (for whatever reason).
    In short, I believe there are many 'reconcilliation' process that need to be done when the development environment is not centralized. These problems won't happen in the ABAP world, because you will notice the problem straight away when you activate your component, or test run it. In distributed environment, you will only notice it when you check-in your development object back, but it might be after some time lags, and you might not remember which part need to be taken care of.
    Not only this, the setting of 'correct' IDE environment in each local PC must be done properly. Again, in ABAP you just need to install SAP GUI and it will be your development environment.
    So, I had discussion with a friend of mine, and he asked, why there is no central development environment, like the one in ABAP? Hmm, to be frank, I also don't know. Performance problem? I notice that most IDE in the market based on the assumption that development will be done locally. Or is it for the convenient purpose, so that people can keep the development eventhough there is no connection to central server? But what is the cost for this convenient?
    What other people think?
    rgs,
    Hiroshi
    ps: As you might notice, this thread is not marked as question. I am just curious of what other people think about this issue. There will be no points rewarded for the replies.

    Hello Satya,
    So if it's a 'mere' technical limitation, then there should be a way to create centralized development for Java
    It might be an old mainframe environment, but from the development process point of view, centralized environment offers benefit where lots of versioning problem (library or data dictionary) can be solved.
    I used to work in a distributed development environment to create a web based FI/SD/MM related application. We have tons of classic problem of '<i>it is working in my environment, but not in yours</i>' type of thing. With centralized (read: ABAP), version integrity problem can be reduced to minimum.
    For the NWDI itself, I think SAP now moves toward embracing the open source platform to support the development environment. From what I've understood, Ant, for example will be used as the build tool. My personal opinion is, better if SAP creates it's 'proprietary' environment to centralized the java development process. Then it will save lot's of hidden cost during the implementation of new application/enhancement/maintenance in the whole supply chain.
    rgs,
    hiroshi

  • SAP Certification from Pune.

    Hi Experts,
    I've SAP domain experience of about 6 years in MM module and wish to enroll for SAP Certification course. Can I know which of these institutes (Genovate or Delphi Computech) from Pune - India are best from both training as well as placement point of view. Interested in Faculty training program.
    Also need to know if my academic qualification will hamper my placements after course completion as I'm Diploma Holder in Electrical Engg.
    Thanks in advance
    Regards,
    Mohsin

    Hi,
    Have you already worked on SAP as a enduser / coreuser ? or you just want to do the certification to come in SAP ?
    Because if you already working in SAP with any of above role then it can make big difference in matter of Salary & Position if you want to switch to other company or if you just have domain experience and want to do SAP Certification then don't depend on any job assistant or job guarantee program just focus on study and clear the certification because you are good at your domain so you can do better at SAP as well but go for faculty program only.
    You can consider doing at Genovate because they have both Instructor as well as online based program and having good experience then any other certified institute in Pune.
    Thanks,
    Saleem

  • Help on Sun Certified Developer for Java Web Services (CX-310-220) exam

    Hi,
    I am planing for Sun Certified Developer for Java Web Services (CX-310-220) certification. Can anyone provide me the links for resouces? can anyone provide me books/publications/author best preparation material to score good marks in exam? can anyone provide me the download resources available over internet?
    thanks in advance..!!!
    regards
    gaveesha

    yes, that's the only decent book covering most of the exam curiculum (but NOT all of it, check the exam specs versus the book content to know what you are missing).
    I'm working on the same material, and boy is it a lot...
    Dry, boring stuff most of it.

  • Sun Certified Developer for Java Web Services (CX-310-220)

    Hello All,
    I'm planning to study for Sun Certified Developer for Java Web Services (CX-310-220). I really appreciate any help in suggesting the books and the material requiered for the above certification.
    Thanks,
    Greeshma...

    yes, that's the only decent book covering most of the exam curiculum (but NOT all of it, check the exam specs versus the book content to know what you are missing).
    I'm working on the same material, and boy is it a lot...
    Dry, boring stuff most of it.

  • SAP-EP in ABAP and JAVA ?????

    Hi all,
    When i started studying about for implementing each and every thing in EP/EP-related things it can be done in ABAP and JAVA as well.
    I am really worried about this i am already an ABAP consultant and though i have knowledge of J2EE i prefer to  follow ABAP version of EP i.e. Dynpro in ABAP and Adobe forms in ABAP..
    But i heard that market is good only Java version of implementing the EP.
    and SAP it self is suggesting to go for JAVA version.. in that case why has it created ABAP dynpro,ADOBE forms etc etc.
    why there are 2 ways (JAVA and ABAP) is it to confuse?? please help .. even if i learn ABAP version of everything will that be useful or not?? As u r already into EP,you guys can tell me is there market for ABAP version of implementing EP related things!!
    Please reply.
    Thanks in advance.
    ==============
    Srini...

    hi srinivas....
    this is what i feel abt the question......
    to answer ur question, one has to think in the perspective of SAP Labs.
    there are two ways of doing what u have mentioned and its not to confuse.....
    ABAP is the proprietary language of SAP and therefore u dont find as many developers or intellectual manpower in ABAP as u can find for JAVA.....
    SAP is trying to focus and capture the medium and small scale markets and industries for which it requires lot of manpower.....
    so JAVA is its choice.....
    there can be a lot more reasons behind it.....but this is what i feel.....
    Regards,
    Sudheer

  • SAP Certification - Project Manager - C_PM_70

    Dear Friends,
    I m apprearing for SAP Certification exam - C_PM_70 for Associate Project Manager, in a couple of weeks and have not had any luck in finding study material yet. I request, if you have any related material, please pass it on to - "xxxxx@gmail dot com". It'll be a great help...
    Related courses -
    ASA 380 Implementation Methodology
    SMI 310 Implementation with Solution Manager
    SMI 210 Implementation with Solution Manager Methodology Overview
    OCM 100 Organizational Change Management Fundamentals
    BPM 100 Business Process Management Methodology
    E2E 040 End to End Solution Operations
    Thanks much!
    Edited by: Jan Musil on Feb 21, 2011 3:39 PM
    Removed e-mail address from the thread.

    Hello Nancy, Satish,
    I'm glad you are planning your certification exam. The material codes listed in your mail are actual SAP training courses offered by SAP education. You should be able to find them in the local training catalogue in your country. The SMI210/SMI310 have been offered for several years and only have been updated to ASAP 7 level. The new course ASA380 has been rolled out last year as part of introducing the ASAP 7 to the market. It is ASAP in detail course walking throuhg all the phases of ASAP and focusing on specific deliverables of each work stream in the methodology. The remaining courses are standard SAP training courses that are recommended as preparation for exam (e.g. OCM, E2E, BPM).
    Jan

  • SAP Business One Development Associate

    Hi all,
    Can I get  'Sample Questions'  for SAP Business One Development Associate Certification.
    Please help me, Where I can get, if you have kindly send mail.
    Regards,
    Vinoth

    Hi Vinoth,
    Please check below links.
    https://training.sap.com/shop/certification/c_tb1200_90-sap-certified-application-associate--sap-business-one-90-g/
    SAP Business One Certification Updates
    SAP B1 9.0 Certification
    SAP B1-Regarding certification
    http://www.proprofs.com/quiz-school/story.php?title=sap-business-one-practice-exam
    SAP BUSINESS ONE CERTIFICATION QUESTIONS
    SAP Business One 2007 Certification Review Questions, Answers and Explanations
    SAP Business One Certification Questions (TB1100) &amp;laquo; Lanre Awojoodu Weblog
    Hope this help
    Regards::::
    Atul Chakraborty

  • SAP certification of Oracle 11g

    Do you know if SAP has published plans for certification of Oracle 11G. When it is going to be certified by SAP and which version will it be? 11.1.0.6?

    Check
    SAP on Oracle
    --> SAP on Oracle Development Update
    It has some development updates and statements to 11g.
    Markus

  • Trial version of SAP Web Dynpro Developer Studio.

    Hi Experts,
    I have downloaded and installed the trial version of Java SAP NetWeaver Application Server.
    I now need to download Java SAP Web Dynpro Developer Studio.
    Can any one tell me where I can download the trial version of SAP Web Dynpro Developer Studio?
    Thanks,
    Anna

    Hi,
    I think u can find n/w developer studio in the  service market place. http://service.sap.com/swdc
    In the left panel go thorugh :-
    Downloads > Support Packages and Patches > SAP NetWeaver > SAP NETWEAVER > SAP NETWEAVER 7.0 > Entry by Component > Developer Studio
    Rgds
    Radhakrishna

  • I am planing for Sun Certified Developer for Java Web Services (CX-310-220)

    Hi,
    I am planing for Sun Certified Developer for Java Web Services (CX-310-220) certification. Can anyone please provide me the resources for preparation?
    Can anyone suggest me which books/author/publications best helps me to get good results in exam? Any books/author/publications available over internet to download and prepare?
    regards
    gaveesha

    yes, that's the only decent book covering most of the exam curiculum (but NOT all of it, check the exam specs versus the book content to know what you are missing).
    I'm working on the same material, and boy is it a lot...
    Dry, boring stuff most of it.

Maybe you are looking for

  • Need Help on Configurations of Data Services on IBM AIX Platform

    Hi All, We are in the process of installing Data Services XI 3.2 on IBM AIX platform.We are having some showstoppers which we are not able to resolve. It would be of great help to us if anyone can give some inputs. Lanscape: Data services server: Ser

  • MacBook Pro won't boot, sleep light is on, nothing else

    Help! I've got a late 2007 MacBook Pro that got a new HD under warranty in late 2008. It's worked great through last night until this morning. This am, when I turn it on (fully charged and plugged in), it won't boot. The machine makes a little noise,

  • LockManager issue in Weblogic 10.3

    We've recently upgraded from Weblogic 9.2.03 to Weblogic 10.3. In 9.2.03 we encountered a problem with the LockManager and received BEA patch CR346535_923.jar. At that time we were told the issue was fixed in the current (10.3?) version. Now that we'

  • Mac: No preview in the Finder after conversion to DNG

    Mac OS 10.6.8 Lightroom 4.4 My Ricoh GR creates DNG files that have previews in the Finder. But because the file sizes are big (and I don't need them so big), in Lightroom I reconvert them to Lossy DNG (using compatibility with Camera Raw 7.1 or late

  • CIF Problem -- Purchase Orders - Missing in R/3 with External Key

    Hi, I have search for OSS Notes on this issue and no luck. When I look in the Error Code (183) in /SAPAPO/CCR. The message specifies "Schedule line does not exist in R/3 Message no. /SAPAPO/CIF183" Your input is appreciated.