‎2009 Sep 01 10:13 AM
Hi,
My requriement is i need to update the OM infotypes 1001,1005, 1008, 1013,1028.
I need to build an interface for this.
The input file is an excel spread sheet.
I am able to read the excel data to the internal tables.
Now from internal table I need to update the above mentioned infotypes.
I am trying with RH_PNNNN_MAINTAIN FM, But this FM is for dialog mode as per my understanding.
I didnot use this before and not sure how to use this for multiple infotype update and creation of records.
Can any one help me with sample code.
Thanks
‎2009 Sep 01 6:11 PM
Check the FM : RH_TASK_AGENT_MULTIPLE_RELATE ..
this uses 'RH_PNNNN_MAINTAIN' ...
Hope U'll get an idea on how to use this FM ..
‎2009 Sep 01 6:11 PM
Check the FM : RH_TASK_AGENT_MULTIPLE_RELATE ..
this uses 'RH_PNNNN_MAINTAIN' ...
Hope U'll get an idea on how to use this FM ..
‎2009 Sep 02 12:17 PM
Hi
TRy out the BDC method. to update the OM infotypes . Create a single screen in module pool and put radios buttons for thses infotype and perform a call for BDC ,for indivusal infptype
Regards
lakhan
‎2009 Oct 21 10:06 AM
I Used FM RH_INSERT_INFTY.
Before that I validated the records in the file with RH_EXIST_OBJEC