CDS Parameters
define view /BSH4/P__AC_DLVRYBLLNGQRY3
//
with parameters
P_Material : matnr
as select from /BSH4/P__AI_DlvryBllngCUB
{
Material,
cast(:P_Material as matnr) as Material2,
}
where Material = $parameters.P_Material ;
Comments
Post a Comment