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

How Data is posted to the payroll clusters ?

Former Member
0 Kudos
276

Hi gurus,

Can you give me more information on how the data is written to the clusters

by the payroll driver program - RPCALCU0 .

Thanks

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Kudos
246

The ABAP commands IMPORT and EXPORT are used for management of read/write to database tables PCLn.

A unique key has to be used when reading data from or writing data to the PCLn.

~As found on net.

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Kudos
247

The ABAP commands IMPORT and EXPORT are used for management of read/write to database tables PCLn.

A unique key has to be used when reading data from or writing data to the PCLn.

~As found on net.

Read only

0 Kudos
246

thanks