Translate

Tuesday, January 31, 2012

infotype P0017 could not be read error with t-code TRIP

Simply if the userid is assigned in 105 inftp ,this will be cracked.

thanks to detail explanation

http://forums.sdn.sap.com/thread.jspa?threadID=360086&tstart=0

Monday, November 28, 2011

using the round off operation ROUNDGK100 scenario

the requirement is say 6.15 for absneces and net to be rounded of to 6 and 6.60 for ex to be rounded of to 7.

workaround-the ROUNDGK100 operation can be included in the pcr to address this issue.
---------------



ROUND - Rounding Off Within Current Wage Type

Object

Operation

Use

The ROUND operation rounds off field values in the current wage type.

Syntax

OOOOOFSVVV

OOOOO ROUND Name of operation

F Number to be rounded
blank AMT field (total amount) is rounded
G AMT field (total amount) is rounded
A NUM field (number) is rounded
B RTE field (amount per unit) is
rounded

S Rounding method
blank commercial rounding
K commercial rounding
+ round up
- round down

VVV rounding divisor
the result of this rounding should be
divisible by VVV.

Examples

1. The amount (F=G) is commercially rounded to $ (VVV=100).

2. The number (F=A) is rounded up (S=+) to the the next number
divisible by 10 (VVV=10).

3. An amount is to rounded up to 100, e.g. 100, 200, etc. US dollars.

4. An amount is to be rounded to the next number divisible by 10.

Method

1. ROUNDGK100
2. ROUNDA+10
3. ROUNDG+100 to whole value of currency
RTE/100 divide amount by 100,
e.g. dollars
ROUNDG+100 round to the next number
RTE*100 multiply amount by 100,
e.g. cents
4. ROUNDG-100 ignore cents
RTE/100 divide amount by 100,
e.g. dollars
ROUNDGK10 round to next multiple of 10 dollars
RTE*100 multiply amount by 100
e.g.cents

Sick leave absence type deducting salary issue and changes in config to address the issue

Sick leave absence type when created is deducting salary for the employee and to address this we need to do the necessary configuration in payroll->XX(99 for ex)->absneces->desribe absnece valution rule

2. payroll->XX(99 for ex)->absneces->grpoup absnece for absnece valution

3. payroll->XX(99 for ex)->absneces->valuation of absneces(define and setup counting class )

Issue-Wage Type /565 and /566 (Carry-over for next month) created and work around

this technical wagetype is created if 0009 isnt maintained for employees and hence system created /565 and /566 wagetype and it will reflect in the nxt payroll run and will lead to differences.

if 0009 is checked and corrected this issue can be addressed.

p9ZNC(zero net check) function to be activated

www.sapfans.com/forums/viewtopic.php?f=11&t=109422

Friday, October 7, 2011

Sunday, October 2, 2011

#RPUTRBK0 report#0003 Infotype#Payroll Status Infotype-changing payroll status infotype for all employees

Scenario - intial data uploaded using lsmw and the pay roll record status fields need to be changed for all employees.The earliest MD change and Mast data chng bonus field and pdc recacultaion date need to be changed.

RPUTRBK0 report used to change the data for all employees.

enter employee numbers ,check the corresponding boxes and enter the new dates or dates that need to be in 0003 infotype for all the employees.

Saturday, October 1, 2011

Wage Type Posting to FI at employee level

IMG - Financial Accounting / GL Accounts / Line Items / Display Line Items / Define Special Fields for Finding and Sorting Data

and added Field BSEG PERNR to Table V_T021S

We can now choose Personnel Number as a column to display.

Thanks to the contributors

http://www.sapfans.com/forums/viewtopic.php?f=11&t=324467