I checked my tstout.xml file. It is showing the error invalid object name.
<Payload Role="C" id="atom1" system="001sap0005" mode="single" method="Automatic detection by key word(Automatic detection by key word)" plr="4" dbtype="SQL" blockExecution="false" compatibilityMode="true" delimiter=";" sql="select Itemcode from OITM" disable-output-escaping="false">
<SqlExceptions xmlns="urn:com.sap.b1i.adapter:jdbcadapter">
<SqlException>
<ErrorCode>208</ErrorCode>
<Message>Invalid object name 'OITM'.</Message>
<SqlState>S0002</SqlState>
</SqlException>
</SqlExceptions>
</Payload>
In my SBO-COMMON i changed the company name and it is giving me connection successfull when i test the connection. I am really not sure what is the problem. Why it is not recognising my table?