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

insert data in infotypes

Former Member
0 Likes
992

hi all,

i want to insert data in customer infotype.

is it possible any FM to insert data in custome infotype with time constraint 1 and without considering validations.

please help me.

regards,

sheetal

5 REPLIES 5
Read only

Former Member
0 Likes
731

Hello,

The function module 'RH_INSERT_INFTY lets you insert multiple infotype records for OM objects into the Personnel Planning databases (HRPnnnn). ie the PD infotypes. For updating PA infotypes pl use 'HR_INFOTYPE_OPERATION' as suggested by others earlier.

Regards,

Vasanth

Read only

0 Likes
731

hi Vasanth ,

the above two function modules, validations has done before insert data into infotype .My requirement is to insert data into infotype with out considering any validations.

regards

sheetal

Read only

0 Likes
731

Then your only option is to do a direct update of the Custom infotype table with a simple update <pa9xxx>. statement.

~Suresh

Read only

0 Likes
731

Hello Sheetal,

Use this FM.

HR_INFOTYPE_OPERATION.

Vasanth

Read only

Former Member
0 Likes
731

Hi Sheetal,

Use Function Module <b>HR_INFOTYPE_OPERATION</b>

hope this helps,

Reward Helpful answers with Points,

Regards,

Tejas