on 2025 Mar 01 4:05 PM
I have a requirement to setup a report that needs a value help. however, this status field (ekbe-bwart) does not have an associated cds view and has over 200 options. What would be the best way to go about doing this?
Request clarification before answering.
if cds is not there, can't you create it?
tell us what you are stuck with.....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@junwuthe cds code
define view ZMSTATUS_VH as select distinct from ekbe as mt
{
key mt.bwart as mstatus
}
group by mt.bwart
Displays as such:
As you can see, not all the statuses are showing up as the values in the SAP system are such:
User | Count |
---|---|
72 | |
18 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.