cancel
Showing results for 
Search instead for 
Did you mean: 

Function module HR_INFOTYPE_OPERATION

Former Member
0 Kudos

Hi Folks,

What is meant by ' Infotype operation' in HR ABAP. I need to pass the parameter 'Operation ' in the FM HR_INFOTYPE_OPERATION. Could any one explain me hw to pass that parameter..Thanks..

Shyam.

Edited by: shyam prasad on Jul 15, 2008 3:37 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Infotype operation means, the operation you want to perform on the infotype record.

This FM is used to do the operations on the infotype record.

For this the wa which you want to send to this FM should be of the Infotype Structure type.

Specify the Infotype number and if sub type exists specify the sub type and Employee Number and work area which you want to pass

After that if you want to Create a record then spend Infotype operation as INS or if you want to modify then that will be MOD, for delete use DEL.

Capture the return value from the Fm so that you can understand the error, if occured or if the operation is Success..

Former Member
0 Kudos

Hi,

These are the below mentioned values for operation parameter in the FM HR_INFOTYPE_OPERATION.

COP Copy

DEL Delete

DIS Display

EDQ Lock/unlock

INS Create

LIS9 Delimit

MOD Change

INSS Create for Actions is not converted to Change

Please reward sutiable points.

Regards,

IFF