Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Load T558A table.

Former Member
0 Likes
2,757

Hi. Anybody can tell me how to load data into T558A table??

Should i use RPULKT00 program?

Does anyone have any information about this program?

And what means the #R3 and #R2 labels in the code?

Thanks a lot

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,425

this program Transfer Old Payroll Account from Sequential File to Table T558A

RPULKT00 is a sample report for transferring payroll accounts from a

sequential file to table T558A. From here you can move wage types to

file PCL2 using the payroll driver

RPCALCD0 or RPCALCA0, RPCALCC0, RPCALCE0

and the special conversion schema

XLK0 (transfer payroll account)

or the appropriate country-specific schemas

DLK0, ELK0 etc.

The file records must have the structure HRLOADPAY.

Please take into account that the special conversion function

TRANS transfers entries from table T558A to the IT.

( >FUNC.TRANS in RPDSYS00).

After you have transferred the values of the old payroll account from

table T558A to the internal table IT with the command TRANS, you can

perform all necessary conversions using the normal payroll functions.

If for example, you have only stored one number value in your old

payroll account for each wage type, you can move this to the amount

field of table T558A, and convert the amount/unit or number in the the

conversion schema/cycle using the normal operations before storing the

results in the RT; (almost) all normal payroll options can be used.

After successful transfer, you can delete table T558A again.

Sample wage types required for the transfer are stored in table T558A

under

Personnel number: 00000000

Payroll end date: 12/31/1992 for a January 1993 start date

03/31/1993 for an April 1993 start date

Modifier: 01 for Germany

02 for Switzerland

03 for Austria

04 for Spain

Sample entries always refer to the end date of the period.

Depending on your system requirements, you may also need other wage

types, such as average values from previous periods, which are not in

table T558A. A smaller wage type catalog can be used for the transfer.

You can enter the file using the physical or logical file name. For more

information on logical file names, see Customizing for Basis under

"Additional Client-Dependent File Name Maintenance".

The file containing the payroll accounts to be copied is read in the

text mode (OPEN ... IN TEXT MODE) see ABAP command OPEN).

Password: You should use your login name as the password.

2 REPLIES 2
Read only

Former Member
0 Likes
1,426

this program Transfer Old Payroll Account from Sequential File to Table T558A

RPULKT00 is a sample report for transferring payroll accounts from a

sequential file to table T558A. From here you can move wage types to

file PCL2 using the payroll driver

RPCALCD0 or RPCALCA0, RPCALCC0, RPCALCE0

and the special conversion schema

XLK0 (transfer payroll account)

or the appropriate country-specific schemas

DLK0, ELK0 etc.

The file records must have the structure HRLOADPAY.

Please take into account that the special conversion function

TRANS transfers entries from table T558A to the IT.

( >FUNC.TRANS in RPDSYS00).

After you have transferred the values of the old payroll account from

table T558A to the internal table IT with the command TRANS, you can

perform all necessary conversions using the normal payroll functions.

If for example, you have only stored one number value in your old

payroll account for each wage type, you can move this to the amount

field of table T558A, and convert the amount/unit or number in the the

conversion schema/cycle using the normal operations before storing the

results in the RT; (almost) all normal payroll options can be used.

After successful transfer, you can delete table T558A again.

Sample wage types required for the transfer are stored in table T558A

under

Personnel number: 00000000

Payroll end date: 12/31/1992 for a January 1993 start date

03/31/1993 for an April 1993 start date

Modifier: 01 for Germany

02 for Switzerland

03 for Austria

04 for Spain

Sample entries always refer to the end date of the period.

Depending on your system requirements, you may also need other wage

types, such as average values from previous periods, which are not in

table T558A. A smaller wage type catalog can be used for the transfer.

You can enter the file using the physical or logical file name. For more

information on logical file names, see Customizing for Basis under

"Additional Client-Dependent File Name Maintenance".

The file containing the payroll accounts to be copied is read in the

text mode (OPEN ... IN TEXT MODE) see ABAP command OPEN).

Password: You should use your login name as the password.

Read only

Former Member
0 Likes
1,425

Hi,

You can use the program RPULKT00 to load it, If test is off, your password is your username.

Regards

Sudheer