
C_HCMP_2311 PDF Download Nov-2024 SAP Test To Gain Brilliante Result!
Provide Updated SAP C_HCMP_2311 Dumps as Practice Test and PDF
SAP C_HCMP_2311 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION # 31
You are using operation ADDWTE*.
Into which table will the wage type be transferred?
- A. Results table (RT)
- B. Time Input table (TIP)
- C. Working Place Basic Pay table (WPBP)
- D. Output table (OT)
Answer: A
Explanation:
Operation ADDWTE* is used to add a wage type to the results table (RT) with a specified amount and number. The wage type can be either a constant value or a variable from the input table (IT). The operation can also be used to modify an existing wage type in the RT by adding or subtracting the amount and number.
The operation has the following syntax:
ADDWTE*nnnnnAmmmmmB
where nnnnn is the wage type, A is the operator (+ or -), mmmmm is the amount or variable, and B is the number or variable. For example:
ADDWTE*1000+1000.00
This operation adds wage type 1000 to the RT with an amount of 1000.00 and a number of 1.
ADDWTE*1000+VARGB
This operation adds wage type 1000 to the RT with an amount of VARGB and a number of 1.
ADDWTE*1000+1000.00-2
This operation adds wage type 1000 to the RT with an amount of 1000.00 and a number of -2.
ADDWTE*1000-VARGB
This operation subtracts VARGB from the amount of wage type 1000 in the RT and leaves the number unchanged.
References = 1 (SAP HCM Payroll for SAP S/4HANA, page 52) 2 (SAP Note 3044085 - FAQ: SAP HCM Payroll for SAP S/4HANA, question 13)
NEW QUESTION # 32
What transaction do you use to create a new personnel calculation rule?
- A. PA03
- B. PE01
- C. PE02
- D. PA30
Answer: B
Explanation:
To create a new personnel calculation rule, you need to use transaction PE01. This transaction allows you to access the rule editor, where you can define the rule type, the variable key, and the operations for the rule. You can also assign the rule to a payroll schema or a sub-schema using transaction PE02. The other transactions are not relevant for creating a new personnel calculation rule. PA30 is used to maintain employee master data, PA03 is used to display payroll control records, and PE02 is used to maintain payroll schemas and sub-schemas. References = Payroll Operations, Payroll Schemas and Personnel Calculation Rules PCR SAP HCM (HR), Personnel Calculation Rules
NEW QUESTION # 33
Which of the following infotypes are evaluated for payroll factoring? Note: There are 3 correct Answers to this question.
- A. Actions infotype (IT0000)
- B. Organizational Assignment infotype (IT0001)
- C. Absences infotype (IT2001)
- D. Payroll Status infotype (IT0003)
- E. Bank Details infotype (IT0009)
Answer: A,B,C
NEW QUESTION # 34
With which operation can you transfer wage types to an internal table?
- A. ADDWT
- B. OUTWP
- C. XINO
- D. PIT
Answer: A
NEW QUESTION # 35
You want to calculate partial period factors including unpaid absences in work days for all counting classes.
What variable do you use?
- A. SAP02
- B. SAP**
- C. AAU**
- D. KAU**
Answer: C
Explanation:
To calculate partial period factors including unpaid absences in work days for all counting classes, you need to use the variable AAU**. This variable represents the absence in work days for all counting classes. The formula for the partial period factor is:
Partial period factor=DivisorPlanned working time or flat rate period working timeAbsence The divisor is the number of work days in the period. The planned working time or flat rate period working time and the absence are both in work days. Therefore, you need to use the same calculation unit (A) for both parameters. The variable AAU** contains the value for absence in work days for all counting classes. The variable ASOLL contains the value for planned working time or flat rate period working time in work days.
Therefore, the partial period factor can be calculated as:
Partial period factor=DivisorASOLLAAU**
References=Partial Period Factor,Partial Period Remuneration (Factoring)
NEW QUESTION # 36
Which function/parameter combination must you activate in a productive payroll schema?
- A. OPT/INFT
- B. PGM/ABR
- C. OPT/TIME
- D. CHECK/ABR
Answer: D
NEW QUESTION # 37
The following wage type with its wage type fields is given:
What is the result of the wage type in the output IT if it only runs through the following calculation rules: MULTI RAA and ADDWT *?
- A. Rate = 0
Number = 0
Amount = 0 - B. Rate = 0
Number = 0
Amount = 130 - C. Rate 10
Number = 0
Amount = 0 - D. Rate = 10 Number = 0
Amount = 130
Answer: D
NEW QUESTION # 38
Which wage type's can you use to calculate the hourly base rate for salaried employees? Note: There are 2 correct Answers to this question.
- A. /001
- B. /801
- C. /002
- D. /802
Answer: A,C
Explanation:
Wage types in SAP HCM Payroll are used to assign payments and deductions as well as to control the payroll program. They are the building blocks of the payroll module and areessential to compensate the employees1. In the case of an hourly wage type, the hourly rate, which should be multiplied by the number of hours performed by the employee, during the payroll run2. Therefore, wage types /001 and /002 can be used to calculate the hourly base rate for salaried employees. References =
https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/e533a9d0e7e547818964b2fd3226924b/953ac2531bb9
https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/21a0a960d9b44ccaa6ac02f87e100f2f/37cade5371874
NEW QUESTION # 39
Which processing class determines if a wage type should be considered for factoring?
- A. Processing class 3
- B. Processing class 10
- C. Processing class 6
- D. Processing class 20
Answer: B
NEW QUESTION # 40
How can you evaluate a wage type if it is configured to use constant valuation bases? Note: There are 3 correct Answers to this question.
- A. Assign a fixed amount.
- B. Configure a varying amount based on the hourly rate.
- C. Configure a varying amount based on pay scale group and pay scale level.
- D. Configure a varying amount based on an average rate.
- E. Configure a varying amount based on employee group and employee subgroup.
Answer: A,C,E
NEW QUESTION # 41
Which of the following personnel calculation rules does the system use in the subschema of XAL9 factoring and storage? Note: There are 2 correct Answers to this question.
- A. X020
- B. XVAL
- C. XPPF
- D. X015
Answer: C,D
NEW QUESTION # 42
Which functions do you use to import infotypes data into the current payroll run? Note: There are 2 correct Answers to this question.
- A. COM
- B. 0
- C. WPBP
- D. PIT
Answer: C,D
NEW QUESTION # 43
Which variable do you use to import an employee's actual planned working time for each partial period?
- A. A) KSOLL
B) ASOLL
C) SSOLL - B. A) KDIVP
B) ADIVP
C) SDIVP - C. * KDIVI
* ADIVI
* SDIVI - D. * KAU**
* AAU**
* SAU**
Answer: A
NEW QUESTION # 44
Under what condition will a time wage type be selected using the rule shown in the attached graphic?
- A. After a maximum of two work hours
- B. For all planned work
- C. On a Sunday
- D. NOT on a public holiday
Answer: D
NEW QUESTION # 45
What operation must you use to query an employee's personnel area in a personnel calculation rule (PCR)?
- A. OUTWPPARTT
- B. OUTWPABART
- C. OUTWPPLANT
- D. OUTWPPAYSB
Answer: C
Explanation:
This operation is used within SAP HR to retrieve the personnel area which is part of an employee's organizational assignment. Personnel areas are used to structure an enterprise from a personnel perspective and are unique to each company code.
NEW QUESTION # 46
Which function in sub schema XBDO (basic data) checks if all master data has been completely imported?
- A. GON
- B. UPD
- C. ENAME
- D. WPBP
Answer: A
NEW QUESTION # 47
What operation must you use to query an employee's personnel area in a personnel calculation rule (PCR)?
- A. OUTWPPARTT
- B. OUTWPABART
- C. OUTWPPLANT
- D. OUTWPPAYSB
Answer: C
NEW QUESTION # 48
......
C_HCMP_2311 Dumps are Available for Instant Access: https://www.passtestking.com/SAP/C_HCMP_2311-practice-exam-dumps.html
Valid C_HCMP_2311 Dumps for Helping Passing C_HCMP_2311 Exam!: https://drive.google.com/open?id=15L_HTqzsH3dDeK9EZIZr8CBb9myyIKYt