Yes, we normally enter Infotype # into Infotype field to reach Infotype maintenance screen directly. But, for IT0024, when you get there, you will see a whole list of qualification entries that employee has. You have to mouse scroll down to locate the particular qualification item that you want to delete. Looks like I have to pull all data entries into internal table and calculate the # of lines that I want to delete, if the # of lines is over screen line limit (say : 16), I have to use BDC page down to reach the page of deletion line first. Anyway, it’s complicate, but, I have no more good choice.