Functionality With this function module you can change multiple infotype records forOM objects from Personnel Planning database tables (HRPnnnn). Theinfotype tables of the table parameter INNNN must all have thestructure Pnnnn (logical structure for the infotype nnnn). The recordsyou want to change must exist in the Personnel Planning databasetables. If not, this triggers the exception ERROR_DURING_UPDATE. 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 - 'B' -> internal update in buffer only, no DB update In HR applications the parameter should be set to 'D' for update indialog. If there are multiple operations that logically belong togetherto be updated internally in the buffer first and then saved together tothe database, you should set the parameter in each case to 'B' forinternal update in buffer only, no DB update. The DB update is thenexecuted by calling the function module 'RH_UPDATE_DATABASE'. |