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

HR data transfer

Former Member
0 Likes
1,352

Hi

We are migrating data from legacy to SAP. Can Any one educate me how this can be done through LSMW. I have searched internet but havent found any LSMW help on HR side. we are on ECC6.0 and DTT is not available now so we have to define a strategy to load data in SAP.

Can some one also tell me if there is a better method to load data into SAP apart from BDC and HR_INFOTYPE_Operation.

If these are the only methods then which one is the best and less time consuming.

Plz help

Abaper

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,292

Try to do a catt, transaction scat.

First execute transaction SCAT.

At the test case textbox type the test case name

next, press button record transaction:

The system display a small screen and type the transaction code and press button record:

11 REPLIES 11
Read only

Former Member
0 Likes
1,293

Try to do a catt, transaction scat.

First execute transaction SCAT.

At the test case textbox type the test case name

next, press button record transaction:

The system display a small screen and type the transaction code and press button record:

Read only

0 Likes
1,292

Thanks

I dont have any cats knowledge

can you guide me or send me some documents

abaper

Read only

0 Likes
1,292

For loading HR DATA I will suggest HR_INFOTYPE_OPERATIONS, if yu dont have DTT.

Somehow, I have seen lots of issues with data uplaod by using LSMW in HR....

Read only

0 Likes
1,292

Thanks Amit

But how do you capture actions history through FM.

Like inDTT we have initial and current conversions.

How is that done using HR_INFOTYPE_OPERATIONS.

Can you or some one send me an example?

Thanks again

Abaper

Read only

0 Likes
1,292

When we do intiial and current conversions actually we are initially uploading the data with default values to get them in place and check for erros. After that we do current conversions to change those defaulted values to user required formats.

This can be dony by writing a report and calling it twice with inital and current versions of data for uploading.

Read only

0 Likes
1,292

Great,

That is excaly what I wanted to hear but

how can we do that with HR_INFOTYPE_OPERATIONS.

The actual DTT method uses a standard SAP templates for initial and current load and has BDC programs already written for these templates, Now my questions are

1. can we use the same template

2. how to do this using this FM.

3. Do i have to consider the volume of data while using this FM

If I want to use the same DTT approach, Where can I get those DTT provided programs if I can get them

Can some one provide me an example for the FM with initial or current load if possible

Thanks guys for your time

abaper

Read only

0 Likes
1,292

Hi,

For the initial data load is quicker and more versatil a batch input or a catt.

check this url to know how to create catts:

http://www.scribd.com/doc/184770/CATT-Made-Easy?query2=how%20to%20create%20a%20CATT%20in%20SAP

Read only

0 Likes
1,292

My team dont want to use catts. Can someone help me with

FM or LSMW for initial and current conversions and how to captures actions

Thanks

Read only

0 Likes
1,292

Can any one help?

Read only

Former Member
0 Likes
1,292

hi use the hr_infotype_operatio..

why it is useful i will tellu ...because infotypes some times country specific..means different countries had different screens...for the same infotype and for the same pernr..

then there is a problem with the bdc..

so it is better to go for this fm

use this fm with these parameters..

PERNR = NUMBER --->legacy employee number

ACTIO = OPERATION ---> INS

TCLAS = TCLAS -


> A

BEGDA = VALIDITYBEGIN -


>begin date

ENDDA = VALIDITYEND -


> end date

WERKS = WERKS -


>v_werks

PERSG = PERSG -


>v_persg

PERSK = PERSK -


>v_persk

LUW_MODE = LUW_MODE -


>0

DIALOG_MODE = DIALOG_MODE -


>0

NO_EXISTENCE_CHECK = 'X'

NO_ENQUEUE = 'X'

.

Read only

0 Likes
1,292

Thanks for your help Venkat.

My question here is can we use this FM for initial and current data conversion?

if yes how? or I have to use LSMW. which one to go for can some one here porvide me LSMW data migration help for HR data conversion.

I have LSMW documents but not HR specific.

we are implementing HCM here and wnat to bring over all the data from legacy.

Thanks again

Abaper