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

Function Module or BAPI for T558A

Former Member
0 Likes
676

Hi all,

Is there any function module or BAPI to load data into table T558A{Payroll Account Transfer}??

Regards,

Hari Kiran

4 REPLIES 4
Read only

Former Member
0 Likes
578

USE THIS

BAPI_EXTPAYROLL_INSERT_LEGACY

REWRAD POINTS IF USEFUL.

Read only

0 Likes
578

Hi Sravanthi,

Thank you for answering.

How about this standard program RPULKT00??

Please execute it in SE38 and have a look at it.

Will this do the job.??

we are going live in October. It's a UK client.

Regards,

Hari Kiran

Read only

0 Likes
578

There is this standard program which I mentioned above.

but I didn't use it.

I simply pulled the data from the flat file using GUI_UPLOAD into a internal table and then used Insert statement

and placed the data into the table T558A.

INSERT t558a FROM TABLE it_t558a ACCEPTING DUPLICATE KEYS.

COMMIT WORK.

Regards,

Hari Kiran

Read only

Former Member
0 Likes
578

Even though, I didn't use a funcion module or a BAPI to load the data, the issue was resolved using the code I have written.

Regards,

Hari Kiran