on 2015 Sep 07 10:29 AM
select mandt,werks,matnr,zltno,vcode,zmsta,ersda,row_number() over(partition by mandt,werks,matnr,zltno order by ersda desc)rid from ytest002
The result is:
Can I make a cds view like this?
what function can i use in cds view?
i can use substring function, but any other functions i can't use in the cds view.
it tell me there is an error,and i can't active it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.