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

BDC vs Update query

Former Member
0 Likes
449

Hi,

I have a custom infotype which is being updated by Transaction pa30.

I need to write a program ( to update table for custom infotype ) which will be just executed once. This will update a flag for already existing employees.

Normally we do BDC for this updation. Can't I write a update query to the PA table.

I want to know comparision of doing BDC (via SHDB recording ) to PA30 and update query to the table.

Please suggest.

Regards,

Anita

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
423

use FM HR_INFOTYPE_OPERATION.

1 REPLY 1
Read only

Former Member
0 Likes
424

use FM HR_INFOTYPE_OPERATION.