Hi,
I have to change the 586 field name ain01.
What can i do for this.
I had given like this,
call function 'HR_INFOTYPE_OPERATION'
exporting
infty = '0586'
number = wa_0586-pernr
validityend = wa_0586-endda
validitybegin = wa_0586-begda
record = wa_0586
operation = 'UPDATE'
tclas = 'A'
dialog_mode = '1'
nocommit = ''.
still its not working .
correct me if i am wrong.
thanks