Hi Iwan,
You are using the DB catalog name, which is in fact a generated db view and not a HANA model. Try the model name instead. So instead of
"_SYS_BIC"."com.isantoso.poc/K004_P"
use
"com.isantoso.poc::K004_P"
Let us know if that helps
--juergen