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

Maintain HR tables

Former Member
0 Likes
555

Hi all,

Iam using FM 'HR_INFOTYPE_OPERATION' to maintain the infotypes '0014','0017' and '0442' and i need to create the record if the entry is not there in the table or else change the record if the entry exist. Can i use 'COP' for parameter 'OPERATION' while calling the FM?

Its vry urgent...

Shiva

Hi all,

Iam using FM 'HR_INFOTYPE_OPERATION' to maintain the infotypes '0014','0017' and '0442' and i need to create the record if the entry is not there in the table or else change the record if the entry exist. Can i use 'COP' for parameter 'OPERATION' while calling the FM?

Its vry urgent...

Shiva

3 REPLIES 3
Read only

Former Member
0 Likes
535

Hi,

Yes you can use.

Below are the availabe inputs for this field (got from domain )

COP Copy

DEL Delete

DIS Display

EDQ Lock/unlock

INS Create

LIS9 Delimit

MOD Change

Regards,

Atish

Read only

amit_khare
Active Contributor
0 Likes
535

COP is for Copy.

Use INS instead.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
535

Hi

use <b>INS</b> for Operation if the entry is not there in Table

use <b>MOD</b> if the entry is there..

<b>Reward points for useful Answers</b>

Regards

Anji