Payroll Related SAP HR Certification Questions

PAYROLL 1. Which of the following are Composite Roles? • Payroll Manager • Payroll Administrator • Payroll Process Administrator • Payroll Administrator for Loans 2 Which of the following are Payroll Prerequisites? • Infotype 0000, Infotype 0001, Infotype 0002, Infotype 0006, Infotype 0024 • Infotype 0001, Infotype 0007, Infotype 0002, Infotype 0008, Infotype 0014 • … Read more

SAP HCM Certifications Sample Questions

List of sample questions related to SAP HCM certification (SAP HCM Certifications Sample Questions). Practice these questions will help you 1 Holiday calendar is assigned to (a) personnel area. (b) personnel sub area (c) company code (d) factory calendar 2 Holiday classes are assigned to:- (a) Work schedules (b) holidays (c) holiday calendar 3 True … Read more

SAP HCM Certifications Questions related to Personal Admin

Here is list of SAP HCM Certifications Questions related to Personal Admin. THR10 – PERSONNEL ADMIN II (Week Two) 1 You can create the Project IMG by selecting …A. Countries and Application components based on Ref. IMGB. Currencies and Reference activities.C. By Customizing of IMG.D. Project Documentation and Project Information 2 In IMG, Activities for … Read more

SAP HCM Certification Sample Questions

Here list of SAP HCM Certification Sample Questions. HUMAN RESOURCE PARTNER ACADEMY TEST 1. Identify the correct statements relating to the Implementation Guide. Note – More than one answer is correct a) When creating a project IMG the application areas and countries are selected from the Enterprise IMGb) The number of implementation activities can be … Read more

SAP HCM Certification sample questions

Here is the list of explaining SAP HCM Certification sample questions? Week: 01 – Organization Management, HR Processes 1. The following modules are available in SAP R/3 for a Professional User: a. Advanced Planner and Optimizer.b. Strategic Enterprise Management (SEM).c. Information Warehouse (BIW).d. SAP Net.e. Business-to-Business Procurement (B2B). 2. A qualification Catalog consists of the … Read more

How to Create a new Infotype

Creating a New Infotype Step 1 Execute transaction PM01 (If you get a message saying the infotype can not be enhanced, Try transaction PPCI). Step 2 Select create IT tab and enter new infotype number into selection box. Step 3 Press the create ‘ALL’ button (left of infotype no.). You will get a dialog box … Read more

Logical Expression syntax in ABAP

In ABAP (Advanced Business Application Programming), logical expressions are used for conditions and control structures. Here is the Logical Expression syntax in ABAP. CO Contains Only: True, if operand1 only contains characters from operand2. Upper/lower case and trailing blanks are taken into account for both operands. If operand2 is of type string and is initial, … Read more

How to compare two strings in ABAP

In ABAP, you can compare two strings using various comparison operators and functions. Here are a few ways How to compare two strings in ABAP? 1. CO (Contains Only): c1 contains only characters in the string c2. The comparison takes into account the full length of c1,including blanks at the end.If the result of the … Read more

Create a Digital Signature in ABAP ( Sample Code)

Here is explanation of Create a Digital Signature in ABAP (Sample Code). This is a short list of necessary operations:Build a table for metadata using as key a field referring to data element SIGN_GUID_22 and the complete key for your to-be-signed document; in my case:ZZAPT_SIGNATUREFIELD DATA ELEMENTMANDTMANDTSIGN_ID SIGN_GUID_22CORDERID N1CORDIDBuild a structure for operation log: ZZAPT_SIGNATURE_LOGFIELD … Read more