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

Reg: How to insert OM infotype Using ABAP program?

Former Member
0 Likes
472

Hi Frnds,

Can anyone let me know how to insert an OM infotype using ABAP program? Is there any function module to do it. Kindly help me to solve this issue (Urgently needed).

Thanks in adv,

Suganya Jayabalan

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
423

hi,

if u r talking abt creating new infotype use PM01 transaction.

if u want to insert new record for an employee in OM infotype use PA30 transaction.

Read only

Former Member
0 Likes
423

Hi Gautham,

Thanks a lot for the help. For manual entry, Im using PP01 transaction to create the new record.

But i need to do it through ABAP program (other than BDC, i.e., Function module, etc).

Do you know any other option to do it through ABAP programming?