Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OM Infotypes DATA update, create

Former Member
0 Likes
1,085

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
685

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 ..

3 REPLIES 3
Read only

Former Member
0 Likes
686

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 ..

Read only

Former Member
0 Likes
685

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

Read only

Former Member
0 Likes
685

I Used FM RH_INSERT_INFTY.

Before that I validated the records in the file with RH_EXIST_OBJEC