2008 Jul 11 3:39 PM
HI guys,
Is it possible to upload data into infotypes using function Module hr_maintain_masterdata.....from flat file(presentation server)....if so wat are clusters we need to use for this process..
regds
sunny
2008 Jul 11 3:41 PM
No need to use any clusters to update data ...
Look at program RPLAPL00 ...
2008 Jul 11 3:41 PM
hi check this...
no need to update clusters
pass this values..
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 Jul 11 3:42 PM
You can definately do that. Just search the forum for the FM, I am sure you will find some sample code.