cancel
Showing results for 
Search instead for 
Did you mean: 

Tracking deleted substitutes using RMPS_SET_SUBSTITUTE

Former Member
0 Kudos

Hi All,

My project works on SRM 5.0 version.

Using the transaction code RMPS_SET_SUBSTITUTE, we can create/deactivate/delete the substitutes for a particular user and these changes are recorded in table HRUS_D2.

The issue i faced is i am not able to see the record details in the table HRUS_D2, when a substitute is deleted.

The client wants to track all the changes that is performed using the transaction RMPS_SET_SUBSTITUTE. The actions like creation/deactivating are captured int the table. However when a substitute is deleted, entry is not present in the table.

So please share some ideas if we will be able to track the details on the deleted substitutes and if so, how can we achieve it??

Thanks in advance,

Deepa

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Deepa,

make an enhancement at the end of RH_SUBSTITUTION_DELETE function module.

Inside this enhancement, you can populate a specific table with data you want.

Regards.

Laurent.

Answers (0)