SAP job opportunity

My client is a worldwide, multi-billion dollar company seeking Technical SAP Architecture Specialists with 2-4 years experience in NetWeaver and/or mySAP. The salary range is $80K - $100K plus a rich benefits package, and relocation to Michigan is provided. For more info, please contact Jim Greenspan at 858-652-3926.

hi tw
I did my certification in SAP SD from Bangalore by month of October 2012, after that
i received only one opportunity to attend interview at Capgemini, I cleared my
interview but unluckily project was canceled and they haven't done any recruitment.
your view is add on Knowledge, still I am maintaining studying, at least every day 7hrs plus, but problem is, job market or industry not have need of certified person, companies prefer to get 3 years real time exp persons more willingly than certified fresher.
I had discussed with few of the HR managers, their reply was, in certification course there is no real time project training, it’s just about overall SAP concept, so we prefer 1 or 2 years exp people.
So my opinion is going for SAP SD certification is useless and money wasting.
Thanks
Shiva
Bangalore, India

Similar Messages

  • Where to find entry level sap jobs with a Terp10 Certification

    Hello I am a soon to be college graduate graduating this December.
    My question is with a Terp10 certification and no work experience what can I expect from the job market. Are there companies that hire college graduates with no SAP work experience? Are there any resources that help graduates find entry level SAP jobs.

    Hi ,
    Welcome to the World of SAP !
    As a fresher there are lot of options to start the career in SAP domain . As a fresher doing a certification *** training with out any prior experience , the opportunities for getting a job will be very less. SAP is a Enterprise business software which has the Technical ( ABAP,BASIS .......) Functional (SD,PP,MM,FI,...) Techno Functional modules . Choose a very option to get started . Getting a right career is not a tough job for you , search in web , read about sap , lot of online information ,forums available . choosing a career is a brainstorming work , my suggestion drop the idea of doing certification , as you are a fresher and very difficult to get a job without any experience . Please check the links to get start . good luck
    SAPEDU Twitter account http://twitter.com/sapedu
    SAP Education Facebook page http://www.facebook.com/SAPEducation
    Education@SAP LinkedIn group http://www.linkedin.com/groups?gid=1856570
    Want to switch to SAP consultancy The specified item was not found.
    Career Switch in the SAP World The specified item was not found.
    What would I do if I were a SAP newbie? Must read career advice for all beginners - check out this blog
    HELP@ SAP : http://help.sap.com/
    Online Knowledge Products : https://websmp202.sap-ag.de/okp
    Knowledge burst - Business Rule Frame work BRF  : http://www.sdn.sap.com/irj/bpx/education?rid=/media/uuid/50879cee-f9b5-2e10-039e-b2d6c4b10e6b
    Regards,
    S.Rajeshkumar

  • Help Required Regarding - SAP Job names using R3 data flows

    We are calling a set of SAP Jobs using R3 data flows in data services. When ever a job fails we first kill the active SAP jobs by logging into SAP and then restarting the Jobs.
    There are about 100 odd SAP jobs that we call using these Data services Jobs so we wanted to kill the jobs using a reusable code on the SAP side by passing the Job name just before every R3 flows just incase its still in active status.
    So wanted to know if there are any short cuts to retrive the set of associated SAP job names because it will be a tedious process to hardcode the SAP job names and pass them as parameters for all the 100 + SAP job names in the custom defined resuable code.
    Any help or advice on this please !!

    The program is not meeting the expectations
    and the problem is due to reflection.Do we know this for certain?
    ... my application gets the class name, field name
    etc. from an XML file so i don't know their method names
    beforehand .
    Now since every class instance corresponds to a row
    in the database and i have to call get and set
    methods of each class instance so the performance
    keeps on degrading as the number of columns and rows increase .
    Can somebody suggest some improvement regarding this
    and regarding creating multiple instances of the same object Class.forName() will be using a hash already, so there is probably not much room for improvement.
    Class.newInstance() probably does not take significantly more processing than a simple "new Fubar();".
    Umpteen reflective method invokations (one per column) for each row/instance - Are you saying these are the problem?
    You can test this easy enough.
    If you comment out the reflective method invocations and leave the rest of your code untouched,
    does your application processing speed up significantly?

  • Mail app marked an email as junk, missed job opportunity. How can I fix this?

    I pipe my school email to my gmail account, which I use the mail app to view. It usually works nicely, but I was going through my junk folder and noticed I missed a job opportunity because mail app sent it to junk. This has never happened before. I am so frustrated now, and I just want to fix it, or if its a bug, blame it on somebody lol. But seriously, this is unacceptable. I'm out of a much needed job now. Please help before I lose another one!

    Maybe you just need to go to Mail > Preferences > Junk and do some more serious configuring, perhaps using the Advanced options, or at minimum, leaving Junk in your Inbox. Anyway, without seeing the email, it's hard to know why it may have been sent to Junk in the first place--too many links, maybe. (Sorry this happened to you though!)

  • Any of you interested in a job opportunity- a long time project !!!

    Any of you interested in a job opportunity a long time contract or a permanent role in ALC ES implementation ????? contact me on [email protected] This for my direct client and i know this is the perfect place for you guys to understand that there is a job for you waiting. I can help you in finding the best for you, all i need is a email from you on my ID and i will for sure will help you in getting the best project.

    Start with
    URL url = getClass().getClassLoader().getResource(fileName)Then observe that URL has a [openStream()|http://java.sun.com/javase/6/docs/api/java/net/URL.html#openStream()] method that will give you an InputStream. Since you are reading text you might want to create an InputStreamReader from which you can do your reading much like you used the FileReader before when you were working with a File.
    Class also has a [getResourceAsStream()|http://java.sun.com/javase/6/docs/api/java/lang/Class.html#getResourceAsStream(java.lang.String)] which combines the first two steps into one. Ie use getResource() as you mentioned when you want to get a URL that some other class will use to read (eg an image) or use getResourceAsStream() when you are going to do the reading yourself.

  • How to enable net value in sap crm opportunity

    hello all ,
    how to enable net value in sap crm opportunity and item category.
    please help me out i am new in sap crm
    Ahmad

    Hi Ali,
    Every transaction which you create have some predefined rule in the form of procedure which is attached in the transaction level. You can follow below path and check for the transaction which are the rule maintained.
    CRM->Basic setting-> Define transaction types.
    Search for your transaction type and double link in order to see all the rules attached to transaction level.
    You also need to define which item categories you wanted to configure for particular transaction type which you all ready have done it seems.
    You also need to define pricing procedure to the transaction where you need to checked for errors.
    Below is the path
    CRM->Basic setting-> Define transaction type-> open your transaction
    step 2:click on assignment of business transaction categories than select category as Sales
    than click on  Customizing Header option to see attached pricing procedure with it.here you need to check for your error.
    to check partner determination rule please follow below path in SPRO. -> partner determination procedure
    Check in head of transaction which partner procedure is attached.
    Than search for partner determination procedure in below path.
    I hope this will help you to validate the setting for your transaction and will be helpful to solve your issue.
    Thanks,
    Prem

  • Job Opportunity

    Job Opportunity : Systems Developers
    Bytronic Automation is looking for a LabVIEW or Lookout programmer to join
    us here in Warwick, U.K.. We are a leading Alliance member and currently
    have a number of projects in a variety of technologies.
    If you would like to become part of our expanding team of systems developers
    and work (either full time or on a contract basis) in a lively atmosphere,
    please contact myself in confidence.
    John Dunlop
    Technical Director
    Bytronic Automation Ltd.
    Innovation Centre
    Warwick Technology Park
    Gallows Hill
    Warwick CV34 6UW
    Tel : 01926 623350
    Fax : 01926 623351
    Email : [email protected]

    $30 - $37 for an Essbase trainer. Did you try www.cheap-foreignmaids-for-hire-com ?

  • Submit a SAP job and it is erroring out as "instance/client not found"

    I am trying to submit a SAP job and it is erroring out as "instance/client not found"
    as soon as I  enter the instance/client value and click on next  I am getting this error
    please help

    Hi,
    Then maybe there is a problem with another parameter, and the error is obscured by this error message.
    You did specify valid values for all other parameters ?
    Maybe you can try the following:
    - create a simple job in SAP, you do not have to execute it only save it
    - import this job using RSI_IMPORT_CCMS_JOBS and specify the exact job name
    - run the imported job (it will have the same name as in SAP) and see if this works
    - if this works, try your job again directly from CPS and compare your parameters with those on the imported job (especially which ones are filled or not filled, that sometimes is more important than the exact value chosen)
    Regards,
    Anton.

  • Reg: Long running SAP job SAP_XMB_PERF_AGGREGATE

    Hello,
    Above mentioned SAP job is running for days. I tried with changing parameters In integration engine administration SXMB_ADM for Category PERF there is a paramter DAYS_TO_KEEP_DATA.
    Created the Index too in Table SXMSPFAGG. But still the job is taking very long time.
    could any one faced same kind of issue and fixed with different solutions, pls
    FYI - My system -- SAP XI 3.1 SPS23.
    Thanks
    Vivekanandan

    Hi
    Check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/8b/08b140cbe49d2ae10000000a155106/frameset.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/58c5f542-0801-0010-228b-c27a7b3c2752?quicklink=index&overridelayout=true    (Check 48th page onwards).
    Regards
    Ramesh

  • Hyperion Job Opportunity

    Hyperion Job opportunity in Los Angeles, CA- Full time
    please reach : 201 378 0002 / [email protected]
    Edited by: 1005942 on May 14, 2013 2:51 PM

    Thanks for posting your request. We hope to increase the traffic on this site.

  • Outstanding job opportunity with a Fortune-100 national company here in South Florida.

    Outstanding job opportunity with a Fortune-100 national company here in South Florida.If you possess Strong knowledge with Hyperion Essbase; Hyperion Planning; and Hyperion Reports you are one phone call away to get hired. You will have strong finance and IT background so you could provide design expertise to consolidate the flow of information from 300+ sites into the corporate database. Endre PappSr. Technical [email protected] Staffing Solutions (S3)http://www.strategicstaff.com 954-577-5445 x18 Office954-854-3794 Mobile954-577-5453 Fax877-295-8326 x18 (Toll Free)

    "If you possess Strong knowledge with Hyperion Essbase; Hyperion Planning; and Hyperion Reports you are one phone call away to get hired."Wow.

  • Batch File to trigger SAP job

    Hi all,
    Please can anyone advice on how to write a batch file to trigger the sap job. For example: If file exists in an external folder (e.g. C:\Temp), a command will trigger to run the SAP job.
    Many thanks,
    Shashi

    You could do this.
    Check if file exists.
    Do something when it does.
    Move file to another directory and rename file with data/time stamp
    Renamed file give history of activity
    Schedule this program to run every X amount of time
    data: w_result type c.
    data: w_file type string value 'C:\temp\test_down.spf'.
    data: w_file_size type i.
    call method cl_gui_frontend_services=>file_exist
      exporting
        file                 = w_file
      receiving
        result               = w_result
      exceptions
        cntl_error           = 1
        error_no_gui         = 2
        wrong_parameter      = 3
        not_supported_by_gui = 4.
    if w_result ne 'X' .
    else.
      write: / w_file.
      write: / 'File exists'.
    Do something when it does.
    Move file to another directory and rename file with data/time stamp
    Renamed file give history of activity
    endif.
    flush needed for some methods of class cl_gui_frontend_services
    call method cl_gui_cfw=>flush
      exceptions
        cntl_system_error = 1
        cntl_error        = 2
        others            = 3.
    Bruce

  • Job Opportunity of OCP

    Hi All,
    I am a fresher who is going to do OCP certification. Now I am going to complete the UG(B.Sc-Computer Science).
    Is job opportunity available for OCP certified fresher in india?

    Thanks for posting your request. We hope to increase the traffic on this site.

  • Sap job to delete OS level files

    Hello SAP Admins,
    I have a question: is there a sap job that can delete files from OS level, to prevent the file system to become full.
    Thank you
    Chris

    Hi Chris,
    As such there is no standard job to remove OS level files.
    You may write some abap program which contains execution of OS level commands.
    You may schedule this ABAP program based on your requirement to cleanup the files at OS level.
    We had done it for cleaning up interface files at one of our customers.
    Hope this helps.
    Regards,
    Deepak Kori

  • Trigger SAP job

    Hi Experts,
    I have a requirement to trigger SAP job whenever there is a new file in a network folder which is outside SAP. File name is like worklistYYYYMMDDHHMMSS.CSV. Timing of this file creation are unpredictable.
    Also, this new file should be passed to SAP job for running.
    Do you have any idea about possible solution? Can we user Event based trigger (SAPEVT command)?
    Please let me know the details.
    Many thanks,
    Apps

    Hi
    You can do it in this way.
    Creat a program in ABAP which picks up the file from Application Server
    Put all the reocrds in an internal table and post it in SAP.
    This program will be batch program and it will run once in every hr and
    it will store the last captured file name in a Z table so whenever it picks up new file it will
    compare the name old file and if they are not same delete the old file name and insert the new file name in the Z table.
    Your batch program can pick up the file name from this Z table.
    Hope it is useful.
    Regards
    Neha

Maybe you are looking for

  • Gregory Johnson, Director of the Consumer Defense Resource Group, responds to the recent iPhone price drop.

    Gregory Johnson, Director of the Consumer Defense Resource Group, responds to the recent iPhone price drop. In a strange turn of events this week, some consumers are upset now because as of Wednesday (Sept. 5) Apple lowered the retail price of their

  • Toshiba Regza does not display PC connected through HDMI

    I live in a flatshare in which there is a Toshiba Regza in the living room. This television is connected to a Virgin Media V Box through an Xbox HDMI cable. I tried using the same cable to connect the tv to my laptop, which has a HDMI port, but nothi

  • Awt swing javafx integration problem

    Hi ! i'm trying to "merge" a swing component (an extension of a JPanel) in a personal javafx software. Is there any way to achieve my goal? Surfing the web i found only how to implement javafx in swing... thank you!

  • Phishing scam from I-tunes store

    I have received an e-mail that seems to be a phishing scam. It looks like a legitimate e-mail from Apple but it says that I purchased something from the I-tunes store and it asks for payment in Euros. It directs me to a site that tells me I can cance

  • I have a iPod touch 3rd generation and it will not turn on or charge.

    This iPod, when ever I turn it on all I get is the apple logo. Then about five minuts later, it tells me to plug it up, you know, the low battery simbole. But the kicker is that it is always pluged up when it is doing this! Can you tell me how to res