‎2008 Aug 15 10:59 PM
I am trying to update the IT6 using Infotype operations and I am getting dump for perners whcih have reference perners.
Is there any way to get around with other FM's with out using BSC's
Thanks
‎2008 Aug 18 2:37 PM
‎2008 Aug 18 2:38 PM
‎2008 Aug 18 5:36 PM
Hi Ram,
Check this sample:
CALL FUNCTION 'HR_INFOTYPE_OPERATION'
EXPORTING
infty = '0006'
number = wa_p0006-pernr
subtype = wa_p0006-subty
objectid = wa_p0006-objps
lockindicator = wa_p0006-sprps
validityend = wa_p0006-endda
validitybegin = wa_p0006-begda
recordnumber = wa_p0006-seqnr
record = wa_p0006_new
operation = 'MOD'
tclas = 'A'
dialog_mode = '0'
IMPORTING
return = wa_bapiret1.Regards,
Chandra Sekhar