Need guidance for  abap

i am new to sap i wanted to know which institute is good for certification in abap for fresher. Also from placement point of view......

Hi Ramchandra,
you can find a lot of information on the community page.
The ABAP for SAP HANA reference scenario (ABAP for SAP HANA Reference Scenario ) is a good starting point, or if you prefer Video tutorials, visit Video Tutorials about ABAP for SAP HANA.
If you are more the "learning by doing" fan, you might want to start with an E2E Guide Brand-new ABAP 7.4 for SAP HANA End to End Development Guide with Latest ABAP 7.4 SP5 Features.
If your not too much interested in "ABAP for SAP HANA" but on ABAP development in general, you may visit ABAP Development and maybe reraise your question in the ABAP community again.
Cheers,
  Jasmin

Similar Messages

  • Need guidance for ABAP certification

    Hello All,
    I am going to write exam on C_TAW10 and TAW12. Wondering if anyone has any practice test on this, can be shared ?
    as i am doing training through Online from Genovate. I have worked on ABAP also, can anyone guide me how to prepare for the Exam.
    thanks,
    Sujeet

    Hi Sujeet,
    Concentrate more on the Competency Areas mentioned in the sap.com for the specified exam. Questions will come only from those competency areas mentioned there. All the topics do not hold same weightage. For some topics, it is more and for less it is less.
    Go through the materials minimum of 3 times, if you can go through them for 5 times, then you are safe.
    All the Best.
    Please let me know If there is anything else.
    Vishwa.

  • Needed software for ABAP certification training

    Hi All,
    I am a software developer. I'm new to SAP, but exited about working hard to become an SAP Development Consultant. I plan to take the courses
    TAW10_54 ABAP Workbench Fundamentals
    TAW12_52 ABAP Workbench Concepts
    which end with a certification test for
    Development Consultant SAP NetWeaver 2004 – Application Development Focus ABAP
    I think I will need to have my own access to the development tools for my training outside the classroom. I have found that there is a download: SAP NetWeaver 7.0 - ABAP Trial Version. My questions are:
    - Is this download what I need to set up a development environment for training and testing the skills from these courses?
    - Is there som other way to get access to working tools for certification training needs?
    I will be very grateful for any info/tip on how to test Netweaver application development using ABAP.
    Best Regards,
    Inge

    Hi,
    There is a web site www.sapdomain.com which is for ABAP certification. It is useful if you want to go for the SAP ABAP certification.
    reward if it helps.
    Regards.

  • Need guidance for setting up distribution list

    I have OD setup, I have Mailing Lists setup for groups such as IT, Marketing, etc.
    The only thing I have not quite figured out is setting up distribution lists for outside senders that can be distributed to LDAP users in OD. I have been searching the forums and have found bits and pieces of data, but cannot yet locate any guidance for getting this setup.
    I thought that this would be handled in the /etc/aliases file, but it appears that this only applies to local users.
    If someone could point me in the right direction, I would be grateful.

    I understand that more than 15,000 photos in a catalogue will degrade Lightroom's  performance
    100% incorrect false misleading don't listen to this nonsense, people in this and other forums have over 1/4 million photos in a single catalog
    I am concerned that several catalogues will be confusing about which catalogue a specific image is in.
    Very smart!
    What guidance can someone suggest for creating and organizing multiple catalogues?
    Use a single catalog, and move towards keyword/caption/metadata organizing rather than folder-based organizing (as much as can practically be done given the time constraints in your life)

  • Need some guidance for ABAP Routine in BI/BW

    hi
             this is ramireddy please send me  ABAP Routine in BI/BW. please send me routines docoumentes in my mail.
                         my mail is: [email protected]

    What do you need the routine to do?  There are numerous places to write routines.  Routines can be really complex to simplistic.  Object Routines, Start routines(if in 7.0 end routines) function modules, programs, includes

  • I need Guidance for SAP Teched for BW

    Hi Everybody,
    Iam new to this forum.I need some guidance regarding preparation for BW certification.
    1.Which books i should read for what topics?
    2.How many questions from individual topics we may expect?
    3.Any documents that may help in preparing for BPS part.
    4.I need some personal plans followed by you to get success in Teched(Your experiences).
    Hope all of you will support me in all respects so that i too can achieve certification.
    Thanks for your support.
    Best regards,
    Venu
    mail:[email protected]

    Hi Venu,
    Check below links
    http://www.sap.com/uk/services/education/courses/bw.epx
    http://www50.sap.com/useducation/curriculum/print.asp?jc=1&rid=285
    http://www50.sap.com/useducation/curriculum/print.asp?jc=1&rid=458
    http://www50.sap.com/useducation/certification/examcontent.asp
    http://www50.sap.com/useducation/certification/curriculum.asp?rid=506&vid=5
    http://www50.sap.com/useducation/certification/curriculum.asp?rid=420
    BW Certification Preperation
    BW CERTIFICATION 3.5
    Re: SAP BW Certification
    /thread/49323 [original link is broken]
    BW certification
    All the best...
    Krishna

  • Need info for ABAP Certification

    Hi All,
    I am having 5+ exp in SAP ABAP/HR ABAP and i am plannig for SAP ABAP certification. I searched on google and found different sereies of books. Can anybody help me to know what are the avaliable ABAP certification and books? So i can choose the right certification with correct course material.
    Thanks
    Piyush

    Hi,
      SAP Press Books are very useful otherwise SAP Provide certification material if u enroll for some SAP Certified institue like Siemens, Genovate etc.. That one also gr8 help for SAP Certification examination.
    Regds,
    Rakesh

  • Need help for ABAP CODE

    hi,
    i need to reload the master data without FM, i put the comments on fm and relaod the data, now i having a problem, loading process is slow now as compair to before, when i was using with FM.i checked the manage of infoObject, it is show 1123455 records in "transfer" column and 0 record in "added" column, below is the start routine,
    Please help me to fix that problem
    IF NOT DATAPAK[] IS INITIAL.
        LOOP AT DATAPAK INTO S_DATAPAK.
          CLEAR V_INDEX.
          V_INDEX = SY-TABIX.
         IF S_DATAPAK-/BIC/ABRETPRI CO ' 0123456789.'.
           CLEAR: V_AMOUNT, V_PRC.
          V_AMOUNT = S_DATAPAK-/BIC/ABRETPRI.
          CALL FUNCTION 'RSAR_CURRENCY_CONVERT'
          EXPORTING
          I_CURRENCY = S_DATAPAK-CURRENCY
          CHANGING
          C_AMOUNT   = V_AMOUNT.
         V_PRC = V_AMOUNT.
         S_DATAPAK-/BIC/ABRETPRI = V_PRC.
        ENDIF.
    IF S_DATAPAK-/BIC/ABBLNKFLG IS INITIAL.
            S_DATAPAK-/BIC/ABBLNKFLG = 'N'.
          ENDIF.
    TRANSLATE S_DATAPAK-/BIC/ABSZRANGE TO UPPER CASE
    IF S_DATAPAK-CURRENCY IS INITIAL.
          S_DATAPAK-CURRENCY = S_DATAPAK-WHLPRCCURR.
    MODIFY DATAPAK FROM S_DATAPAK INDEX V_INDEX TRANSPORTING
         /BIC/ABRETPRI /BIC/ABWHLPRCE /BIC/ABBLNKFLG
         ENDIF.
    *ENDLOOP.
      ENDIF
    Thanks

    You need not use start routine to achieve this. Instead you can write transfer routines/formulas for those fields in UR.

  • Need guidance for fusion web developement

    Hi. I am newbie. I am currently using jdeveloper 11.
    I have surfed a lot of videos about application developement using oracle fusion web development. Can anybody please suggest some really good books/tutorials/videos for my requirement below.
    1. There are lot of tables which I have created for my business. The jsf page should have the feature to view existing/add data to these tables. It should be able to plot graphs.
    2. I have created batch files which will send mails. I need to use buttons on the page which when clicked will exectue these batch files. In my previous post, they have asked me to use an ActionListener.
    3. I had studied Java programming a long time ago (forgotten almost all of it). Please tell me what concepts of java should i study again so that i can program all these above things into my aplication.
    I have until now just built a simple application which allows me to display values from a table in an adf form on a jsf page. I have surfed enough forums, like stackoverflow.com but i am not able to find the answers that i need to these above questions. This forum is my last hope! Please help guys!
    P.s : I have glanced through these books,
    Jdeveloper handbook 11g, quick start guide to oracle fusion web development.
    Regards,
    Sachin

    Hi,
    1.http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_58/jdtut_11r2_58_1.html
    2. why do you need batch files? you can send mails through javax.mail API http://adfblogs.blogspot.com.es/2012/01/sending-e-mail-from-adf-application.html
    3.this post resume a lot of resources for training and beginning https://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper

  • Need guidance for ePubs for iBooks

    I'm a professional formatter and have converted files to ePubs for several years. Now some of my clients want to upload directly to iBooks with an Author account. Since I'm a PC person I don't work with MACs although I myself have an Apple account (I have an iPad and iPhone). Lately several clients have gotten stopped at the upload because Apple says that the file they are trying to upload has spaces (that's the way my conversion software saves ePubs). So my question, should I be sending my clients special ePub files for iBooks with new space-less file names? It's not a problem, I just need to know to do this. All of my ePubs are validated through IDPF.

    I found this at p. 46 of the iBookstore asset guide:
    "All characters in the URIs must be valid with non-alphanumeric characters properly encoded (e.g., space should be encoded as '%20'). This problem most often surfaces in URIs in the NCX files and is due to spaces included in filenames. "
    Via an account at iTunes Connect, you can normally get all the various guides produced by Apple regarding books (BookProoferUserGuide, iBookstore - Publisher User Guide, iTunesConnect_Publisher UserGuide)

  • Need guidance for iphone4s without contract

    hello am planning to buy iphone 4s from apple store without contract. I just want to know whether it will perfectly work in india with all the Local GSM Carrier, or if there is any apple restricted carrier for india can you please help me out

    without contract and unlocked are 2 different phones. Be sure to get an unlocked one. Test your sim from India before you leave the store.
    Also note that the warranty is not international. If you buy that phone you will need to ship it to someone you know in that country to be taken in for service. All shipping will be at your expense.
    You are best to buy one in India where they are unlocked and have local warranty support. Have a look at this user who bought one outside of India and is trying to get service: https://discussions.apple.com/thread/4049298?tstart=0
    Good Luck.

  • Need guidance for implementing perimeter authentication

    Hello,
    1.) I have a WLS and a WLI Server on different servers, both have access to the same Active Directory LDAP.
    2) I want the WLS application to authenticate a user via username/password, and then call the WLI JPD process (on the other server) as that user, WITHOUT having to re-authenticate the user (that was authenticated on the WLS).
    3.) It sounds like I need perimeter authentication, BUT do I need to customize an authentication and assertion provider, etc --OR is there someway of configuring Weblogic's default providers?
    Thanks for any and all help!
    Keith

    export is not a backup.Export is not a Physical backup but its a logical backup...:)
    I agree sybrand it is recommended not to rely on Export because it is inconsistent...but it is still valid if an user acciedentaly drops the tables or objects..
    Cheers
    Maran

  • Need guidance for adavnace java

    Hello,
    please can any one help me with advance java. i need to start learning advance java, can any one refer me good books for all the modules in advance java, i appreciate ur help.
    regards
    raghu

    The Sun's own Java EE tutorial covers everything: [http://java.sun.com/javaee/5/docs/tutorial/doc/]
    If you're only interested in learning JSP/Servlet and some essential taglibs, then part II is sufficient.

  • Need Guidance for interview preparations

    Hello,
    I am preparing for interviews. I am revising ABAP and webdynpro. can you suggest me which topics are more important from interview point?

    Hi,
    This is not right place to search interview q's.
    Please do search in GOOGLE you find lots of material..
    http://www.google.co.in/search?hl=en&source=hp&q=webdynproabapinterviewquestions&meta=&aq=1s&aqi=g-s7g2g-m1&aql=&oq=webdynpro+abap
    Cheers,
    Kris.

  • Need guidance for eDirectory for GroupWise 2014 Installation

    Hello,
    I am installing GroupWise 2014 on Windows Server 2012. I first need to install eDirectory. This will at first be a test server for now. I don't know what to do for the eDirectory install. The documentation tells us what to do but it does not give a visual example or sample of what to put in. So, it does not make sense to me.
    I am including two attachments. One attachment shows my eDirectory installation screen where I am to declare a tree and context, and to create my Admin account. Why do I keep getting a Context Format Error, and what should it look like? Please provide an example for each field shown on the screenshot example. Also, if you need a domain name, let's call it mycompany.com for now. The Windows 2012 server is in Workgroup Mode and it will not be joined to Active Directory.
    Thank you.

    Hi there,
    Originally Posted by jhieb
    I am installing GroupWise 2014 on Windows Server 2012. I first need to install eDirectory.
    You are aware that with GroupWise 2014 no directory (be it eDirectory or Active directory) is not needed anymore?
    Originally Posted by jhieb
    This will at first be a test server for now. I don't know what to do for the eDirectory install. The documentation tells us what to do but it does not give a visual example or sample of what to put in. So, it does not make sense to me.
    De GroupWise documentation does indeed not go into the eDirectory details. eDir is seen as a different product for which you can find the needed documentation in it's own section.
    I'm curious though, are you wanting to install eDirectory because you will need that at a later point in time, or because you think that is required to run GroupWise 2014?
    Cheers,
    Willem

Maybe you are looking for