|
1. What are module name and module variant?
If you are talking in reference of wage type valuation. This is stored in V_T511 table against the wage type. A module that valuates wage types according to certain criteria. The following descriptions of the diverse options can be used for wage types in the following infotypes:
2. Explain significance of TARIF, SUMME and PRZNT in regards to indirect valuation? 3. Briefly explain the two different ways to perform pay increase? In compensation management the standard program is RPITRF00 transaction HRCMP0041. An alternative to LSMW would be to use a BDC to do it: example: CALL FUNCTION 'BDC_OPEN_GROUP'
PERFORM CREATE_BDC. " create bdc session changes CALL FUNCTION 'BDC_CLOSE_GROUP'. IF SY-SUBRC EQ 0.
FORM CREATE_BDC.
PERFORM DYNPRO USING:
PERFORM DYNPRO USING:
PERFORM DYNPRO USING:
CALL FUNCTION 'BDC_INSERT' "BDC_OBJECT_UPDATE
ENDLOOP.
In your dynopro form set your variables... 4. In dynamic pay increase what are variants A, G, D, E, T , C and R? Variant A -> Increases a wage type in IT0008 to an absolute
amount
5. What are the info type attributes? 6. What are system controls? 7. What is DYNPRO? What are the main elements of a screen? DYNPRO represents the screen and it's flow logic in module pool concept. Screen elements = text fields, input/output field, drop down list box, check boxes, push button, box, sub screen, table controls/ step loops, tabstrip control, status icon, OK_CODE field 8. What naming conventions are the info types subject to? 9. Where are the info types relevant to retroactive accounting for payroll and time management defined? 10. What are the significance of field triggers in retroactive accounting? |
|
Read Also
SAP HR Reference Books:
Back to:
Return to :-
(c) www.gotothings.com All material on this site is Copyright.
|