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

Insert Data Into Infotypes

Former Member
0 Likes
345

HI All,

I have a requirement to insert data into 14 & 15 infotypes. Can we do it with Using the BDC.

My file contains the fields of both infotypes 14 & 15 in a single record. i tried using the HR_INFOTYPE_OPERATION and its worked.

Please let me know can we do the same using the BDC. if so please suggest how to record both infotypes 14 & 15 simultaniously using PA30 transaction.

Thanks,

Sampath.

1 REPLY 1
Read only

former_member194416
Contributor
0 Likes
319

You don't need one recording, create separate recording for each infotype. In your code first run one of them then the another for each line in your file. But if the volume of data is too much it's better to use fm not to BDC.