Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to count in record with field unique in Abap

rizaldy_hidayat
Explorer
0 Kudos

Hi Gurus.

Help me, how to count in record with field unique in Abap.

example, i'm have notification 10 and i have equipment for unique 2 in today. how get

in column same but result for equipment different.


please help me

best regards

2 REPLIES 2

former_member564522
Active Participant
0 Kudos

Please elaborate more in details. From current descriptions it is not clear.

raymond_giuseppi
Active Contributor
0 Kudos

Something like a COUNT( DISTINCT col ) in a SELECT with aggregate?