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

infotypes

Former Member
0 Likes
999

Hi,

how can i update records in an infotypes using programming logic, also can i delete record from infoytpe using prog logic.

Regards,

Quavi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
954

Hi Abdul,

You can use BDC recording for this purpose and update... deletion is absolotely possible using delete statement...

Reward if useful..

8 REPLIES 8
Read only

Former Member
0 Likes
954

Hi,

I believe UPDATE and DELETE statment will do.

Reward if useful!

Read only

Former Member
0 Likes
955

Hi Abdul,

You can use BDC recording for this purpose and update... deletion is absolotely possible using delete statement...

Reward if useful..

Read only

Former Member
0 Likes
954

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.

Read only

0 Likes
954

thanks Amit,

where can i find documentation for this fm, also generally where can i find documentation for function modules.

Regards,

Quavi

Read only

0 Likes
954

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.

Read only

Former Member
0 Likes
954

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

Read only

0 Likes
954

where can i find documentation for these fm, also generally where can i find documentation for any function module.

Thanks

Read only

0 Likes
954

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