I’m doing an ABAP program which needs to delete employee’s qualification data in SAP HR table HRP1001. Instead of deleting table entries from physical table directly (too much risk) , I would like to build a batch input session via BDC and run the session through SM35. We currently maintain employee’s qualification data through PPPM or PA3=>IT0024 (we have integrated qualification between PA and PD), but both transaction codes locate employee’s qualification data by the screen physical position. It’s really hard for a ABAP program to find a data entry by calculating the position (# of lines) showing on the screen. Is there any other Transaction Code that can be used to locate employee’s qualification data directly or any other way to locate data entry from the screen? Thanks.