Problem with aViewData

Hello All,

Is there a replacement for

$soxId = $this->_aViewData[“oxid”] = “oxexport”;

I get some error with “oxexport”

[code 1064] [file /var/www/html/oxideshop_ce/source/Core/Database/Adapter/Doctrine/Database.php] [line 947] [message You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘from where 1 and .oxid = ‘oxexport’’ at line 1]

The dot before oxid, there probably is a tablename missing.