Вы находитесь на странице: 1из 9

1.

Tcode for Evaluation path: OOAW

2. Tcode used to create OM infotype - PPCI

3. Tcode to create PA infotypes - PM01

4. Infotype short text stored in table - T582S

5. The _____ enables you to display structure from organizational Management in a list or tree
structure in a Web Dynpro application and there by display such structures in SAP Enterprise
Portal - Object and Data Provider

6. Collective search help for Personal Number - PREM

7. Relationship between person and position - A/B 008

JOB <-> POSITION (A/B 007)


PERSON <-> POSITION (A/B 008)

8. The selection of one or more fields during processing is referred to as - PROJECTION

9. Infotype with repetitive structures: 0005, 0008, 0025, 0027, 0041, 0052

10. Overtime details are stored in infotype - PA2005

11. Screen no for the default PNP database - Screen 900

13. SAP Company Structure consists of - Client, Company, personal area, personnel subarea

13. Check Table for Infotypes - T777D

14. Which time constraint is not used in join processing - Time constraint 3

15. Infotypes that are created using the new method are also known as "decoupled" infotypes.

16. Transaction to maintain a feature is PE03

17. HR forms are designed in PE51

18. Standard infotypes screen are enhanced using Tcode PM01

2) In provide statement, combining two or more data records is called

a) join

b) Inner join

c) outer join

d) Contraction

1
ANS: Join and Projection

3) The Organizational Assignment belongs to

a) Time Constraint 1

b) Time Constraint 2

c) Time Constraint 3

d) Time Constraint A

4) Choose the right order

a) tables:pernr, start-of-selection, get pernr Reject pernr, End-of-selection

b)tables:pernr, Infotype-0000, start-of-selection, get pernr-pernr Reject pernr, End-of-selection

c)tables:pernr, Infotype-0001, start-of-selection, get pernr Reject pernr-pernr, End-of-selection

d)tables:pernr, start-of-selection, get pernr-pernr Reject pernr, End-of-selection

6) IF you use GET object, then the contents of which infotype available on the key date?

A. Infotype 0000.

B. Infotype 1000.

C. Infotype 1001.

D. Infotype 0001

7) When using HR_INFOTYPE_OPERATION function module the parameter in dialog mode to


run an action background is?

a) 0
b) 1
c) 2
d) 3
ANS: 0

Notes:

0 - the changes are processed in background ,if any errors occurs with E or A msgs , the
complete step is terminated and the corresponding error messages returned to RETURN.

1 – The changes are processed in Background, if any error occurs the system switches to dialog
mode , so that user can correct the entries.

2 – Changes processed in dialog mode.

2
8) How many maximum LDB's we can use in Report?

Ans)   300 nodes

Infotype interface status:

ANS

1. Single screen: DIS, MOD, DEL, COP, INS, and EDQ.

2. List screen: LISO, LIST , LIS9

3. Cats records

 Employee abscences

 Employee time

 Employee payroll

 Employee compensation

Q) PU12 Tcode for 


To create OM infotype
To delete OM infotype
To create PA infotype
To delete PA infotype

Tcode for authorization check? SU24

10. Work center additional details are in table? HRP1011

SAP service for who’s who ---- PZ01.

2. Cluster tables of time results are available. PCL2-B2

3. Transaction code for evaluation path. OOAW

4. OM objection description text is maintained in table. HRP1000

5. Appraisal routing is stored in table

1)HRP 1000 2)HRP1001

3)HRP1045 4)HRT1045

3
6. Relationship between person and position is defined by (A/B 008)

7. Which one of the following is not a valid infotype interface status. CHG

8. Portal userid to given pernr 0105

9. Text module when entering master data for individual infotype data records are stored in
PCL1Tx

10. Interface tool boxes interface format does not deal with ____ infotypes.

11. HR read_infotype uses ___PS_ buffer.

12. Cluster table view V_585A is used to INFOTYPES FOR LOGGED CHANGES REPORT

13. Appraisal data stored in table PA0025

14. Which of the following table gives the list of ldb’s to use…… ldb

2. Tcode used to create OM info type - PPCI

3. Tcode to create PA infotypes - PM01

4. Infotype short text stored in table - T582S

8. The selection of one or more fields during processing is referred to as – PROJECTION

Overtime details are stored in infotype - PA2005

3. OM object description text are stored in

1) HRP1000

2) HRP1001

3) HRP1002

4) HRT1002

9. Function module to get manager details? get_manager

10. Work center additional details are in table? hrp1011

1. Payroll results are stored in

1) Cluster ab

4
2) Cluster bc

3) Cluster xy

4) Cluster xz

12. WHAT IS IN-PERIOD??---the current periods in which payroll run

13. Payroll periods are stored in T549Q

14. Collective search help for Personal Number is PREM

15. WHICH OF THE FOLLOWING IS NOT AN LDB IN HR ABAP?

1) PNP

2) PNPCE

3) PMP

4) PCP

16. Default mode while declaring infotypes --- MODE N

17. To delete payroll results -- use program RPUDEL20

22. TO READ SINGLE RECORD FROM RECRUITMENT TABLE?

1) READ OBJECT

2) RH_READ_INFOTYPE

2. What infotype stores reference personnel number?


Infotype 0030
Infotype 0031 (correct)
Infotype 0032
Infotype 0033

3. Macro syntax for PROVIDE_FRST and PROVIDE_LAST


RP_PROVIDE_FROM_FRST -> EARLIEST RECORD
RP_PROVIDE_FROM_LAST -> READ NEWEST RECORD

4. PU12 we can change HR master data and payroll only.

5. Personal administration is sub module of HR.

6. Object and data provider is used to display HR data in WD component

7. Infotype short text table - T582S

5
8. LDB table - LDBS

9. ABAP performance analysis Tcode - AL21

10. Who is who infotype: PZ01 or PZ24

11. Which table gets updated when infotype is created? T777D

12. PA30 is HR Master Data Maintenance, where all infotypes are maintained, similar to Our
SM30

13. PCL2  PAYROLL RESULT

14. WPBP  WORK CENETER / BASIC PAY

15. FM to create OR maintain to infotype. Ans: HR_INFOTYPE_OPERATION

16.'A' is a key for which object? Cost center/Assign group/person/work center

17. Program flow for ABAP HR

Example program for HR:


REPORT zabaphr.
TABLES: pernr.
INFOTYPES: 0001 , 0002.
GET pernr.
PROVIDE * FROM p0001
* FROM p0002 BETWEEN pn-begda AND pn-endda.
WRITE: / p0002-pernr , p0002-vorna, p0002-nachn.
ENDPROVIDE.
END-OF-SELECTION.

18. Who’s who infotype? PZ01 or PZ24

19. Get object will fill data for which infotype – 0000,1000,0001,1001

20. Which infotype doesn’t have BEGDA and ENDDA:

PA0003

21. Tables where Infotypes are stored:

 DAT01

6
 DD02L
 DD01L
 INFO

Screen Interface Use of interface status for the


status function
Single DIS Display
screen
  MOD Change
  DEL Delete
  COP Copy
  INS Insert
  EDQ Lock
List screen    
  LIS0 List screen/display
  LIS1 List screen/maintain
  LSI9 List screen/delimit

22. FM to retrieve data from pa tables

      HR_READ_INFOTYPE – to retrieve data from PA tables


      RH_READ_INFTY – to retrieve data from OM Infotypes

23. Transaction to maintain feature is


pe01
pe02
pe03
pm01

24. fm or bapi to upload info types

HR_INFOTYPE_OPERATION or HR_MAINTAIN_MASTERDATA

25. Personal admin related infotype

a) 0000 to 0999

7
b) 1000 to 1999

c) 2000 to 2999

d) 3000 to 4999

26. Report _ _____ used to transfer data from PA to OM

 RHINTE00
 RHINTE01
 RHINTE035
 RHINTE030

27. COLLECTIVE SEARCH HELP FOR PERSONAL NUMBER IS

 PREM
 PERM
 PERNR
 PERSO

28. Screen field are controlled by using

 T588M--- Info type Screen Control


 T588B---- Info type Men
 T588Z---- Dynamic Actions
 T588A---- Transaction Codes

29. HR_READ_INFOTYPE - FM to fetch particular infotype


HR_99S_READ_INFOTYPE – FM to fetch multiple infotypes

30. Logged Changes in Infotype Data (Report RPUAUD00) – PA Tables data

31. File PCL1 is the data base for HR application areas. It contains information which originates
in time recording, for example, incentive wage time tickets or supplementary infotype texts.

32. File PCL2 contains derived information such as payroll accounting results. It also contains all
generated payroll schemas.

33. File PCL3 contains applicant data.

34. File PCL4 contains the change documents for HR master data and recruitment.

35. FM to create/maintain to infotype. HR_INFOTYPE_OPERATION

8
36. What is the SAP company structure consist of

 Client, Company code, Personal area, personal sub area,


 Client, sales area, plant, personal area.
 Company code, sales area, plant, delivery point.
 Personal area, personal sub area, division.
37. Personal Administration is a module of?

 PM.
 PS.
 HR.
 PP.
38. PCL3 cluster is used for

 Accounting Results - PCL2


 Recruitment data. - PCL3
 Documents. - PCL4
 Personal cost planning. -PCL5

39. Which field is used to differentiate records with the same infotype?

 Time constraint field.


 Field PAKEY.
 Field OBJPS.
 Field SUBTY
40. HR_INFOTYPE_OPERATION in foreground mode? BACKGROUND  0

 0
 1
 3
 2

41. PERSONAL administration infotypes

 0000-0999
 1000-1999
 2000-2999
 3000-3999

Вам также может понравиться