‎2008 Jun 25 7:13 PM
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
‎2008 Jun 25 9:59 PM
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:
‎2008 Jun 25 9:59 PM
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:
‎2008 Jun 25 10:15 PM
Thanks
I dont have any cats knowledge
can you guide me or send me some documents
abaper
‎2008 Jun 25 11:07 PM
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....
‎2008 Jun 25 11:34 PM
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
‎2008 Jun 25 11:45 PM
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.
‎2008 Jun 26 3:00 AM
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
‎2008 Jun 26 3:54 AM
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
‎2008 Jun 26 5:35 PM
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
‎2008 Jun 27 4:07 PM
‎2008 Jun 27 4:24 PM
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'
.
‎2008 Jun 30 5:06 AM
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