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

about HR data upload

Former Member
0 Likes
874

Hello Friends,

can anyone tell steps to upload employee inforamation in database for HR module using BDC as well as collect all inforation in Excel format....can any one tell me abt this ...

mail me on "talele.rahul@gmail.com"

Thanks in advance,

Rahul Talele

8 REPLIES 8
Read only

Former Member
0 Likes
844

1.first search in this forum ?

2.what kind of data/information u want to upload ?

3.Have u done BDC recording for that Tcodes ?

Regards

Prabhu

Read only

Former Member
0 Likes
844

Hi!

Once I made a batch input (BDC) for the transaction PA40. But it was only a mini HR, not a complete one.

You have to create a recording in SM35 - recording button for that transaction. Generate a program from the recording, write the uploader method and you are ready.

Regards

Tamá

Read only

Former Member
0 Likes
844

Hi Rahul,

first of all, it is not recommedable to go for BDC's to upload HR data, as the screen sequence depends on lot of parameters. U can use the fm <b>HR_INFOTYPE_OPERATION</b>, if ur data is not too huge.

Read only

0 Likes
844

Actually, though, SAP's own ZDTT user load transaction creates batch input sessions.

Read only

Former Member
0 Likes
844

Hi Rahul,

BDC is obselete. why dont you use FM HR_MAINTAIN_MASTERDATA which can upload data into any infotype.

HR_MAINTAIN_MASTERDATA in turn calls HR_INFOTYPE_OPERATION but its recommended to use the former.

Reward if helpful!!!!!!!

Younus

mohammed younus

Read only

0 Likes
844

The reason for BDC would be to avoid writing reams of code to handle errors and to allow the data in error to be edited and re-processed.

BDC isn't ideal, but since the HR IDOCs are garbage it's the better solution..

Do a recording through SHDB and create a program based on the results.

Read only

Former Member
0 Likes
844

Hi Rahul,

Use FM <b>HR_MAINTAIN_MASTERDATA</b> to upload HR master data.

In place of using BDC it is better to use this FM.

Use macro <b>GET PERNR</b> to collect all data into infotypes declared in ur report.poplate that dat into a internal table and

Use FM <b>Gui_dowlnload</b> to download data in excel sheet.

Reward points if helpful.

Regards,

Hemant

Read only

Former Member
0 Likes
844

hi rahul,

there are several ways to do what you need to do.

if BDC is the way you want to do it and haven't done it before,

here is a really helpful link:

http://searchsap.techtarget.com/tip/0,289483,sid21_gci960490,00.html?FromTaxonomy=%252Fpr%252F283958

regards,

laure