SCM Certification

Hi ,
  I would like to take up SCM Certification. However, I am not sure how to start preparing for the process. Could you please guide me with this ?
Which books to reference ?
Which sites help in the process ?
Which areas to concentrate on ?
Are there any test sites which help in the process ?
Thanks in advance for your help !
Regards,
Ranjini.

Hi Rajini,
For certification, you need to be thorough with the SAP course material for DP, SNP, PPDS and CIF. It used to be just Dp, SNP and CIF but I think SAP blew this out of proportion by adding PPDS to it.
Please don't ask me how to get the material. You can try your own sources or take those expensive training classes. Please search for courses and exams in the above link that I provided.
If you are planning to take the training classes, I suggest you have an understanding of each component and then go to the class or else you can end up thinking that you understood things there and forget them in days.
I think the secret is to be though with the questions at the end of each chapter in SAP's recent material. They repeat most of the times int he exam.
This forum is an excellent source of knowledge and when I took my certification, I learned only 30% from the books and about 30-40 percent from this forum.
Apart from these, you can try other good book that you can find when you search this forum with the keyword "certification" but really for SAP APO certification, all you need to read is the SAP MATERIAL. That's it... To be able to work is a totally different ball game. I think there is a lot of gap between being certified in APO and being able to work in APO.
Try searching for certification related posts and you will find plenty of them here...I suggest you read through them before asking more questions because I am sure there were so many posts related to certification and they answer almost every question..
If you still have questions, come back here and ask we will be happy to answer.
Good luck.

Similar Messages

  • SCM Certification - Any experiece to share?

    Hi,
    I am planning to appear for my SCM Certification Exam focussed on Logistics Execution including Shipping/Transportation. Exam code is C_TSCM66_05.
    I am wondering if anyone else has appeared for this exam or any other certification exam? Please share your experience regarding the exam such as:
    1. Complexity - Training Material Qtns or Real Life Scenarios?
    2. Time Crunch - Enough time available?
    3. Type of Questions? About SCM theory or about configuration?
    4. Way to go about preparing for the exam. Is training material sufficient? What to focus on while reading the material? SCM Concepts or transactions used for performing a task?
    Please answer these questions within the allowed scope of information disclosure. I want to get familiar with the objective of the exam and plan my preparation accordingly.
    Please advise,
    Thanks,
    Rohit.

    No response received.

  • SCM certification Questions?

    Hi,
    In the SCM certification exam can we get some questions like....
    What is the transaction code to configure the company?
    Here the answer is OX15.
    But do we need to actually learn the configuration transaction codes or the knowledge of the navigation path helps(Will do)?
    IMG->Enterprise Structure->Definition-> Financial Accounting-> Define Company.
    I understand that we memorize a lot of TCODES like ME22n for PO etc......while working on them.....
    but I am not sure if we got to memorize the configuration tcodes too...
    Can someone please let me know if this kinda questions will be asked?
    I am sorry...I couldn't find information on the certification Questions pattern online...
    Any help is appreciated.
    Thanks!

    Hi
    The book SAP MM - Functionality and technical configuration - By Martin Murray is a basic source it can not be your on source to do the test.
    The academy books (TSCM50 and TSCM52) have several questions similar to the test.
    Here some examples:
    - Delivery schedule lines can be stored in every purchasing document. True or False
    - Which are the Organizational Levels that you can define Service Master Conditions? Company code, plant...?
    - Which of the following ways of handling cash discount are possible?
    - Which indicator must be set in the source list for a source of supply in order for this source to
    be taken into account in requirements planning?
    I don't think that you need to memorize the customizing t code but you need to know what you can do on customizing.
    Take a look on competency areas covered in the test. Be sure that you covered eveything because every point is important. I saw some people failing because never study or saw solution manager.
    good luck!

  • Sample Questions for SCM certification preperation

    Hello experts,
    Does anyone has any sample question document for SCM certification preperation.
    Thanks
    Gayatri

    Hello Gayatri,
    I hope the below link may help you
    http://www.sap.com/services/education/catalog/scm/academy.epx
    Please also check this below thread
    Certification in SCM
    For SCM EWM
    http://www.sap.com/services/education/certification/schedule/ctscm1265.epx
    Thanks and Regards,
    Nithin.

  • Oracle Apps SCM Certification

    Dear All,
    Myself working as an Oralce Apps Functional Consultant SCM, I wish to do a certification for SCM in R12 can anybody suggest me which exam shall i plan to appear.
    Thanks
    Jiji Thomas

    830960 wrote:
    Thanks but can body provide me the stduy material & sample questions for these.Study material cannot be shared, and you get it when you attend the courses at OU.
    For the sample question, go to each exam link and you will find it.
    You may also see this link.
    Practice Tests Page
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=208
    Thanks,
    Hussein

  • Oracle9i Designer / SCM Certification with Oracle 9.2

    The following releases are now certified against Oracle 9.2
    - Oracle Designer/SCM Release 9.0.2
    - Oracle Designer/SCM Release 9.0.2.1
    - Oracle Designer/SCM Release 9.0.2.2
    Notes:
    - Oracle 9.2 requires certification of the 9iDS pack (i.e. dependent products) therefore please always check iDS pack certification before installation or upgrade.
    - Do not install 9iDS in the same Oracle Home as Oracle 9.2.
    For more details see Metalink Note:60705.1: Oracle Designer & SCM Compatibility Matrix
    Regards
    Simon W Day
    Designer Product Management

    Did you check this metalink doc, seems related.
    Is your C++ compiler (gcc) same version as Installation Guide requested?
    =============================
    From Metalink on Linking error
    · fact: Oracle Server - Enterprise Edition 9.0.1
    · fact: Intel Based Server LINUX
    · symptom: Errors on relink of ntcontab.o
    · symptom: '/usr/bin/make -f ins_net_client.mk ntcontab.o' fails
    · symptom: Errors in make.log
    · symptom: /bin/sh: cc: command not found
    · symptom: mv: cannot stat 'ntcontab.o': No such file or directory
    · cause: <Bug:189779>:
    · Cannot Install Database Server Without a C Compiler.
    · Documentation bug.
    · The problem is caused by not having an ANSI-compliant 'cc' compiler installed
    · on the machine.
    · This is an installation issue. Here is the log:
    · /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/orasw/product/9.0.1
    · (if [ "compile" = "compile" ] ; then \
    · /orasw/product/9.0.1/bin/gennttab > ntcontab.c ;\
    · cc -c ntcontab.c ;\
    · rm -f /orasw/product/9.0.1/lib/ntcontab.o ;\
    · mv ntcontab.o /orasw/product/9.0.1/lib ;\
    · /usr/bin/ar rv /orasw/product/9.0.1/lib/libn9.a
    · /orasw/product/9.0.1/l
    · /bin/sh: cc: command not found
    · mv: cannot stat `ntcontab.o': No such file or directory
    · /usr/bin/ar: /orasw/product/9.0.1/lib/ntcontab.o: No such file or directory
    fix:
    Install a C++ Compiler. Please refer to the operating system documentation
    regarding compiler installation.

  • SCM certification in saptechd

    hi,
    i want to write certification for SCM.
    please suggest me  whether its available in SAPTECHD.
    thanks ,
    Raghu

    Dear Raghu,
    to find SCM on the link http://www.sap.com/services/education/certification/teched_2009/index.epx please choose/push the phrase "our listing of exams".
    Here you can add your course criterias and you can find/select SCM as SAP Supply Chain Management under the solutions. If you choose also India as country you can see that unfortunately currently no training is scheduled in India.
    I would suggest to contact the education colleagues in SAP India under following phone number: 000800 650 1577
    Here you can get informations for the classroom trainings in 2009.
    I hope I could help you.
    Regards,
    Tibor

  • SCM Certification Logo

    Hi,
    I have completed all the three exams in Oracle 11i SCM path recently. I know that it will take 6-8 weeks to get my success kit. What my question is " Before i receive the kit can i use OCP logo on my resume and forward that to the companies"?Please advise.
    Thank You,
    Ashok

    I did as you suggested - I sent the following email to [email protected]:
    Greetings -
    I completed and passed both 1z0-040 and 1z0-046 on 2/12/08. My prometric ID is xxxxxxxxx and the test registration numbers are:XXXXXX#### and XXXXXX###X respectively. I am hoping you can email me username/password for accessing the 10g OCP and 'Linux expert' logo's, as I am currently in the job market now, and hope to be gainfully employeed by the time the welcome kit arrives.
    Thanks
    And here is their response:
    Dear D-,
    You should wait until Prometric sends your OCP Success kits which will include OCP Members site Login name & Password to download the OCP Logo.
    You should wait for 6-8 weeks after the completion of all certification requirements have been met to receive your success kits. If you do not receive your certificate within 6-8 weeks, visit the Prometric web site at https://www.register.prometric.com/Login.asp to update your demographic information. Select the "Update Personal Information" link in the left navigation bar and follow the steps to log into your profile.
    After updating your address at Prometric web site, you can request an order for reshipment by sending an email to [email protected]. Kindly request for shipment only after updating your address at Prometric web site.
    We would request you to update your address in the database. The certificate would be mailed to the address mentioned in the database. If Prometric and Oracle do not have your current mailing and email address, you may not receive your certification certificate in a timely manner.
    Visit the Prometric web site at https://www.register.prometric.com/Login.asp to update your demographic information. Select the "Update Personal Information" link in the left navigation bar and follow the steps to log into your profile.
    Updating your profile on http://ibt.prometric.com/oracle will NOT update your demographic information. Candidates must enter their current information on https://www.register.prometric.com/Login.asp for their contact information to be updated.
    Regards,
    OCP Team
    I am not sure those who monitor that email address are enabled to do any more than cut-n-paste.
    So, just a curious question. Your userid (user561312) indicates you registered 2/27/07, yet you sign all posts as 'Certification Forum Moderator'
    This indicates to me, this is a self-appointed title...

  • SCM -Certification Help

    As a beginner in EBS - would like to pass certification on R12
    Where do i start, should i start to prepare for 1z0-521
    Please guide with correct steps.
    Also need study guide.
    Thanks

    AppsLearner wrote:
    As a beginner in EBS - would like to pass certification on R12
    Where do i start, should i start to prepare for 1z0-521Oracle Certification Program
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=39
    Oracle E-Business Suite 12 Supply Chain Certified Implementation Specialist: Oracle Order Management
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&get_params=p_track_id:EBS12OOM
    Please guide with correct steps.
    Also need study guide.E-Business Suite Documentation 12.1
    http://docs.oracle.com/cd/E18727_01/index.htm
    Thanks,
    Hussein

  • Need Info Regarding SCM certifcation

    Dear All,
    Please provide me the information regarding SCM certification details for  Tech-ed 2010. An ABAPER can elgible to go for SCM certifaction? please let me know.
    Thanks,
    Madhukar.

    Hi Madhukar,
    Please refer this link
    http://www.sap.com/uk/services/education/courses/infopacks/SAP%20Consultant%20Certification%20SCM%20%28PP,%20APO%29.pdf
    Hope this would provide you some insight...
    Regards
    Keerthi

  • SCM Latest Q&A

    Hi Experts
    Could you please share or let me know how to get latest SCM TSCM44 05 related Certification Questions and Answers, for preparation of SCM Certifications.
    I am already certified in SD & MM and have good practical knowledge of multiple implementations.
    Any link, download etc would be highly appreciated.
    Regards-A.Bali

    Hi  Amet,
    Have you done Serach engine ( like Google) search ?
    You may find some.
    Please check legality of the file download if any.
    Regards
    Datta

  • Planning to do 1Z0-200,1Z0-221,1Z0-222,1Z0-223 Certifications

    Hi All,
    I am planning to do SCM Certification in Oracle Apps 11i. Can any body help me to guide the correct way towards my first step.
    Thanks & Regards
    Edited by: 830960 on Jan 25, 2011 12:55 AM

    830960 wrote:
    Thanks but can body provide me the stduy material & sample questions for these.Study material cannot be shared, and you get it when you attend the courses at OU.
    For the sample question, go to each exam link and you will find it.
    You may also see this link.
    Practice Tests Page
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=208
    Thanks,
    Hussein

  • SAP SCM

    can anyone help me with SAP SCM certification tips ?
    Thanks in advance

    Hi Shahid
    SAP SCM enables you to carry out supply chain planning and generate high efficiency at lowest possible cost. You can respond to demand through a responsive supply network in which distribution, transportation, and logistics are integrated into real-time planning processes. Features include:
    Order fulfillment
    Procurement
    Transportation
    Warehousing
    Real-world awareness
    Manufacturing
    the following are part of the scm
    SAP Advanced Planning and Optimization (SAP APO)SAP Advanced Planning and Optimization (SAP APO)
    SAP Forecasting and Replenishment (SAP F&R)SAP Forecasting and Replenishment (SAP F&R)
    SAP Inventory Collaboration Hub (SAP ICH)SAP Inventory Collaboration Hub (SAP ICH)
    SAP Event Management (SAP EM)SAP Event Management (SAP EM)
    SAP Extended Warehouse Management (SAP EWM)SAP Extended Warehouse Management (SAP EWM)
    SCM BasisSCM Basis
    for additional info and reading you go thru the below link
    link:[http://www.sap.com/solutions/business-suite/scm/index.epx]
    Regards
    Vikrant

  • How to create Job number + Activity

    Hi All,
    I need to create Job nuber with activity for Forecast , In existing jobnumbers it shows some acton in List of actions.. How to create the Action
    Please explain me the use job number and Activty , action .. and how to create .
    Thanks in Advance,
    Regards,
    Chandu

    Chandu,
    1) I think the best book for basics of APO is Supply Chain management with SAP APO by Jörg Thomas Dickersbach . You have to have it
    http://books.google.co.in/books?id=5CA3y7_LY2MC&pg=PA167&lpg=PA167&dq=supplychainplanningAPOdickersbach&source=bl&ots=xuV5qbwq7V&sig=v1UmlBoA3v0T1zvdfOJYngFPaJI&hl=en&ei=9v8MTK2pCM-LkAWUyP3ZDw&sa=X&oi=book_result&ct=result&resnum=1&ved=0CAkQ6AEwAA
    2). try sourcing the SAP SCM certification books
    3). Help.sap.com. I dont think you can find any material more detailed than this
    4). Access SDN and look for wiki and blogs
    5). GOOGLE!!! For instance thsi si something really really useful I found on Google for CIF:
    http://www.valconusa.com/uploads/Managing_SCM_APO_CIF_4x.pdf
    Happy learning!!
    Abhi

  • Difference between  C_TSCM62_05, C_TSCM62_60

    Hi,
              There are two booking codes mentioned C_TSCM62_05, C_TSCM62_60. I have mentioned SAP Link to both of them. Although C_TSCM62_60 is associate one but some points are not clear like difference between worth of two, difference in qulaity of questions etc. I am not sure whether C_TSCM62_05 is also an associate of professional level certificate. Please check the links below
    For C_TSCM62_05 : http://www.sap.com/services/education/certification/certificationtest.epx?context=%5B%5BC_TSCM62_05%5D%5D%7C
    For C_TSCM62_60: http://www.sap.com/services/education/certification/certificationtest.epx?context=%5B%5BC_TSCM62_60%7CG%5D%5D%7C
    Which one should be taken after experience of one E2E in  SAP ECC 6.0 ?

    hi,
    first of all theres a lot of difference between the two.
    1. C_TSCM62_05: is an associate level certification. now this certificate awards you with the scm consultant title - a solution consultant. so it covers most of the things from the scm and focusses on the order management part of it.
    2. C_TSCM62_60: is an associate level certification. but  the title renowed here is the associate one and not solution consultant. now its focuses on sales order management but not specially focussed to the scm thing... although the same thing comes under scm to... but the difference being is that its outside stuff meant for the sales and service implementation. so when some company is going for this kinda implementation you would be welcomed but in case if the company goes for the scm although both teaches the same thing but if you have done the scm certification then it will add the advantage to you.
    so i thing that you better opt for the scm certification. both the certification uses ECC 6.0.
    also you can consult the sap authorized training centre to get more information about the same.
    hope this will surely help you!!!
    Thanks & Regards,
    Punit Raval.

Maybe you are looking for

  • Redistribute tab in ME22n

    Hi All, Could anyone ,please tell me the functionality of redistribute tab in the confirmation tab of the purchase order. What effect this tab has on MD04? Regards Amit

  • Sale order reflecting in production order

    Hai All, I have following scenario. I have two plants A and B.  A is depo and B is manufacturing plant. product  after manufacturing is transferred from manufacturing plant ( B) to Depo ( A) through stock transport order. Now sales order is placed on

  • Another JS query please - identifying paragraphs by length

    Hi all Based on all the new things I discovered yesterday I want to build upon on one of the code snippets and use it to identify all paragraphs up to 10 words in length and apply a "heading" paragraph style. I'm starting with app.findGrepPreferences

  • Java WS for query results

    All, new to Java from .NET and building a web service on a 3tier application. The client dynamically builds a query string and sends to the WS which is supposed to query the backend Oracle 10g database and return the resultset to the WS which sends b

  • A to Z Filter

    Hi, Here is my little contribution to the forum. It's a report on EMP table with A-Z filter. You can see it in action here: http://apex.oracle.com/pls/otn/f?p=25110:1 - Create hidden item (P1_FILTER) - Create a Region SQL Report select * from emp whe