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

Data upload into infotype 2003

Former Member
0 Likes
638

Hiii

I have a customer requirement to upload flat file containing

below fileds into IT2003

PersNo,

Begindate,

Endate,

Daily work schedule.

currently they are using LSMW.

Can i use Function Module HR_INFOTYPE_OPERATION'

to upload in to IT2003

Regards,

nazi

Hiii

I have a customer requirement to upload flat file containing

below fileds into IT2003

PersNo,

Begindate,

Endate,

Daily work schedule.

currently they are using LSMW.

Can i use Function Module HR_INFOTYPE_OPERATION'

to upload in to IT2003

Regards,

nazi

1 REPLY 1
Read only

former_member907073
Participant
0 Likes
494

Yes. for data which u have for Upload ,U can surely use the FM HR_INFOTYPE_OPERATION

with Operation options :

COP Copy

DEL Delete

DIS Display

EDQ Lock/unlock

INS Create

LIS9 Delimit

MOD Change

INSS Create for Actions is not converted to Change

Apart this u will be reqd to Use BAPI_EMPLOYEE_ENQUEUE : so that the records stored for this

person cannot be accessed.

Once done with operation ,end it with BAPI_EMPLOYEE_DEQUEUE.

Regds,

AS