2007 Jul 10 9:53 AM
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
2007 Jul 10 9:57 AM
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
2007 Jul 10 9:59 AM
COP is for Copy.
Use INS instead.
Regards,
Amit
Reward all helpful replies.
2007 Jul 10 12:34 PM
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