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

Abap-hr

Former Member
0 Likes
551

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

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

3 REPLIES 3
Read only

Former Member
0 Likes
528

No need to use any clusters to update data ...

Look at program RPLAPL00 ...

Read only

Former Member
0 Likes
528

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'

Read only

Former Member
0 Likes
528

You can definately do that. Just search the forum for the FM, I am sure you will find some sample code.