Hi Arpit
Yes!
Open the dbacockpit, and find the SQL Command Editor, then enter the following commands:
1) Find SCHEMA
select SCHEMANAME from syscat.schemata
2) Compare DDNTT and DDNTF tables
select * from SAPSID."DDNTT" where tabname = '/BCV/S_UIF_CHIP_INSTANCES'
select * from SAPSID."DDNTF" where tabname = '/BCV/S_UIF_CHIP_INSTANCES'
If anyone shows you that no results, please remove that table
3) Remove the TABLE
delete from SAPMTP."DDNTT" where tabname = '/BCV/S_UIF_CHIP_INSTANCES' or
delete from SAPMTP."DDNTF" where tabname = '/BCV/S_UIF_CHIP_INSTANCES'
Thanks!!
Regards
Josué Acuña