Skip to Content
0
Former Member
May 16, 2008 at 07:42 AM

401k details infotype and fields like 401k contribution amount ,

312 Views

Hi In HR ABAP i want to get the data from the following and put it in a table todownload to a local file , i am able to do the download part , can anybody tell me how to findout the infotypes and fields for the following

Pre-tax deferral amount – percentage. Always a whole number; no decimals – 3 numeric digits. USI confirmed that this can be left blank.

401K Contribution Amount – dollar amount from wage type xxxx from RT table. – 9 numeric digits with decimal point (999999.99).

Employer Match Amount – dollar amount from wage type xxxx from RT table – 9 numeric digits with decimal point (999999.99).

PTD Eligible Compensation – dollar amount. USI does not have this now, but would like to get it. 10 numeric digits with decimal point (9999999.99).

Wage type xxxx from table RT. This is the 401K eligible wages for the pay period.PTD Hours – USI does not have this now, but would like to get it. Used for discrimination testing. 6 numeric digits with decimal point. (999.99).

Wage type xxxx from table RT. This is the number of eligible hours in the pay period.

YTD 401K Contribution. Dollar amount from wage type xxxx in the RT table. 9 numeric digits with decimal point (999999.99).

YTD 401K Match. This is the employer portion. Dollar amount from wage type xxxx in the RT table. 9 numeric digits with decimal point (999999.99).

YTD Hours. Hours from wage type xxxx in the RT table. 6 numeric digits with decimal point. (999.99). For salaried employees this will be blank, so simply pass blank in the file.

YTD Plan Eligible Compensation. Always zero right now, but we should provide if we can. Dollar amount from wage type xxxx in the RT table. 10 numeric digits with decimal point (9999999.99). If the wage type is not found or the amount is blank, simply send blank.

YTD Gross Compensation. YTD Gross Compensation. Dollar amount from wage type xxxx in the RT table. 10 numeric digits with decimal point (9999999.99). A

its very urgent

thx