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

RH_UPDATE_DATABASE

Former Member
0 Likes
933

What is it for?

1 REPLY 1
Read only

Former Member
0 Likes
551

It is a well documented FM.

"With this function module you can update the Personnel Planning

databases with insert, change, and delete operations for infotype

records carried out internally in the buffer with the function modules

'RH_INSERT_INFTY', 'RH_UPDATE_INFTY' and 'RH_DELETE_INFTY' (that is,

with VTASK = 'B').

The values of the parameter VTASK (update type) mean the following:

- 'D' -> update in dialog

- 'S' -> synchronous update via the update task

- 'V' -> asynchronous update via the update task

In HR applications the parameter should be set to 'D' for update in

dialog.

"

Regards,

Ravi