Hi,
a simple CDS view was created: like this:
namespace demo1;
@Schema: 'SAPERP'
context zdemo2 {
define view ZDEMO as select from KNA1
{
KUNNR,
NAME1,
ORT01
};
};
After activation I would expect the View "ZDEMO" to show up in SE11. But ther eis nothing.
How can I call the view from ABAP ?
Any help is appreciated.