SAP Function RH_UPDATE_DATABASE - Update PD Database

Parameter Reference Type Length Default Optional Text
BUFFER_UPD HRRHAP-BUFFER_UPD C 1 SPACE X Switch with Buffer Update
CLEAR_BUFFER HRRHAP-BUFFER_CLR C 1 'X' X Switch Delete Buffer After Update
COMMIT_FLG HRRHAP-COMMIT_FLG C 1 'X' X Switch with COMMIT
KEEP_LUPD HRRHAP-KEEP_LUPD C 1 X Retain Last Changed By/On
ORDER_FLG HRRHAP-ORDER_FLG C 1 'X' X Switch: Take Record Sequence Into Account
VTASK HRRHAP-VTASK C 1 Update (B=Buffer,D=Online,V=Update,S=Sync)
WORKF_ACTV HRRHAP-WORKF_ACTV C 1 'X' X Workflow Switch Active

Exception Text
CORR_EXIT Error/Termination While Assigning Correction Number

Functionality
With this function module you can update the Personnel Planningdatabases with insert, change, and delete operations for infotyperecords 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 indialog.

980487ALE: Idoc mass processing - incorrect status 51