Hello Community,
at our customer where doing an upgrade to enhc 8 and 7.50. Now our SUM gives us errro's when a ABAP DLL is converted to a Core Data Service.
It seems that using a lob field in the query is not accepted anymore.
the view is defined like this:
as select from adr12
{
key adr12.addrnumber,
key adr12.persnumber,
key adr12.date_from,
key adr12.consnumber,
adr12.flg_nouse,
adr12.home_flag,
adr12.uri_type,
adr12.uri_length,
adr12.uri_addr as url
}
where adr12.uri_type = 'HPG'
and adr12.flg_nouse = ' '
group by adr12.addrnumber,
adr12.persnumber,
adr12.date_from,
adr12.consnumber,
adr12.flg_nouse,
adr12.home_flag,
adr12.uri_type,
adr12.uri_length,
adr12.uri_addr
and in the current version there's no problem activating the view.
During the SUM fase we now get the error that we can't because of the use of a lob in the group by.
Does anybody encounter the same problem and has a solution for this ?
Thnx