Loop the it_telnum table which is returned from Bapi 'BAPI_BUPA_CENTRAL_GETDETAIL'. For all the entries which you want to delete, create that many entries in the table it_telnumx. It looks like you are only creating a single entry with only updateflag = 'D'. The second bapi updates but it does not know which record it has to delete.
↧