Hi All,
Please find the solution below which resolved my problem and will helpful for others as well...
Execute the program 'BSP_CXP_CONFIG_EDIT'
Enter component 'ICCMP_BTITEM' and view name 'itemlist' (its table view) and execute
Then click on Choose configuration button, Choose the one relevant for us
Here earlier it was had ZBTADMINI as shown below in XML config
<?xml version="1.0"?>
<tableConfig>
<headerDefinition horizontalMode="" pageScrollMode="B" visibleRows="5" visibleRowsBefScroll=""/>
<columnDefinition disabled="" hAlignment="LEFT" hidden="" mandatory="" name="STRUCT.NUMBER_INT" tc_order="0" titleID="//ZBTADMINI/STRUCT.NUMBER_INT" width=""/>
Now replaced the ZBTADMINI with BTADMINI as shown below in XML config and SAVE
<?xml version="1.0"?>
<tableConfig>
<headerDefinition horizontalMode="" pageScrollMode="B" visibleRows="5" visibleRowsBefScroll=""/>
<columnDefinition disabled="" hAlignment="LEFT" hidden="" mandatory="" name="STRUCT.NUMBER_INT" tc_order="0" titleID="//BTADMINI/STRUCT.NUMBER_INT" width=""/>
Thanks,
Vij