-->

Tuesday, November 7, 2023

SAP ABAP CERTIFICATION MCQs Part 6


ABAP CERTIFICATION Multiple Choice Questions (MCQs)


What information can you specify using annotations (marked with the @ sign) when you define a Core Data Services (CDS) view in an ABAP system? There are 3 correct answers to this question.
  1. The logic for aggregations, grouping records, and filtering groups of the CDS view.
  2. The join conditions of the CDS view.
  3. The name of the representation of the CDS view in the ABAP dictionary.
  4. The client dependency of the CDS view.
  5. The extent to which records of the CDS view should be buffered on the application server.
Correct Answer: 3, 4, 5

1.       Explain The Authorization Concept and the types of privileges associated with it? There are 3 correct answers to this question.
  1. System privileges
  2. Object privileges
  3. Analytic privileges
  4. Delta privileges
  5. Application privileges
Correct Answer: 1, 2, 3

             You have an SQLScript procedure with a table input parameter it_books. You want to use the parameter on the right-hand side of an assignment operator within the procedure. How do you refer to the parameter? Choose one correct answer.
  1. {it_books}
  2. :it_books
  3. @it_books
  4. it_books
        Correct Answer: 2

        What must you do when you define and implement an ABAP Managed Database Procedure (AMDP)? There are 3 correct answers to this question
  1. Use scalar types for all AMDP method parameters.
  2. Mark the AMDP method as a READ-ONLY database procedure.
  3. List all ABAP Dictionary tables used in the procedure body in the USING clause.
  4. Specify the database system and the language.
  5. Define all method parameters to be passed by value.
  6. BDC program is used for following except
Correct Answer: 3,4,5

Which of the following are performance recommendations when using SAP HANA? There are 2 correct answers to this question.
  1. Define indexes on the columns that are used in calculations.
  2. Move data-intensive calculations from the database to an application server.
  3. Avoid transferring large result sets between database and client applications.
  4. Filter data in lower layers.
Correct Answer: 3,4





15 Tips to Clear SAP Certification Exam and How to Prepare for SAP Certification Exam?

 Below 15 Tips to crack and how to pass SAP Certification Exam are from SAP experts who are working in top MNCs and have more than 10+ years of experience in SAP industry

1. Expect the SAP FI certification exam to be different each time. Every time 1000s of candidates/students across the world are appearing for this exam, so it is not possible that every candidate will get same questions in exam. The SAP certification exams are constantly updated, so it is unlikely that you will get the same questions as anyone else, even if you take the exam on the same day. Every exam has around 10-25% different questions.

2. Focus on understanding the concepts while doing ERP preparation, not memorizing answers. The exam questions are designed to test your knowledge of SAP S/4HANA Sourcing and Procurement, not your ability to memorize answers. If you understand the concepts, you will be able to answer any question, even if you have never seen it before.

3. Practice answering multiple-choice questions. The SAP certi exams are multiple choice, so it is important to practice answering this type of question. There are many resources available online and in books that can help you prepare.

4. Pay attention to the answer choices. Some of the answer choices can be very tricky. It is important to read all of the choices carefully before selecting an answer.

5. Be careful with the three correct answers questions. The three-answer questions on the exam are the most difficult. If you select one wrong answer, you will lose points for the entire question. It is better to answer a three-choices question at the last.

6. Go through the latest preparation material and assessment tests in SAP Learning Hub. This will help you to clear your concepts and identify any areas where you need more practice.

7. Be aware that the exam questions can be tricky. It is important to have a good understanding of the SAP module in order to choose the correct answer, especially for multiple-choice questions with three correct answers.

8. Focus on questions with only one correct answer first. These questions are easier to score on.

9. Actual exam questions mostly do not have TRUE or FALSE question and answers.

10. The basis of preparation should be the course materials appropriate to the certification.

11. The certification process with Exam is quite simple. Just don’t let the proctor make you nervous. Most of the time, you will hear them only once at the beginning and again at the end.

12. You will get multiple-choice or multi-select questions. Multi-select questions also give you the number of correct answers. Use this to exclude possible solutions.

13. Retake this SAP certification mock test multiple times. Repeat the questions and see in which area you have difficulties. Reread the section and repeat the procedure. Once you consistently get over 90% correct in your questions after a few days of putting them away, you should book the certification.

14. Final SAP certification result and feedback: You will see if you have passed. Congratulations! But also, if you failed, you will get direct feedback. In both cases, you will see which areas you did well or not so well. If you failed, use this information to prepare for the next attempt.

15. Get a high-quality genuine dumps for SAP certification if your running short of time.

There is 100% pass guarantee of SAP certification practice exam test when you follow all tips mentioned in this course.


SAP FICO Certification Dump of Exam Code: C_TS4FI_2021


SAP MM Certification Practice Tests of C_TS452_2021 and C_TS452_2022: SAP S/4HANA Sourcing and Procurement 


Thursday, October 26, 2023

SAP PP Tables


MASTER DATA

Engineering Change Management
AENR Customer and priority
AEOI Revision Numbers.


Work Center
CRHD Workcenter Header Data
CRCA Workcenter Capacity Allocation
CRCO Workcenter Cost Center Assignment
CRHH Hierarchy Header
CRHS Hierarchy Structure
CRTX Workcenter Text
KAKO Capacity Header
KAZY Intervals of Capacity


Routing
PLPO Routing Operation Details
PLKO Routing Header Details
MAPL Routing Link to Material
PLAB Relationships - Standard Network
PLAS Task List - Selection of Operations
PLMZ Component Allocation
PLPH CAPP Sub-operations
PLFH PRT Allocation
PLWP Maintenance Package Allocation
PLMK Inspection Characteristics


Bill of Material
STPO BOM Item Details
STPU BOM Sub Items (designators)
STKO BOM Header Details
MAST BOM Group to Material
STZU BOM History Records
STAS BOM Item Selection
STPF BOM Explosion Structure


Line Design
LDLH Line Hierarchy Header
LDLP Line Hierarchy Items
LDLT Line Hierarchy Takt Times
LDLBC Takts/No. Individual Capacities per Line
LDLBH Line Balance Header
LDLBP Line Balance Items
LDLBT Line Hierarchy Entry and Exit Takts


PRT's
CRFH PRT Master Data
CRVD_A Link of PRT to Document
CRVD_B Link of Document to PRT
CRVE_A Assignment of PRT data to Equipment
CRVE_B Assignment of equipment to PRT data
CRVM_A Link of PRT data to Material
CRVM_B Link of Material to PRT data
CRVS_A Link of PRT Internal number to PRT External number
CRVS_B Link of PRT External number to PRT Internal number

ABAP CERTIFICATION QUESTIONS


ABAP CERTIFICATION Multiple Choice Questions


You want to change the technical properties that are defined in a domain. How do you proceed/which statements are correct?

For this question there are 3 correct options.

1.      Before you make any changes, use a where-used list to search for dependent object, since the changes can continue to the fields in structures and database tables. True.

2.     You make the changes immediately, since, initially, an inactive version is created for all dependent objects that contain these changes. True

3.      Once changes have been made and the domain activated, you have to reactivate each
dependent object individually. False

4.      If a dependent object is a transparent table that already contains data, the table in the database may have to be converted. True

Which conditions must be fulfilled in a programmed check so that a screen input field is made ready for input again?

For this question there are 2 correct options.

1.      The check module must be called using: FIELD field_name MODULE   check_module. True
2.      The check module must be called using: FIELD field_name MODULE check_module
       MESSAGE Ennn. False
3.      An I-type message must be output. False
4.      The module must output an E-type message or W-type message.True


SAP PM (Plant Maintenance) Tables

AUFK                                    Order master data

AFKO                                    Header Data in PP Orders

AFPO                                       Order Item

AFFL                                     Work order sequence

AFIH                                       Maintenance order header

AFVC                                    Operation within an order
                                              Joined on: (AFKO-AUFPL = AFVC-AUFPL)

AFAB                                    Network - Relationships

AFFH                                    PRT assignment data for the work order

AFFL                                     Work order sequence

AFFT                                     Order - Process Instructions

AFFV                                    Order - Process Instruction Values

AFFW                                    Goods movements with errors from confirmations

AFIH                                     Maintenance order header

AFKO                                    Order header data PP orders

AFPO                                    Order item

AFRC                                    Incorrect cost calculations from confirmations

AFRD Default values for collective confirmation

AFRH Header information for confirmation pool

AFRU Order completion confirmations

AFRV Confirmations pool

AFVC Operation within an order

AFVU DB structure of the user fields of the operation

AFVV DB structure of the quantities/dates/values in the operation

AFWI Subsequently posted goods movements for confirmations

AUFK Order master data

AUFM Goods movements for order

BGMK Master Warranty Header

BGMP Master Warranty Item

BGMS Master Warranty Text Item

BGMT Master Warranty Text

BGMZ Warranty Counter

CRHD Work Center Header

CRTX Text for the Work Center or Production Resource/Tool

EQKT Equipment Short Texts

EQST Equipment to BOM Link

EQUI Equipment master data

EQUZ Equipment time segment

HIKO Order master data history

IFLO Table generated for View IFLO

IFLOT Functional Location (Table)

IFLOTX Functional Location- Short Texts

IHGNS Permit Segment for Plant Maintenance

IHPA Plant Maintenance- Partners

IHSG Object-Related Permits in Plant Maintenance

ILOA PM Object Location and Account Assignment

IMPTT Measuring Point (Table)

IMRG Measurement Document

KAKO Capacity Header Segment

KONP Conditions (Item)

KONV Conditions (Transaction Data)

OBJK Plant Maintenance Object List

QMEL Quality Notification

QMFE Quality notification - items

QMIH Quality message - maintenance data excerpt

QMMA Quality notification - activities

QMSM Quality notification - tasks

QMUR Quality notification - causes

T001 Company Codes

T001L Storage Locations

T001W Plants/Branches

T077D Customer account groups

T003O Order Types

T352R Maintenance revisions

T353I_T Maintenance activity type description

T356 Priorities

T357G Permits

T357G_T Text for Table 357GT

T370A Activity Category for PM Lists

TINCT Customers- Incoterms- Texts

TVKO Organizational Unit- Sales Organizations

TVKOS Organizational Unit- Divisions per Sales Organization

TVKOV Org. Unit- Distribution Channels per Sales Organization

TVTA Organizational Unit- Sales Area(s)

VIAUFKST Generated Table for View VIAUFKST.