Functionality This function module lets you delete multiple infotype records for OMobjects from the Personnel Planning database (HRPnnnn). The infotyperecords in the table parameter INNNN must all have the structure Pnnnn(logical structure for nnnn infotype). The records you want to deletemust all exist in the Personnel Planning database table. If not, theexception ERROR_DURING_DELETE is triggered. The individual parameter values VTASK (update type) have the followingmeanings: 'D' -> update in dialog 'S' -> synchronous update via update task 'V' -> asynchronous update via update task 'B' -> update internal in buffer only, no DB update In HR applications, the parameter is set to 'D' for update in dialog.However, if you want an internal buffer update first of multipleoperations that are logically connected and should be written to thedaabase together, you should set the parameter to 'B' for internalbuffer update only. The database update is then carried out by callingFM 'RH_UPDATE_DATABASE'. |