How to get a Job as SAP BASIS Fresher

Hello Master's,
      I'm Raju Maddu and I'm from Vizag (Visakhapatnam). I have completed my B.Tech in Computer Science and Engineering at 2012. Once I've completed B.Tech, I started my career in the Education industry as System Administrator along with CCNA training at NIIT. And I have 2 years experience in that field.
I did a lot of research and I found that I have a good career ahead of me in the SAP BASIS domain. I joined a institute and I did the BASIS course. They have provided real time training with the SAP BASIS tools and t-codes & Security. And I have real time experience in SAP BASIS.
However, I don't have the SAP certification. I'm trying to get in to the SAP basis field. I also don't know how to reach a right contact for getting a job as a fresher in SAP BASIS.
Please let me know how to get a job as a BASIS fresher. Any help will be very much appreciated.
Regards.
Raju Maddu,
<<removed by moderator>>
Message was edited by: kishan P

Hi Raju,
its somewhat too tough to get a job in SAP as a fresher, but it doesn't mean that it is impossible.
I will only sujjest you to upload your resume at all leading job-portals, but please search any small
scale industry, where sap has been implemented, and talk to them (i know its not easy, but never
loose your hope anyways).
You have told that, the training institute has provided you real time exposure, but for your kind information, these things are not calculated as a real time exposure in any companies,
if you work in any organization, then only it will be counted.
So, search, search and search, untill you get a job, even in starting if salary will be low, just
catch it, once you will get right exposure, it becomes fruitful for you.

Similar Messages

  • I need mid size companies... to get the job as SAP HR fresher...

    hi to all,
    i need some companies which can encourge the SAP HR freshers..
    which r mid size companies..............
    weathe it may be a contract position also...
    bye
    ravi

    Hi Vidan
    First of all try to learn the business process and try to understand the business scenarios.Forget about entering into any Organization and try to explore the max and update your self. Then only think of any Organization.Cause though you are a fresher in any Organization, you have to work from day one and hardly you will get help from others.My suggestion is get addicted to SAP and then on a parallel ground start search.
    Comming to freshers, there are many Organizations who are looking for freshers. Once you are confident enough then we have our Guru's available in this forum who are always ready to help .
    Dont think of a small size or a big size of the Organization , Just explore and if get a chance get into it.
    All the best..
    Regards,
    Sri..

  • How to get a job being a fresher in SAP HCM

    Hi.
    Can anyone guide me.How can I get the job into SAP HCM Profile.
    I am an MBA in Human resource. Along with 8 years of experience into the same HR functions. I have  completed  SAP HCM  training from a local institute in the month of Jan this year. They were suggesting me to go for a fake experience letter to get the job into SAP. Which  I refused to take.Coz I dint find ethically right to go for such thing. I have also uploaded my profile into job portals,where every job demands at least  one end to end implementation  should have done.
    I am getting  very impatient as am not getting any relevant job calls as per my profile . Can any one guide me How will I get the job in SAP HCM  Profile.
    Thanks
    Deeksha

    Deeksha,
    While more difficult, I applaud you and your integrity to be ethical in the process of looking for that first job.  You are rare, and that should be commended.
    This may not be what you are looking for, but do you have any opportunities to take an internship (sometimes at no pay, sometimes at lower pay, and often only for a season)?  This will allow you to get some experience and also get your foot in the door with a company.  From there, you will have an easier time selling yourself.
    You have 8 years of experience in HR.  Were you using SAP systems during that time?  Would you be able to start off as a functional analyst or possibly a business analyst while looking for opportunities to take on tasks in the system to get professional experience with SAP HCM, as part of your transition?
    These are just some thoughts that might help you.
    I wish you well in your endeavors!  Stay strong and keep your integrity!!
    Jeff

  • How to get proper breakthrough in SAP ABAP

    hi experts ,
    i was going through different threads that getting job as SAP ABAP fresher is very tough .If i consider my profile i have only 3.5 years of software development experience .If i do ABAP then i will be fresher in SAP .
    1)so how should i proceed to get a proper break through in this domain.
    2)When is the Peak time for doing this course.
    3)Is Master Degree Essential to get a break through in SAP ABAP.I have B.Sc IT
    4)is Genovate /Bangalore / Mumbai  is  a proper place to  get a breakthrough in  SAP ABAP
    Thanks and Regards
    Samit Sarkar

    Hello,
    Welcome to the world of SAP ABAP! There is plenty of work at the moment, so you've chosen a good time to start.
    I've been doing it for over 10 years, and I would recommend it to anybody.
    As for your questions:
    1) The best way to break into ABAP is do the courses BC400 and BC401. Then try to find a job where you can gain experience
    2) These courses are held all the time
    3) No special degree is required, you just need to know how to program BEFORE you try to learn ABAP
    4) SAP is used all over the world, so don't worry about specific locations
    Once you have done the training and have some on-the-job experience, then you should try to achieve certification.
    hope this helps
    Paul Bakker

  • TO GET A JOB IN SAP

    <i><b>Hi All</b></i>
    Can anyone tell me that How can I get a job in SAP ABAP as a fresher? Because I did SAP ABAP from Genovate Solutions, Mumbai (An SAP Education Partner) and looking for a job from last 6months. After spent 3lac, I cannot get a job in even an local company.
    Pls reply on my email id: [email protected]
    Thanks

    Hi
    Take fake certificates form any consultancy and put at least 3 year experience
    and put u r resume in monster.com
    the u will get a call
    ask u r friend to answer the call how knows how talk properly...
    waiting for reward points....

  • How to get purchasing data from SAP R/3 to OWB (Oracle warehouse builder).

    Hi,
    My name is Pavan Tata. I work as a SAP BW developer. Here is the situation at my client place. Client decided to retire BW system and wants to replace with OWB(Oracle warehouse). In all this currently we have purhchasing application in BW production system and wants to move this application to OWB for the same type of reporting what they are getting currently.
    Here is my question:
    How to get purchasing data from SAP R/3 to OWB(Warehouse) with initial full loads and deltas mechanism in the same way as we do in BW.
    Please help on this, also send me any documentation about this if you have.
    Thanks,
    Pavan.

    Hello,
    here is a short report which converts S012 entries to strings with separator semicolon. Perhaps this will help you?
    Regards
    Walter Habich
    REPORT habitest2 LINE-SIZE 255.
    TYPES:
      strtab_t TYPE TABLE OF string.
    CONSTANTS:
      separator VALUE ';'.
    DATA:
      it_s012 LIKE s012 OCCURS 0,
      wa_s012 LIKE s012,
      strtab TYPE strtab_t,
      strele TYPE string.
    SELECT * FROM s012 INTO TABLE it_s012 UP TO 100 ROWS.
    PERFORM data_to_string
      TABLES
        strtab
      USING
        'S012'. "requires it_s012 and wa_s012
    LOOP AT strtab INTO strele.
      WRITE: / strele.
    ENDLOOP.
    *&      Form  data_to_string
    FORM data_to_string TABLES strtab TYPE strtab_t
                        USING  ittab TYPE any.
      DATA:
        h_zaehler TYPE i,
        line_str TYPE string,
        l_tabellenname(10) TYPE c,
        l_arbeitsbereichsname(10) TYPE c,
        h_string TYPE string,
        h_char(255) TYPE c.
      FIELD-SYMBOLS: <l_tabelle> TYPE ANY TABLE,
                     <l_arbeits> TYPE ANY,
                     <feldzeiger> TYPE ANY.
      CLEAR strtab.
      CONCATENATE 'IT_' ittab INTO l_tabellenname.
      ASSIGN (l_tabellenname) TO <l_tabelle>.
      CONCATENATE 'WA_' ittab INTO l_arbeitsbereichsname.
      ASSIGN (l_arbeitsbereichsname) TO <l_arbeits>.
      LOOP AT <l_tabelle> INTO <l_arbeits>.
        CLEAR: h_zaehler, line_str.
        line_str = ittab.
        DO.
          ADD 1 TO h_zaehler.
          ASSIGN COMPONENT h_zaehler OF
            STRUCTURE <l_arbeits> TO <feldzeiger>.
          IF sy-subrc <> 0. EXIT. ENDIF.
          WRITE <feldzeiger> TO h_char LEFT-JUSTIFIED.          "#EC *
          h_string = h_char.
          CONCATENATE line_str separator h_string INTO line_str.
        ENDDO.
        APPEND line_str TO strtab.
      ENDLOOP.
    ENDFORM.                    "data_to_string

  • How to get the last page  SAP Script form

    How to get the last page  SAP Script form.
    I want to print a specific information in the last page of SAP form (Script). Please tell me how to get the last page number.
    Regards

    Hi
    You have to check the system variable &NEXTPAGE&, if it's 0 it means you're in the last page.
    From SAP Help:
    This symbol is used to print the number of the following page. The output format is the same as with &PAGE& .
    Note that on the last page of the output, in each window that is not of type MAIN, &NEXTPAGE& has the value 0.
    /: IF &NEXTPAGE& = '0'
       Last page
    /: ENDIF
    Max

  • How to schedule a job in SAP CPS

    Hi,
    I am new to SAP CPS.
    So please tell how to schedule a job in SAP CPS. And which kind of job cam be schedule means BAP report.
    Thanks
    Anurodh

    Hi,
    In the installation and administration guide you'll probably find some examples.
    The Job Definition you need is SAP_AbapRun to run any ABAP.
    You submit this, specify the parameters as desired, and scheduling information, and that should do the trick.
    That is assuming you have already connected CPS to an SAP system.
    Check the topics in the docs within the product and on SDN on:
    - Connecting to an SAP system
    - Submitting Jobs
    - SAP_AbapRun
    Regards,
    Anton.

  • How to get rid of the SAP BPC "three globes" startup screen?

    Hi,
    I am trying to figure out how to get rid of the SAP BPC "three globes" startup screen when we start BPC. I do not want it to pop up.
    I looked at VBA behind the workbooks but could not find anything. Could not make the sheet invisible.
    Is there a way to get rid of the screen? This is the screenshot
    www.flickr.com/photos/chalinka/3471310254/
    Thanks!

    Just found the answer on this very forum!
    Re: How to change the logo, (3 Globes) on the launch page
    Posted: Mar 18, 2009 12:46 PM in response to: David Fletcher Reply
    OK then, now v7sp03 for microsoft has hit the shelves, you can change the logo !!!
    It is quite easy.
    Have the logo file ready in either BMP, GIF or JPG format.
    Put it in your "Server Install -> DataWebFolders[Appset]" folder (so where you keep your files).
    In ApplicationSet parameters, add the parameter COMPANY_LOGO and in the options type the name of the file you just put on the server.
    Now if you restart BPC for Excel, the second excel page that pops up should be showing your new logo or graphic (mine did).
    The use of the logo has been documented in the admin manual -> working with appset parameters
    Some tips.
    I wanted not to clutter the filesystem so i put my logo in the appsetpublications folder and added the path accordingly in the parameter (so now it reads appsetpublicationslogoname.jpg instead of just logoname.jpg).
    If you do not supply a name (only the parameter), your second Excel window (normally holding the graphic) will not appear. That could be an alternative too if you find that whole thing annoying.
    Hope this helps you build great BPC apps,
    Edwin van Geel

  • How to get internal table from SAP Data Provider C#

    Hello.
    ABAP:
       DATA: lt_t001 TYPE TABLE OF t001.
       DATA: url(1000) TYPE c.
      SELECT * INTO TABLE lt_t001 FROM t001.
      CALL FUNCTION 'DP_CREATE_URL'
        EXPORTING
          type                 = 'APPLICATION'
          subtype           = 'X-R3TABLE'
        TABLES
          data                 = lt_t001
        CHANGING
          url                    = url
        EXCEPTIONS
          OTHERS           = 4.
    C#:
    using SAPDataProvider;
    using SAPTableFactoryCtrl;
    public void SetDataFromUrl(string url)
                SAPDataProviderClass p = new SAPDataProviderClass();
                p.SetDataFromURL("APPLICATION", "X-R3TABLE", url);
                ISapDPR3Table tbl = p.GetDataAsR3Table("APPLICATION", "X-R3TABLE");
                SAPTableFactoryClass tf = new SAPTableFactoryClass();
                Table tb = (Table)tf.NewTable();
                tb.ISAPrfcITab = tbl.DataTable; // Exception !!!!!!
    How to get internal table from SAP Data Provider ?

    Hi Sergey,
    I'm trying to do the same, have you found a solution to solved it?
    thanks for your help.
    Regards.
    Jonathan

  • How to stop print job in SAP?

    Can some help in explaining how to stop print job in SAP .???
    i

    HI Swati,
    Thanks for the additional info. as per previously mentioned use SM37 - however be sure to check the box ''Sched' when performing the search for the job in question (and untick the others so the resulting list will be clearer to read etc.)
    You can then choose to delete the job and reschedule it to different periods via SM36
    Best of luck,
    Rgds, Derrick

  • How to get file name on the base of extension

    hi
    reply me
    how to get the filename on the base of extension from the
    current directory......
    for example
    i create file with the "igg" extension and save in the folder
    where the exe file of director save....
    i want when exe run then exe file read filename of the
    define( "igg" ) extension with out path just name of the file with
    igg extension
    tel me how
    regards
    farhana khan

    Here's a solution that requires no xtras:
    on GetFilesWithExtension(aFolderPath, aExtension)
    -- INPUT: <aFolderPath> should be a valid string
    folder path
    -- <aExtension> may be a string file extension,
    without the
    -- dot. For example: "txt" or "igg"
    -- OUTPUT: Returns an error symbol or a linear list of file
    names
    -- in the given folder. If an extension is given, only
    -- files with the given extension will be listed. If not,
    -- all files and folders will be listed.
    vFileList = []
    if not stringP(aFolderPath) then
    return #stringPathExpected
    end if
    vIgnoreExtension = not stringP(aExtension)
    vDelimiter = the itemDelimiter
    the itemDelimiter = "."
    n = 0
    repeat while TRUE
    n = n + 1
    vFileName = getNthFileNameInFolder(aFolderPath, n)
    if vFileName = "" then
    exit repeat
    end if
    if vIgnoreExtension then
    vFileList.append(vFileName)
    else if the last item of vFileName = aExtension then
    vFileList.append(vFileName)
    end if
    end repeat
    the itemDelimiter = vDelimiter
    return vFileList
    end GetFilesWithExtension
    You can also use
    Buddy API's baFileList,
    which allows you to do wildcard searching.

  • How to Get the Job, Cost center, Position description using select query

    Hi all,
    How to get the  Job, Cost center, Position description through select query without using the Function module?
    thanks,
    Prasad

    use adhoq query and take the report chose both text and value

  • Need some advise on JOB IN SAP BASIS.

    Hello SCN,
    My name is Pravin. I live in US and a citizen. Some of my friend's in IT convinced me to go into IT as it holds promising future. I recently completed a SAP BASIS training via IT consultant company. I found this company from SULEKHA.com My background is in BIOLOGY, so i'm switching gears here. I enjoy working with technologies. I am an END user for SAP ERP system in my current manufacturing job. Now I have learned the theory of SAP basis, not that i have mastered it, but i'm working toward it. i feel confident that i can find a solution or at least know where to look for answers for basis related job. however, can someone please advise me on how to approach or dive into the job market with no prior experience in SAP basis? are there companies willing to hire newbies? what else can i do to make myself visible? if you were in my shoes at some point in your career, what did you do? any thoughts, feedback is appreciated. I want to thank you in advance.

    Hi Pravin,
    Work hard in Basis concepts and try to get hands on as much as posible..
    And also try to learn some basics of atleast one database administration concepts..
    Or try to attend some interviews in some company in which they hire freshers and train them in SAP...
    Give your best..then sure you will be selected..There is nothing like impossible..
    Mark as helpfull Answer if it is :-D
    All the best for your career..

  • How to get batch job o/p in PDF format and automatically saved to xyz loc

    Hi Experts,
    Our requirement is we want output of background job in PDF format and this PDF generated should be saved in some xyz path at OS level.
    Why doing this?: Business don't want hard copy o/p of some batch jobs but only want to save this output in pdf format to some OS location for future use.
    We could achieve above objective by archiving method (but for some reason we cant adopt it).
    So guys please propose solution in detail regarding above problem "how to get o/p in PDF format and automatically get saved to xyz location"
    System : 4.0B
    OS : Windows NT
    Database : Oracle
    Thanks in advance

    Hi guys,
    Thanks guys for your invaluable advise.I asked abaper to use the above report for pdf conversion. But I have another problem that o/p of batch job should come in japanese language but when i check spool or hard copy o/p its not coming in readable form (seems something like machine language) . I dont what is the reason there must be some basis setting to get the batch job o/p in japanese language.
    Please help me.
    thank you

Maybe you are looking for

  • ROBOFORM thinks it is upgrading to Firefox 3.6 and fails. I am running 11.0. Where could it be picking up the version 3.6 info?

    I am running Firefox 11.0. I have the ROBOFORM password manager installed. When I tried to upgrade to Roboform 7.5 I get a message that it can not install the Firefox adapter on version 3.6. It seems to work OK with Internet Explorer. The only reply

  • How to use Swing in a web Application

    Can you suggest me some good PDF/tutorial or some good site for reading about using SWING in a Web Application. In our web application we plan to use JSP/Struts for the presentation layer. However there are a few screens that require some advanced UI

  • Exchange Server 2013 - Sizing

    Can some please provide me Exchange server 2013 sizing for 180 Mailbox users with mailbox profile size 10 GB With 1 DAG with two mailbox servers. Please provide for Exchange Server in Virtual environment. I have already created a setup on Environment

  • How can I relocate my iMovie08 video files to another folder or drive?

    How can I find and/or change the path iMovie uses to store and access my video and project files? I know that this was possible in iMovie HD but I have looked through iMovie 08 and can not find any indication of where iMovie 08 is looking or storing

  • Problem with Oracle Developer Suite 10g

    Hi, I have installed Oracle Developer Suite 10g. When I try to open the rdf file with the report builder, the error message "REP-0756: Warning: Unable to find PL/SQL library 'SHARE_RP'" shown. Does anyone know how to resolve this? Thanks!