‎2007 Jul 11 10:41 AM
Hi,
how can i update records in an infotypes using programming logic, also can i delete record from infoytpe using prog logic.
Regards,
Quavi
‎2007 Jul 11 10:47 AM
Hi Abdul,
You can use BDC recording for this purpose and update... deletion is absolotely possible using delete statement...
Reward if useful..
‎2007 Jul 11 10:44 AM
Hi,
I believe UPDATE and DELETE statment will do.
Reward if useful!
‎2007 Jul 11 10:47 AM
Hi Abdul,
You can use BDC recording for this purpose and update... deletion is absolotely possible using delete statement...
Reward if useful..
‎2007 Jul 11 11:00 AM
Hi abdul,
1. Use the fm HR_INFOTYPE_OPERATION
2. With this we can insert, update and delete records. (Also see FM documentation)
regards,
amit m.
‎2007 Jul 11 11:03 AM
thanks Amit,
where can i find documentation for this fm, also generally where can i find documentation for function modules.
Regards,
Quavi
‎2007 Jul 11 11:22 AM
Hi again,
1. When we open the fm via transaction SE37,
2. there is a button on toolbar (at right)
3. "Function Module Documentation"
4. Just press this button, and we can find the documentation for that particular FM.
regards,
amit m.
‎2007 Jul 11 11:06 AM
<b>For PA infotypes:</b> Use HR_INFOTYPE_OPERATION or HR_MAINTAIN_MASTERDATA
with operation = 'INS' for inserting new record, 'MOD' change existing, DLIM : delimiting a record , 'DEL' deleting a record etc.
<b>For OM infotypes :</b> use
RH_ACTIVATE_INFTY
RH_COPY_INFTY
RH_CUT_INFTY
RH_DELETE_INFTY
RH_INSERT_INFTY
RH_INVERT_RELA_INFTY
RH_UPDATE_INFTY
Reward if useful...
‎2007 Jul 11 11:15 AM
where can i find documentation for these fm, also generally where can i find documentation for any function module.
Thanks
‎2007 Jul 11 11:24 AM
To find out Documentaion.
Go to SE37.. give the FM name... press enter..
At the right top corner u'll get documentation for that FM.
for HR_MAINTAIN_MASTERDATA documentation is available..
and for others too...
Reward if useful..
regards
Prax