Abap Certification in Nov / Dec - Certification Questions Required..

Hi,
I am planing to do my Abap Certification in Nov / Dec. I plan to visit the Course TAW12 , Booking Code: C_TAW12_04 for the certification (NETWEAVER 2004 - APPLICATION DEVELOPMENT FOCUS ABAP).
Is there any set of certification question from which paper is set. If yes, please send me that at my e-mail id:
[email protected]
Are there any certifications questions? out there which i can additional use to prepare for the certification ?
YOUR HELP WILL BE HIGHLY APPRICIATED ...
Thanks
Ananmika

it is always asked on the certification exam, if you have ever heard about the <b>search</b> funcionality of SDN...

Similar Messages

  • Questions required for XI Certification.

    Hi All,
    Kindly help me out with the certification questions or are the TBIT40 - TBIT 44 enough.
    Regards,
    Sree.

    Sreedhar,
    Good Luck for u r certification...
    /people/satinder.singh3/blog/2005/12/27/getting-started-getting-xited
    /people/community.user/blog/2006/11/03/a-beginners-guide-to-xi-certification-details
    Some more certification questions practice...
    31. What is the name space of an RFC ? (choose the correct answer)
    a) urn:sap-com:document:rfc:sap:functions
    b) urn:sap-com:document:bapi:rfc:functions
    c) urn:sap-com:document:sap:rfc:functions
    d) urn:sap-com:document:remote:rfc:functions
    32. What doesn’t get transported when the configuration is released? (Choose the correct answer)
    a) All Objects will get transported
    b) Generated proxies and application coding in the application components does not get transported when the configuration is released.
    c) Only application coding will not get transported.
    d) Only generated proxies will not get transported.
    33. How many Pipelines are there in the integration server? (choose the correct answer)
    a) Receiver Identification, Interface Identification, Message Branch, Request Message Mapping, Outbound Binding, Call Adapter, Request Message Mapping.
    b) Receiver Identification, Interface Identification, Message Branch, Request Message Mapping, Outbound Binding.
    c) Message Branch, Request Message Mapping, Outbound Binding, Call Adapter, Request Message Mapping.
    34. What are the possible Trace Levels? (choose the correct answer)
    a) 0 – No Trace,1 – Low Trace Level,2 – Medium Trace Level,3 – High Trace Level,4 – Expert Trace Level
    b) 0 – No Trace,1 – Low Trace Level,2 – Medium Trace Level,3 – High Trace Level
    c) 10 – Low Trace Level,20 – Medium Trace Level,30 – High Trace Level,40 – Expert Trace Level
    35. Does JMS adapter need additional driver to communicate to database? (choose the correct answer)
    a) Yes
    b) No
    c) JMS adapter is not available in XI
    36. What is use of PCK? (choose the correct answer)
    a) Partner Connectivity Kit that helps Partner Systems with no ability to communicate in XML speak to the Business Systems.
    b) PCK is used to deploy additional drivers
    c) PCK can be used as an alternative to XI
    37. What is Context Object? What is its role?
    a) Context Objects are pointers to a specific element within the message, for future reference. Encapsulate the access to data that is contained in the payload or in the header of the message.
    b) Another form of data types
    c) Can be used instead of message types
    38. What adapters don’t need Sender Agreement?
    a) HTTP, IDOC.
    b) IDOC, RFC
    c) IDOC, JMS
    d) JDBC, JMS
    39. What is the Protocol followed for Mail Adapter? (choose the correct answers)
    a) SMTP
    b) IMAP
    c) POP3
    d) POP4
    40. Where do you configure an Adapter?
    a) Sender Agreement
    b) Receiver Determination
    c) Business System
    d) Communication Channel
    41. Can a JDBC adapter query the database table? If yes, what are different possibilities?
    a) Yes. You can configure sender and receiver communication channels. A special XML format is defined for content coming from the Integration Engine. This canonical format enables SQL Insert, Update, Select, Delete or stored procedure statements to be processed. A message is always processed in exactly one database transaction.
    b) JDBC adapter cannot insert records in the database.
    c) We should not insert, update records in the database directly.
    42. The message monitoring status DLNG means ? (choose the correct answer)
    a) DLNG = Delivering.
    b) DLNG = Dialing
    c) DLNG = Detailing
    d) DLNG = Dismantling
    43. Where do you perform Content Based Routing?
    a) Receiver Determination
    b) Receiver Agreement
    c) Sender Agreement
    d) Communication Channel
    44. What are the various supported mapping types? (choose the correct answer)
    a) Message Mapping, Java Mapping, XSLT Mapping, ABAP Mapping.
    b) XSLT, Java, JDBC, JMS
    c) XSLT, WSDL, XSD
    45. With respect to ABAP proxies, what are the methods that can be coded?
    a) EXECUTE_SYNCHRONOUS, EXECUTE_ASYNCHRONOUS.
    b) EXECUTE_SYNCHRONOUS, EXECUTE_ASYNCH.
    c) EXECUTE_SYNCH, EXECUTE_ASYNCH
    46. “ Fields under a node with a minoccurs of ZERO has been mapped.” The values don’t appear in the target result, what could be wrong?
    a) The parent node has not been assigned.
    b) Parent node has cardinality 0…unbounded
    c) Parent node has many fields
    47. What is a SENDER COMM CHANNEL?
    a) Sender Communication Channel is where you define the source system from where the message/information goes to XI and also the adapter, the Sender System uses.
    b) Sender Communication Channel is where you define the target system from where the message/information goes out of XI and also the adapter, the Receiver System uses.
    c) Sender Communication Channel is where you define the how the interface mapping takes place between Sender and Receiver.
    48. XSLT is supported but two statements were not supported. What are they?
    a) <xsd:include>, <xsd:import>
    b) <xsd:including>, <xsd:importing>
    c) <xsd:includes>, <xsd:imports>
    d) All statements are supported.
    49. What steps can be inserted in an Exception branch?
    a) Terminate a process, trigger an alert.
    b) Terminate the interface, trigger IDOC.
    c) Terminate exception, branch integration process.
    50. What is multi mapping? When can it be used?
    a) Multi Mapping is used to map abstract interfaces and can only be used in ccBPM.
    b) Can be used when there are multiple interfaces from Sender systems.
    c) Can be used when there are multiple interfaces from Receiver systems.
    51. The first step in the Integration process can be ?
    a) Receive step
    b) fork Step
    c) Send Step
    d) Block Step
    52. An Exception raised by a step can be handled by
    a) Only by exception handler in the same step
    b) Only by exception handler in the outer step
    c) By exception handler in the same step or in the outer step
    53. An exception is raised by
    a) Async or sync send step, transformation step and Control Step
    b) Sync send step
    c) By control step only
    54. A message can be received by
    a) Only a receive step
    b) By receive, fork or loop step
    c) By receive and block step
    d) By send, block and Fork
    55. What are the types of containers
    a) Abstract
    b) Simple & Abstract
    c) Simple, Abstract and receiver
    56. Which of these are true/false with user defined functions?
    a) User defined functions are accessible only in the mapping where they are created
    b) User defined functions are visible across namespace
    c) User defined functions accessed in other mapping by copying it to that mapping
    d) User defined functions are accessible in any mapping in a software component version
    57. Java Mapping is executed by implementing the interface ?
    a) com.sap.aii.mapping.api.StreamTransformation
    b) com.sap.api.mapping.StreamTransformation
    c) com.sap.api.mapping.aii.StreamTransformation
    d) com.sap.mapping.api.StreamTransformation
    58. An Idoc has been sent by a sender system to XI, but the idoc is not received at the XI system which of these could be true/false
    a) The destination system from the sender system to XI is not configured correctly.
    b) The metadata in XI was copied/generated from the sender Idoc is corrupted
    c) The destination system from XI to sender system is not defined correctly
    d) Sender channel is not configured
    59. While mapping which of these is true ? Can I use different mapping ?
    a) You can use only one mapping at a time
    b) You can use ABAP & JAVA mapping
    c) You can use any mapping in any sequence any number of times
    d) Different mapping can’t be used together
    60. To import the metadata from an R/3 system which of this is true/false
    a) The import permitted in Software component need to be selected
    b) You have to create ‘ALE’ Name in SLD
    c) You need to login to the destination (R/3) with a valid user
    d) You need to login to destination(R/3) with a User having administrator rights
    61. You are implementing XI for your customer, you have very good experience
    working in ABAP. While mapping you want to do it in abap, but the option
    available are only ‘Message Mapping’ ‘Java Mapping’ What would you do to
    add the ‘ABAP Mapping’ option. Where would you configure it?.
    a) In Exchange profile
    b) In s/w component
    c) In Integration Repository
    62. From the WSDL description from application server, you can generate:
    a) Java Proxies only
    b) ABAP proxies
    c) Java and ABAP proxies.
    63. JMS adapter can be used for
    a. IBM web sphere MQ
    b. Sonique
    c. Web services
    64. Which of the following is true/false about HTTP plain adapters?
    a. Sender channel is not required to be configured
    b. Receiver channel is not required to be configured
    c. Using this system can directly connect to integration server
    65. You would install Adapter engine de-centrally
    a. To install PCK
    b. To monitor the messages de-centrally
    c. To share load with the central adapter engine and increase performance.
    66. To Receive the data using ‘Select with JDBC adapter you would
    a. You would configure a receiver channel
    b. you would configure a sender channel
    67. You find that the status in transaction ‘SXI_CACHE’ is not equal to 0. Which of the following would you perform?
    a. Check the condition of BP in Integration Repository
    b. Activate the BP in ‘SXI_CHACHE’.
    c. Activate the BP in Integration Directory
    68. Which are the methods that you need to call compulsorily in java mapping.
    a) execute(), setParameter()
    b) Exit() Systemproperties()
    c) Execute(), SetProperties()
    69. What is the relationship between an integration process and business workflow?
    a) The Business Process Engine is the same as the Workflow Engine.
    b) The Business Process Engine needs external Workflow Engine
    c) Business Process Engine is a new name for Workflow Engine
    70. What are the different types that a container element can be based on?
    a) Simple XSD types : XSD:DATE, XSD:TIME, XSD: INTEGER, XSD: STRING
    b) Abstract Integer
    c) Receiver
    71. Which of the following is true with regards to Container Elements?
    a) Elements of a super container are visible in sub container.
    b) Elements of sub container are visible in super container
    c) Container cannot have super or sub containers
    d) Containers can have multiple elements.
    72. Send message within an integration process to 8 receivers at the same time, how can I do this?
    a) Create a FORK statement with 8 branches
    b) Create 8 interfaces
    c) Create a loop with 8 interfaces
    d) Create 8 branches
    73. Which of the following Objects can be used in BPM ?
    a) Context Object
    b) Receiver Determination
    c) Message Mapping
    d) Interface Mapping
    74. Could multiple instances of Integration process run at the same time ?
    a) Yes
    b) No
    75. For ABAP mapping which of the following settings have to be done in Exchange Profile ?
    a) Com.sap.aii.repository.mapping.additionaltypes = R3_ABAP | Abap-class; R3_XSLT | XSL
    b) Com.sap.aii.repository.mapping.additionaltypes = R3_JAVA | Abap-class; R3_XSLT | XSL
    c) Com.sap.aii.repository.mapping.additionaltypes = | Abap-class; R3_XSLT | XSL
    Thanks,
    Satya Kumar.
    Reward points if it is useful..
    Edited by: SATYA KUMAR AKKARABOYANA on Apr 15, 2008 2:21 PM
    Edited by: SATYA KUMAR AKKARABOYANA on Apr 15, 2008 2:29 PM

  • Oracle Certification and the Hands-On Course Requirement (Part 1)

    Some good info for many of you who are working on an Oracle certification: "Oracle Certification and the Hands-On Course Requirement" http://bit.ly/P1yyh

    Neha,
    One item that may be helpful for you is the Hands On Course Form Tutorial http://www.oracle.com/global/us/education/certification/pdfs/hands.pdf.
    ->How many Questions they ask in Hands on Course ?
    Different forms have a different number of questions depending on the path and number of courses that are approved to count toward the certification
    ->"when did you take it" , should I answer in duration or the Start date of batch or end date of batch ?
    You should provide the course start date
    ->What is "Course Facility Name"?
    The name of the facility where you took your course
    ->will i be asked to provide the order number which i get from oracle while registering the exam at oracle ?
    You will need your course enrollment number. This should be in the documentation that you received when you registered for the course
    ->is it correct Course Title - Oracle 9i DBA Fundamental II ?
    You should find your course title on your course completion certificate. There will be a list of courses to choose from on the "test"/form.
    ->I dont receive any certificate from SQL STAR , But will be getting after 3-4 weeks, in the mean time i wish to fill HOC ?Can i Do it ?
    Yes you can do it, you'll just need to be sure that you have all the information that is required >Course title, Course enrollment number, training location.
    ->Please give more questions which can be asked in it , whether it is known or not ?
    You will also need your Prometric ID.
    Regards,
    Brandye Barrington
    Certification Forum Moderator
    Certification Program Manager

  • Oracle Certification and the Hands-On Course Requirement" (Part 2)

    Part 2 to Tuesday's post now online: "Oracle Certification and the Hands-On Course Requirement" (Part 2)" http://bit.ly/L9ID8

    Neha,
    One item that may be helpful for you is the Hands On Course Form Tutorial http://www.oracle.com/global/us/education/certification/pdfs/hands.pdf.
    ->How many Questions they ask in Hands on Course ?
    Different forms have a different number of questions depending on the path and number of courses that are approved to count toward the certification
    ->"when did you take it" , should I answer in duration or the Start date of batch or end date of batch ?
    You should provide the course start date
    ->What is "Course Facility Name"?
    The name of the facility where you took your course
    ->will i be asked to provide the order number which i get from oracle while registering the exam at oracle ?
    You will need your course enrollment number. This should be in the documentation that you received when you registered for the course
    ->is it correct Course Title - Oracle 9i DBA Fundamental II ?
    You should find your course title on your course completion certificate. There will be a list of courses to choose from on the "test"/form.
    ->I dont receive any certificate from SQL STAR , But will be getting after 3-4 weeks, in the mean time i wish to fill HOC ?Can i Do it ?
    Yes you can do it, you'll just need to be sure that you have all the information that is required >Course title, Course enrollment number, training location.
    ->Please give more questions which can be asked in it , whether it is known or not ?
    You will also need your Prometric ID.
    Regards,
    Brandye Barrington
    Certification Forum Moderator
    Certification Program Manager

  • Oracle 9i certification v/s 11g certification

    i am planning for OCP. but i have a dillemma about the certification in the different versions of the oracle database. i want to knowif there is a difference in 9i certification and 11g certification. If i do certification in 9i would it have the same value as the 11g one. As the 11g is an upgraded version of oracle so would it affect if i do certification in 9i. Thanks in advance for your help..

    user8647286 wrote:
    i am planning for OCP. but i have a dillemma about the certification in the different versions of the oracle database. i want to knowif there is a difference in 9i certification and 11g certification. If i do certification in 9i would it have the same value as the 11g one. As the 11g is an upgraded version of oracle so would it affect if i do certification in 9i. Thanks in advance for your help..Hi and welcome to the forum
    It depends on you. You should know that 9i is not supported any more. However, to have more certifications and learn get more information about some aspects of Oracle (For example Performance Tuning and etc.) you can start from 9i. It is 4 exams. I did the same. First of all I wasn't thinking about passing 9i exams, so passed 10g exams. Then I realized that 9i exams has a big value, thus prepared for 9i exams and passed them one by one. No, I can just give one exam to have 11g OCP certification
    You can directly start from 11g and become 11g OCP
    You can be 10g OCP and upgrade to 11gOCP by passing only one exam
    You can pass all 9i exams and then pass only two exams to have 10g and 11g OCP
    The choice depends on you
    Good Luck
    P.S. For the next questions related to certification, you can post your question directly unde specific [Certification forum|http://forums.oracle.com/forums/forum.jspa?forumID=459]

  • Windows 2003 R2 Gray Screen Hang on HP DL380 G5 when restarting or shutdown after Nov/Dec 2011 Windows Update

    I’ve 4 identical HP DL 380 G5 Servers with Windows 2003 R2 Std.  The 4 machines have the same Windows driver version and motherboard BIOS version.  2 have no problem.  2 have problems after Nov/Dec 2011 Windows Update!
    After running for a few days from power-up, the 2 problem servers will hang at gray screen during restart.  After clicking for restart,
    - The Event Log service will stop normally so there is no more error log can be seen!
    - The IP ping to the server can still work.  The mouse pointer in Windows can still be moved.
    - The Windows shutdown gray screen can be shown.
    - [Ctrl-Alt-Del] has stopped to function.
    Then the system just freezes at that status.  I can only cold-boot the system!
    After power-up again, I can do the Windows restart / shutdown normally!  But after a few day of running, the above symptom repeats!  The symptom happened since I installed the Windows Update in Dec 2011.  It didn’t happen before that!
    Anyone can give a hint on how to diagnose it?

    Hi,
    In order to troubleshoot the server hang issue, you can first preform a clean boot on the problematic system.
    Steps:
    ====================
     1. Click Start->Run…->type
    msconfig and press Enter
    2. Click Services tab and select Hide All Microsoft Services
    and Disable All third party Services
    3. Click Startup tab and Disable All startup items
    4. Click OK and choose Restart
    5. After reboot, check whether the problem still occurs
    If the server hang on issue still continues in clean boot mode, for the further troubleshooting, you may check in the Task Manager to see which process takes the memory resources.
    Meanwhile, you can also use reliability and performance Monitor to track down what cause the performance issue.
    Windows Reliability and Performance Monitor
    http://technet.microsoft.com/en-us/library/cc755081(WS.10).aspx
    Windows Performance Monitor
    http://technet.microsoft.com/en-us/library/cc749249.aspx
    Best Regards,
    Aiden
    Aiden Cao
    TechNet Community Support

  • Sample Certification Questions Required for SAP HCM

    Dear HR Gurus
    I am searching for some sample SAP HR certification questions. Inc ase any one of you have such a question bank, please let me also know.
    Points Awaiting
    Regards
    Lokesh Gupta

    1. SAP Overview
    1. Explain the structure of the client/server framework.
    2. Project Implementation Tools
    1. What is the IMG?
    2. What is a project IMG?
    3. Basics of Human Resources
    1. What are the most important processes supported in Human Resources (HR)?
    2. What are the most important structures in HR?
    3. What is meant by Employee Self-Service?
    4. What ways are there to select an Infotype?
    5. How do you hire a new employee?
    6. Which steps make up the payroll process?
    7. Why is there a cross-application time sheet? What are the possible target components?
    8. What is the purpose of time evaluation?
    9. Which reporting tools do you know of?
    10. How is the recruitment component integrated with the other HR components?
    11. What is an applicant action?
    12. What is the difference between qualifications and requirements?
    13. What is the difference between career planning and succession planning? What is a development plan?
    14. Describe the day-to-day activities in Training and Event Management.
    15. What is the appraisal system component used for?
    16. What are the main functions of Compensation Management?
    17. What personnel cost planning methods are there in SAP HR?
    18. Which Infotypes do you need to implement Travel Management?
    4. Organizational Management
    1. What are plan versions used for?
    2. What are the basic object types?
    3. What is the difference between a job and a position?
    4. What is the difference between an organizational unit and a work center?
    5. Where can you maintain relationships between objects?
    6. What are the main areas of the Organization and Staffing user interfaces?
    7. What is Expert Mode used for?
    8. Can you create cost centers in Expert Mode?
    9. Can you assign people to jobs in Expert Mode?
    10. Can you use the organizational structure to create a matrix organization?
    11. In general structure maintenance, is it possible to represent the legal entity of organizational units?
    12. What is the Object Infotype (1000) used for?
    13. What is the Relationships Infotype (1001) used for?
    14. Which status can Infotypes in the Organizational Management component have?
    15. What is an evaluation path?
    16. What is Managers Desktop used for?
    17. Is it possible to set up new evaluation paths in Customizing?
    18. Which situations require new evaluation paths?
    19. How do you set up integration between Personnel Administration and Organizational Management?
    5. Master Data
    1. Which elements make up the enterprise structure?
    2. Which elements make up the personnel structure?
    3. Which elements make up the organizational structure?
    4. Which criteria play a role in establishing these structures?
    5. Which control features are controlled using the personnel subarea?
    6. Which control features are controlled using the employee subgroup?
    7. What is a payroll area?
    8. What is an Infotype?
    9. Which criteria determine payroll areas?
    10. What is the organizational key used for?
    11. In which Infotype are administrators defined?
    12. Why are administrators defined?
    13. What can features be used for?
    14. What is the connection between Planned Working Time (Infotype 7) and Basic Pay (Infotype 8)?
    15. Which ways are there to define default values for the pay scale area and pay scale type?
    16. What is the employee subgroup grouping for collective agreement provisions used for?
    17. Where are pay scale groups and pay scale levels defined?
    18. How are wage types created in the SAP R/3 system?
    19. Can all wage types be entered into all Infotypes?
    20. What does the input permissibility of a wage type depend upon?
    21. What is the personnel subarea grouping for primary wage types used for?
    22. What is the employee subgroup grouping for primary wage types used for?
    23. What ways are there to valuate wage types? Where are wage type valuations defined?
    24. How can you evaluate wage types indirectly?
    25. How can you define default wage types for the Basic Pay Infotype?
    26. What ways are there to perform pay scale reassignments?
    27. What ways are there to perform standard pay increases?
    28. What is the difference between the simple and extended pay increases?
    29. Can several personnel actions be performed on the same day?
    30. What is the Additional Actions Infotype used for?
    31. If an employee leaves the enterprise, are all Infotypes delimited?
    32. Which control options do you have for Customizing when configuring Infotypes?
    33. Can a screen in HR data consist of several Infotypes?
    34. Which ways are there to modify screens in Customizing?
    35. What is an Infotype menu and what is its purpose?
    36. What is an info group? What is a personnel action?
    37. How can a personnel action change the status feature of an employee in Infotype 0000?
    38. How are personnel actions and dynamic actions linked?
    6. Authorizations
    1. What is a role and what is it made up of?
    2. How are the authorizations in a role maintained?
    3. Are authorization objects or profiles assigned to users?
    4. Which authorization object can you use to control an employee’s access to his or her own personal data?
    5. What are the main advantages of the Profile Generator?
    6. Can roles and their authorization profiles be assigned to a user for a limited time period?
    7. How do you create structural profiles?
    7. Payroll
    1. How does the system know when to trigger retroactive accounting for a particular employee?
    2. How is the earliest retroactive accounting date determined for an employee?
    3. What is the payroll control record used for?
    4. Is the exact date of the payroll period for an employee determined by the payroll area or the payroll control record?
    5. What activities are possible when the payroll control record is set to “Released for Payroll”?
    6. Is it possible to branch directly from the payroll log to master data and time data maintenance?
    7. What is Matchcode W used for?
    8. What effect does grouping employee subgroups have on personnel calculation rules?
    9. Can you evaluate payroll results using SAP Query/Ad Hoc Query?
    10. What steps are required to post payroll results to Accounting?
    11. Can a posting run be deleted?
    12. Where do you specify whether an employee is paid in cash or whether the money is transferred to a bank account?
    8. Time Data
    1. What are the basic concepts for recording time data?
    2. What steps are required to set up work schedules?
    3. Can you define your own public holidays?
    4. How do you define which public holiday calendar is valid for an employee?
    5. Which characteristics does a public holiday class blank have?
    6. Is there an employee subgroup grouping for daily work schedules?
    7. What is a variant of a daily work schedule?
    8. Is there an employee subgroup grouping for time quotas?
    9. What ways are there to define breaks within a break schedule?
    10. Which characteristics does a daily work schedule with daily work schedule class 1 have?
    11. Which elements make up a period work schedule?
    12. Which characteristic does a day with day type 1 have?
    13. Which ways are there of representing part-time work in the SAP R/3 system?
    14. Which ways are there of representing substitutions in the SAP R/3 system?
    15. What is the difference between absences (Infotype 2001) and attendances (Infotype 2002)?
    16. What is an absence quota? Give examples.
    17. What is the difference between a validity interval and a deduction interval for time quotas?
    18. You need to deduct an absence from a quota. Which Customizing settings are required?
    19. Should a quota be assigned directly to an absence?
    20. What is the remuneration Infotype used for?
    21. What are counting rules used for?
    22. Can you set up default values to create absence quotas?
    23. Can you generate absence quotas?
    24. What is the schema TQTA used for?
    25. What ways are there of entering information for Controlling when recording time data in the Time Management Infotypes?
    9. Reporting in Human Resources Management
    1. Which reporting tools are available in Human Resources Management?
    2. Is the Business Information Warehouse part of the SAP R/3 system?
    3. What is HIS?
    4. Where do you find standard reports in HR?
    5. Can you also evaluate cross-client data with standard reports?
    6. Can customer-specific reports be incorporated in the Managers Desktop?
    7. What is a logical database used for?
    8. Which logical databases exist in HR?
    9. What is a user group, what is an infoset and how are the two related?
    10. What is a field group? Give examples from HR.
    11. What are selection and output fields?
    12. What can an Ad Hoc Query be used for?
    13. What are the steps for configuring an SAP Query?
    14. What are payroll Infotypes used for?
    u can get some more questions if usearch the form
    includeing these questions also

  • TCRM10 CRM Fundamentals Certification Sample questions required

    Hi Experts,
    I am appearing for TCRM10 fundamentals certification.
    Please help me with sample certification questions for the same.
    Any help would be appreciated n rewarded points.
    Please mailto [email protected]
    Thanks in advance and best regards,
    Vikas
    Edited by: Vikas Taneja on Jan 28, 2008 5:54 PM

    I cannot believe that no one has any sample questions. Please take out little time out of ur schedule and help as the questions would not only help an individual but a team of 20 members.
    Many thanks .
    Vikas

  • ABAP development license for integration certification

    Hello to all the forum members,
    My company is interested in certification some ABAP development that was developed for one of our costumers.
    The development was done using a developer license of the costumer and as we understood, ABAP development license is a pre-requisite to the integration certification process in order to receive your own name space.
    Could you please let me know if the costumer developer license is enough for us to start with the integration certification process.
    Thanks,
    Amit

    Hi Amit,
    I also have something I want to present as "Powered by NetWeaver".
    Maybe we can combine forces and marketing?
    please contact me at: [email protected]
    I will call you back.
    BTW, I live now in Canada...
    thanks,
    Itay Avni

  • Reg ABAP(ECC 5.0 versions) Certification

    Hi,
    I am planning to do my certification in ABAP ECC 5.0 versions
    Please provide me with the study materials, documents, exam pattern, & ways to prepare for exam.
    Thanks in advance
    Regards
    Suresh

    PL check this <a href="http://www50.sap.com/useducation/certification/curriculum.asp?rid=493&vid=5">Link</a> for an idea on the Exam Content & Weighting Information.
    ~Suresh

  • WD Abap - simple question (required field)

    hi folks,
    quite a simple question i guess.
    i have a field marked as required (gets a red asteriks). In the actions i have "Standard" so they should have to do all the validations, but i still can execute the action, i did not find a docu for the behaviour of the "required" features? i thought like in r/3 sapgui appl. a default error messages will be shown?
    any ideas?
    kind regards,
    oliver

    Oliver,
    I guess there is no difference between WD ABAP and WD Java in this regard, so I will answer from WD Java developer point:
    "Required" actually means visual hint to user that input is mandatory. What "mandatory" actually means is application-specific.
    For example, in Java string could be either null, or empty, or contains only spaces, or rest. What is mandatory here? Not null? Not empty? Something besides spaces? Ok, even worth, let us assume that we are entering some number (material, order). So string with only zeroes is also "empty".
    Hence WD does not handle "required" flag itself, this is left for application developer.
    Certainly, some data type constraints like minimal text length, or minimal numeric value may be treated as "required", and here WD works well.
    VS

  • Windows App Certification Toolkit fails on Certification requirements for Windows desktop apps Point 5.5

    Using the latest Version 3.4 of Windows App Certification Toolkit to check Windows 8.1 compatibility our Installer was not approved on:
    Certification requirements for Windows desktop apps
    5.5 Your app installer must create the correct registry entries to allow successful detection and uninstalls
    But all necessary settings are done and after the installation of our application we will find all settings in the registry.
    We use an MSI Installer embedded in a bootstrapper exe. The MSI Installer is made with the WiX Toolset V3.6.
    The same Application Installer got approved on November, 2014.
    We checked this issue against the latest version of MSThreatModelingToolkit installer which also was made with WiX toolset and it fails, too.
    So is there a higher restriction or do we miss anything?

    Hi Wibudev,
    I would suggest you to double check if you have miss something in registry, per documentation mentioned, the installation module must create the following registry entries during installation:
    DisplayName
    InstallLocation
    Publisher
    UninstallString
    VersionMajor or MajorVersion
    VersionMinor or MinorVersion
    WACK 3.4 is the latest version, I don't think there would be any higher restriction but I will recommend you to test with another computer to see if the validate fails again. Sometimes the issue could be on the PC environment.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Certified ABAP Consultant Planning For PS Certification

    Hey Friends,
    Iam a Certified SAP ABAP Consultant.
    I was Planning to Switch to Functinal Side.
    I have 2 Options PM and PS.
    Kindly Suggest which Module would be Gud For me.
    Regards,
    khan

    Moved to Coffee Corner
    Both the modules PS and PM are excellent modules.
    In PM there is more scope for development work and your ABAP skills will be useful, but there are a very few ABAPers who understand PS - so you can choose either way

  • Certification | SCJP 1.4 | 'Marked' questions don't count ??!!

    [Not sure if this is the right place for this question]
    One of my friends took SCJP and he came to know that the questions left 'Marked' on submiting do not count. Is that true ?
    -a.
    ===========
    SCJP 1.4
    SCWCD 1.4

    This is the wrong place for this question.

  • Java certification & oracle database administrator certification

    Hello,
    On this page i can see all certification paths. But when i logged into my account, on pearsonvue.com, i issued 'Schedule an exam'. But there i can't find any java certification or oracle database administration certifications. So where can i find all the certifications for scheduling, shown on that page?
    Thanks

    Roger22 wrote:
    Hello,
    On this page i can see all certification paths. But when i logged into my account, on pearsonvue.com, i issued 'Schedule an exam'. But there i can't find any java certification or oracle database administration certifications. So where can i find all the certifications for scheduling, shown on that page?
    Thanks1) You need to drill down from that link to find individual exams ... eg 1z0-051, 1z0-052, etc ... for instance via:
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=198&p_org_id=&lang=
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_052
    2) You may need to register on Pearson VUE particularly for Oracle.
    (Prometric works much on on a one registration does all, Pearson VUe requires registration for each vendor, in general as far as I remember). But I was able to use my LPIC registered Pearson VUE for Oracle
    To begin with ensure you go via http://www.pearsonvue.com/oracle/
    3) Java exams, having come from Sun stewardship, are currently via Prometric.
    See the Sun Transition FAQ (which is now VERY hard to locate unless you know what you are looking for!)
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=82#6Q12C

Maybe you are looking for

  • Required field dependent on another field in PDF form

    I understand how to make a field required. But client wants a series of fields to be required only if a different field is answered yes. IOW, form begins with the question "Do you want me to call you?" followed by yes/no radio buttons. If the yes but

  • Connecting LG home theatre system to xbox

    "I'm looking at a blue ray home theater system (LG LHB953). I want to make sure there's a way to have my xbox play its sound through the blue ray speaker system. Here is a link to the picture of the back of the blue ray player (http://shopper.cnet.co

  • Explain me about the Host,Node,Cluster,Binary volume in HANA terminalogy ?

    Hi Team , I am just refering through some documents related to SAP HANA Architecture and Landscape and came through the above mentioned jargon , will u please clearly explain me about these and how they are related . Thanks Dinu Pendyala

  • Report Viewer fails in IE11

    I installed IE 11 yesterday and now all my SSRS reports do not display in the viewer.  We are using url to access reports on our report server and when the report tries to open it sits on the spinning wheel and never displays.  It worked perfect unde

  • How to delete objects in edit mode but in previous session?

    Hi, While editing a communication channel power went off and the next time when I try to edit the same I get the error communication channel is being edited by user zzz. Because of this I am unable to activate the standard change list for other objec