Application Development 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: 

Function Module or BAPI for T558A

Former Member
0 Kudos

Hi all,

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

Regards,

Hari Kiran

4 REPLIES 4

Former Member
0 Kudos

USE THIS

BAPI_EXTPAYROLL_INSERT_LEGACY

REWRAD POINTS IF USEFUL.

0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

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