on 2023 Dec 11 9:05 PM
So I use VF04 daily, and part of the process checks I have is to count the number of items listed on the Billing Due List before I commit and Save. Despite looking around I never seem to have been able to find an option to just display the number of items I have in the list. Currently our only option is to print the list which provides a total count, but ideally I don't want to be wasting paper.
Is there a way to display the count of items listed in VF04?
Thanks
Request clarification before answering.
If you have access to transaction SE16N, then go to this tcode, input the table I suggested and execute. Now you will see the option "Number of Entries". If you don't have authorization to this tcode, then, you need to get the required authorization or take the help of ABAP team to develop a report
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With Abap, you could look for an implicit Enhancement option (e.g. start of FM VKDFS_ALV_DISPLAY) to display some status message with the number of records.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(Without abap) Try to use 'Find' in 'Edit' menu, input some constant you expect on every record and check the 'Display number of Hits' box before pressing Enter.
It is not clear what you are trying to achieve from vf04. As you indicated, if you just wanted to know the counts, you can check via VKDFS table where if you click "Number of Entries", you will get the count of documents to be billed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 32 | |
| 18 | |
| 15 | |
| 14 | |
| 9 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.