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: 

Maintain HR tables

Former Member
0 Kudos
183

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

Former Member
0 Kudos
163

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

amit_khare
Active Contributor
0 Kudos
163

COP is for Copy.

Use INS instead.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos
163

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