Certification programs for SAP Technical professionals

Hi All,
      I am into SAP(ABAP-Technical) since last few months.I would like to know as SAP technical professionals what different certification programs are there that I am eligible to.
Please Advice.
Cheers,
Anirban.

Take a look at this website:
<a href="https://websmp103.sap-ag.de/~sapidp/011000358700002412512003">SAP Consultant Certification - SAP NetWeaver</a>
Good luck!
Leonardo De Araujo

Similar Messages

  • Purpose of RSTXTRAN program for SAP-Script ?? ??

    Purpose of RSTXTRAN program for SAP-Script ?? ??
    when it is required to run that program ?

    Hi sarit,
    Purpose of RSTXTRAN program for SAP-Script Transfer of SAP script Texts to a Correction.
    The report RSTXTRAN allows a set of SAP script texts (or the text key) to be transferred to a correction or repair of the transport system. The name of the correction/repair can either be transferred as a report parameter, or the correction/repair can be selected later in a selection window. The text key can be qualified generically using the asterisk character (*).
    When the report has been executed, the list of selected texts appears. Individual texts can be deselected in this list. When the function "Continue" is executed, the final list of texts which are to be transferred is displayed. The transfer of texts to the correction/repair can now be activated by the appropriate function, and must be confirmed in a dialog box.The requirements for this as follows.
    There is a correction/repair in which the selected text keys can be entered, if it is not being processed. The report can only insert text keys in corrections or repairs, not however in transport requests. However, the objects contained in a correction can be transferred to a transport request with the correction and transport system transaction.
    It should also be noted that the report selects texts in the current client, but that the transport system generally exports texts from client 000.
    When the report has been executed,the output can be a list of the selected texts. Information about whether transfer to the correction/repair was possible is displayed for each text key.
    Reasons for failed transfer include
    o the correction/repair is currently being processed
    o the correction/repair does not exist
    For Example
    All German standard texts with the ID ST, whose names begin with SAPSCRIPT, are to be entered in the correction B20K009999. The report parameters are then assigned values as follows:
    o Correction: B20K009999
    o Text object: TEXT
    o Text name: SAPSCRIPT*
    Thanks,
    Usha

  • How to know print program for SAP Script

    Hi friends,
    how to know print program for SAP Script form name ?

    Hi ,
      You can use the following code changes in the layout & see..
    You have to create a program Z_BC460_EX4_HF for that..
    /:PERFORM GET_NAME IN PROGRAM Z_BC460_EX4_HF
    /:  USING &CUST&
    /:  CHANGING &NAME&
    /:ENDPERFORM.
    Dear &NAME&
    The ABAP routine could be defined as follows:
    IMPORTANT: The structure itcsy must be used for the parameters.
    REPORT Z_HENRIKF_SCRIPT_FORM .
      tables scustom.
      form get_name tables in_tab structure itcsy
                           out_tab structure itcsy.
      read table in_tab index 1.
      select single * from scustom
        where id = in_tab-value.
      if sy-subrc = 0.
        read table out_tab index 1.
        move scustom-name to out_tab-value.
        modify out_tab index sy-tabix.
      else.
        read table out_tab index 1.
        move 'No name' to out_tab-value.
        modify out_tab index sy-tabix.
      endif.
    You could also fill the ouput parameter table this way
       READ TABLE out_par WITH KEY 'NAME1'.
       out_par-value = l_name1.
       MODIFY out_par INDEX sy-tabix.
    endform.

  • Certification Material for SAP MM?

    Please suggest me certification Material for SAP MM? If Possible please mail it on "[email protected]".
    Thanks....!!!!

    Hello Rohit,
    You can refer some of the website for getting FAQs.
    http://www.onestopsap.com/
    http://www.sap-img.com/
    http://www.erpgenie.com/
    http://searchsap.techtarget.com/general/0,295582,sid21_gci1174396,00.html
    Hope this helps.
    Cheers !!!
    Arif Mansuri

  • How to create Add-On program for SAP Business One 2007

    Hi,
    When I create my Add-On into SBO I have some issues.
    Which program do I use to create an Add-On into SBO?
    Is there a URL or Path where I find the program?
    I am using a 2003 program which is built by my colleague.
    I assume SAP provide the Add-On program for SAP Business One 2007
    Thank you,
    Rune

    Rune,
    At a high level ...
    1) VS2005
    2) Compile your program
    3) Generate and Add-on Identifier
    4) Create a registration datafile
    5) Create the setup program consisting of your .EXE and the .ARD file
    6) Add-On is created and running in SBO
    Again ... the details on deploying and packaging your add-on can be found in the SAP Business One SDK Help Center Documentation and the SDK eLearning.
    Also, you can use B1DE using the Simple Installer or Professional Installer will do most of the work for you after you have coded the add-on.
    Eddy
    Edited by: Edward Neveux on Jan 30, 2008 9:11 PM

  • Queries About SAP Certification EXAM for SAP SD Module

    M currently working as a End user in SAP SD and m interested to prepare for SAP certification. Is that i can do self study using materials and go ahead with SAP certification exam . Is that possible to write the certification or any T&C that i should have attending any SAP courses.

    Hi,
       consultancy experieince is a must to clear the certifiication , sap india will look for few criteras like that u should have worked in sap with same company i.e in consulting experieince and some times ask the experieince certificate from company hr department if they are not satisifed
    regards,
    ram

  • What is print program for sap script?

    some of the print program of sap script.
    and also guide me to use that program

    for which sapscript ?
    you can use table TNAPR to find the print program and layoutset for output types. Maybe it will help you.
    regards,
    Hans

  • Regarding training and placement program for SAP-ABAP at simens

    Dear all,
    i am an MCA completed  fresher planning to join in simens for SAP-ABAP module. I have quires like
      1 After training whether they will provide placement ?
      2 How much will be the fees for that module?
      and last what is duration for that module.
    i welcome all of you for your valuable suggestions......
    its urgent

    Hi vishnuvardhan,
    Here are answers to ur queries
    After training whether they will provide placement ?
    No, Simens is just a training partner of SAP.
    How much will be the fees for that module?
    Cost for certification is 28,000 rs, but if u go for training and certification both it will cost more. Not sure of the exact amount.
    what is duration for that module
    Duration is 1 month.

  • ABAP-Programming for SAP BW u0096 User-Exits und BAdIs

    Hi experts,
    i am a novice und looking for informations about Badi and User-exits for BW .
    i want to learn how to programm extractors.
    Can you you help me by giving me some informations or documents or sap links where i can find informations?
    Cheers

    Dear Mr Herzog,
    Congratulations for the book: Abap Developement for SAP Netweaver BI: User exits and BadIs.
    We're trying to implement the suggestions on the chapter 5.1.1 Interface of function module EXIT_SAPLRSR0_001 (page 136), however, we're having problens with the abap sintax CALL_FUNCTION  l_d_name IF FOUND.
    The command IF FOUND is not accepted.
    It'll be very helpful to avoid issues on tranporting include zxrsru01.
    I appreciate any additional help on how to implement it.
    Best Rgs
    Eliseo Bouzan

  • Help finding program for SAP delivered Adobe Interactive Form

    Hey guys, i am assuming i am looking for a WD application, but i cant seem to find it..
    for SAP interactive form ISR_FORM_SMC1 - create cost center.
    I am really new to interactive forms, thoughts?
    -J

    Hi,
    ISR_FORM_SMC1 is Based on Internal Service Request form. Goto Transaction "QISRSCENARIO" and Find SMC1 Scenario.Click the SMC1 and double click the version there you can define cost value.
    See this document :
    https://websmp106.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700003984052006E
    Thanks

  • ERROR while checking standard program for SAP NOTE 175482(QM)

    HI,
    experts
    i am implementing sap note 175842 QM MODULE .
    My note is successfully implemented ,for that i created standard program RQEVAC50 USING ACCES KEY.
    but in se38 report comes like this
    REPORT  RQEVAC50.
    REPORT RQEVAC50 MESSAGE-ID QA.
    so while checking error comes boz 2 report hedaing is there .
    I WANT TO DELETE FIRST ONE BUT IT CANT.
    I chose activate anyway but while releasing request it gives error.
    THANKS
    AJAY.

    hi
    error is 'OBJECT REPS RQEVAC50 does not exit create it'**
    I CREATED PROGRAM USING ACCESS KEY SO IT DOES NOT ALLOW ME TO CHANGE OR DELETE ANY LINE IN THE PROGRAM.
    THATS THE MAIN PROBLEM.
    Whwn i created a program RQEVAC50 it is totally blank but while implementing sap note the code comes in my progarm
    so there are 2 report hedaing .
    THANKS
    AJAY.

  • IS SAP Certification beneficial for SAP experienced guys?

    Hi Guys,
    I what to know whether SAP Certification is beneficial for the guys who have 2 to 3 years experience in SAP?Waiting for your valuable reply...

    Hi,
    If you look at the topics covered in SAP Certification, then you will realize that it touches most possible solutions available in SAP Standard for that module, Generally If a person is experienced Consultant, he would have worked on certain scenarios and might be well versed wit it, but most of the times I have seen experienced guys also not knowing certain standard functionality available in SAP which can be applied to optimize the process they are working on, sometimes people even go for developing something which could be done easily by configuration.
    Also I would not say that going for certification is extremely important but yes it definitely helps.
    Regards
    Chandra Shekhar

  • When is the next cycle of Certification examonations for SAP

    Hi all,
    When is SAP certification exam date for the year 2009....
    Looking for the Links plz...
    Karthick

    Hi Karthick
    There is nothing like Cycle for Certification Exams. They are held all the year around. You need to contact SAP India for the same. The eMail ID is education.india (at) sap.com
    If you are asking about the Certifications that are offered ate the reduced rates, this happens with SAP Teched in October November every year. The dates for 2009 are yet not available, you can visit this page ([http://sapteched.com/india/]) and add your eMail ID to the mailing list to get the updates.
    Basically remember to check the criteria and make sure you meet all of them. If you want to know more check this page [http://www.sap.com/services/education/certification/index.epx]
    Hope this helps
    -Abhishek

  • Debugging driver program for SAP SCrIPT

    Hi,
    I am using a z report for creating handling units.As soon as the handling units are created the spool is genearted for all the handling units and the spool requests are visible in SP01.However the print ouput is having some error.I want to debug the driver program.Fronm nace I found out the driver program and have placed break-point in the form routine Entry sapscript and also activated thhe debugger for te concerned SCript,but the debugger is not stopping .
    Also I have checked the script name from the spool.
    Kindly guide where is the problem and how to proceed.Any help will be acknowledged.
    Regards,
    Abhishek

    HI,
    Write  a infinite loop  in the diver program before u call the open form or before the statement from where you want to debug.
    set the infinite loop by this code.
    data no type i value 1.
    while no eq 1.
    endwhile.
    break-point.
    Then after inserting this code activate and run the program, then run the transaction after runing the transaction ,
    goto TCODE ->SM50 u will see list of program select the driver program then select program/session from menu then select program->debugging, then your debug will start from the infinite loop , then change to 2 , then u can debug the program.
    Hope this helps.
    Regards,
    Madhukar Shetty

  • Driver program for SAP CONNECT

    hi guys,
    I am sending a output request from spool to be sent via mail and that is through SAP CONNECT. can anyone tell me wat is the driver program behind it?
    i tried to debug it but cudnt find.
    i want the program that send the request from spool to SAP CONNECT.
    please help me if u can..
    gaurav

    Hi,
    It is possibel to pouplate subject. Eg given below.
    FORM email_output  TABLES   pt_out STRUCTURE t_output.
    Populate table with details to be entered into .xls file
      CLASS cl_abap_char_utilities DEFINITION LOAD.
      CONSTANTS:
      con_tab  TYPE c VALUE    cl_abap_char_utilities=>horizontal_tab,
      con_cret TYPE c VALUE cl_abap_char_utilities=>cr_lf.
      DATA: lw_user TYPE so_recname.
      DATA: no TYPE i.
      FIELD-SYMBOLS <fs> TYPE ANY.
      FIELD-SYMBOLS <fs1> TYPE ANY.
      DATA: temp(1000)      TYPE c.
      DATA: lw_email        TYPE  so_recname.
      DATA: lw_today(10)    TYPE c.
      DATA: lw_message      TYPE char256.
      DATA: BEGIN OF tw_out OCCURS 0,
      matnr LIKE  mara-matnr, 
    lifnr  LIKE  lfa1-lifnr ,           
    END OF tw_out.
      loop at t_output.
        move t_output-matnr    to  tw_out-matnr.
        move t_output-lifnr    to  tw_out-lifnr.
        append tw_out.
      endloop.
    Output headings
      CONCATENATE
      'Article'
      con_tab 'Vendor' con_tab INTO temp.
      MOVE temp TO gt_attach-tabname3000.
      CONCATENATE con_cret gt_attach  INTO gt_attach.
      APPEND  gt_attach.
      CLEAR gt_attach.
      LOOP AT tw_out .
        CLEAR: temp, no.
        DO 255 TIMES.
          ADD 1 TO no.
          ASSIGN COMPONENT no OF STRUCTURE tw_out TO <fs>.
          CONCATENATE  temp <fs> con_tab INTO temp.
          CLEAR <fs>.
        ENDDO.
        MOVE temp TO gt_attach-tabname3000.
        CONCATENATE con_cret gt_attach  INTO gt_attach.
        APPEND  gt_attach.
        CLEAR gt_attach.
      ENDLOOP.
      CONDENSE p_user NO-GAPS.
      TRANSLATE p_user TO LOWER CASE.
      MOVE p_user TO lw_user.
      WRITE sy-datum TO lw_today.
      CONCATENATE lw_today '_' 'WRITE SUBJECT HERE'
      INTO lw_message.
      CALL FUNCTION 'ZMD_EMAIL_XLS_ATTACHMENTS'
        EXPORTING
          email    = lw_user
          MESSAGE  = lw_message
        TABLES
          t_attach = gt_attach.
    ENDFORM.                    " email_output
    If helpful pl reward.
    Cheers

Maybe you are looking for

  • Can't Open DVD-R Created by Standalone Sony GX315

    Sorry for the length but I wanted to be complete. I am running a PB G4 1.33 17" with 10.4.3, QT 7.0.4 and the MPEG2. I recently purchased a Sony Standalone DVD Recorder GX315 to replace a Lite On 5005 that died. I record old home made videos (no encr

  • How do I stop iWeb turning my .jpgs into PNG's ??

    Hi No one on a PC can print out my iWeb pages because when I drag a pic into iWeb it auto makes it a PNG. (unreadable from some PC's) How can I stop this from happening so that people can print ok from my site? Thank you Jim Rhodes http://web.mac.com

  • Removing Private Browsing, Clear Cache, etc. options from Safari

    This was discussed earlier, but the situation just came back up here at school as students have been found clearing history etc. to cover their tracks. This was originally posted by Yang in May 2006. "If you have the developer tools installed, or mor

  • Gallery app crashes

    Problems with my iPhone gallery app (iPhone 4, OS 4.1). It was working fine, then I added two new albums with about 120 photos in each.... and now the app crashes. It appears to be booting properly, but when it starts the image scroll across the top

  • Device Object not present.....

    I have a Dell computer. Each time I clean installed a new Win 10 TP build, I had to reinstall SigmaTel HD Audio.  I did that many times and it never failed, until today. Today, I did a clean install of 9926 in a dual boot setup, and as expected I had