HR Certification Questions-Part3

1 You can create the Project IMG by selecting …A. Countries and Application components based on Ref. IMG B. Currencies and Reference activities. C. By Customizing of IMG. D. Project Documentation and Project Information 2 In IMG, Activities for which SAP cannot deliver default setting are a. Non Required Activityb. Mandatory Activityc. Optional Activity 3 … Read more

HR Certification Questions-Part2

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 reduced by creating Project IMG views, such as the view for “mandatory activities”c) … Read more

HR Certification Questions-Part1

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 following objects: a. Qualification Typesb. Qualification Groupsc. Qualificationsd. Qualification Subgroupse. Qualification Subtypes … Read more

Human Resources Tables/Infotypes

CATSCO Cross-Application Time Sheet (CATS)- Transfer to CO CATSDB CATS- Database Table for Time Sheet CATSHR Cross-Application Time Sheet (CATS)- Transfer to HR CATSMM Cross-Application Time Sheet (CATS)- Transfer to MM CATSPM Cross-Application Time Sheet (CATS)- Transfer to PM/CS CATSPS Cross-Application Time Sheet (CATS)- Transfer to PS CSKS Cost Center Master Data CSKT Cost Center … Read more

Unified Access to All HR Infotypes

The code snippet shows how to access any HR infotype using unified class-based methods.The SAP standard class CL_PT_EMPLOYEE provides us with two methods for reading either a default set of infotypes or any other required infotype(s). The infotypes are returned either in transparent form (default infotypes) or in semi-transparent form (structure PRELP “HR Master Data … Read more

Unified Access to All HR Infotypes

The code snippet shows how to access any HR infotype using unified class-based methods.The SAP standard class CL_PT_EMPLOYEE provides us with two methods for reading either a default set of infotypes or any other required infotype(s). The infotypes are returned either in transparent form (default infotypes) or in semi-transparent form (structure PRELP “HR Master Data … Read more

Processing ‘Time Data’.

· Dependence of time data on validity period· Importing time data· Processing time data using internal tablesTime Data and Validity Period· Time data always applies to a specific validity period.· The validity periods of different types of time data are not always the same as the date selection period specified in the selection screen. Date … Read more

Process Infotypes

Process Infotypes RMAC Modules – RMAC module as referred to Macro, is a special construct of ABAP/4 codes. Normally, the program code of these modules is stored in table ‘TRMAC’. The table key combines the program code under a given name. It can also be defined in programs.The RMAC defined in the TRMAC can be … Read more