Hi,
I am just creating simple sql script based view and getting error.
If someone can tell where is the error, please.
below is the code
/********* Begin Procedure Script ************/
BEGIN
var_out = select bukrs, bstyp, bsart, lifnr, waers, count(ebeln) as order_count, zbd3t,
from "HANAU"."EKKO"
group by bukrs, bstyp, bsart, lifnr, waers;
END /********* End Procedure Script ************/
Screens are attached for column and semantics.