‎2005 Oct 28 7:53 PM
Hello!
Has anyone had any luck changing the sort sequence of the output from program SDBILLDL? It has a field for "sorting criterion" on the selection screen, but the help for that field states that you can use a user exit, but it goes into no further detail(!).
I checked OSS with no luck, and the working through the program code left me at a dead end. It's almost as if the field is just there to tease me.
I promise I will come back and reward points as soon as the functionality is up and running again!
Thanks,
John
‎2005 Oct 28 8:11 PM
Hi John,
Look at this path in config. This is where you can configure additional fields for sorting. Look at the documentation associate with these tasks that explain it well(hopefully).
Implementation Guide for R/3 Customizing (IMG)
-->Sales and Distribution
-->Billing
-->Lists(read documentation here)
-->Define Selection Criteria(read documentation here)
Regards,
Srinivas
‎2005 Oct 28 8:11 PM
Hi John,
Look at this path in config. This is where you can configure additional fields for sorting. Look at the documentation associate with these tasks that explain it well(hopefully).
Implementation Guide for R/3 Customizing (IMG)
-->Sales and Distribution
-->Billing
-->Lists(read documentation here)
-->Define Selection Criteria(read documentation here)
Regards,
Srinivas
‎2005 Oct 28 8:39 PM
Hi Srinivas;
I am not sure if that will work, but that is what I was looking for. We just switched to that program from RV60SBT1 and all of a sudden the sort order changed and you would swear the world had ended!!
Again, I will give points when the system is back up!
Thanks!
John
‎2005 Oct 28 9:05 PM
Please look into include V05HZZMO & VV05HFZ2.
Regards
Mahendra
‎2005 Oct 28 9:20 PM
‎2005 Oct 28 9:31 PM
and this documentation
-
User Exits For Lists
User Exits in Program RVKPR002 (Customer Expected Price)
RVKPRFZ1: This allows the list structure of individual fields to be filled on header and item levels.
<b>RVKPRFZ2: This allows the sort sequence for the first issue of the list to be defined.</b>
RVKPRFZ1: This allows you to deposit your own user codes.
RVKPRFZ1: This allows you to create your own list headings.
There are two additional user exits for listing sales documents, which
influence the way in which the communication structure is filled. These user exits do not affect the structure of the list but the way in which the data is transferred and how the new additional fields are filled.
CUSTOMER_FILL_1
CUSTOMER_FILL_2
Additional display fields for sales document lists
The SAP system contains user exits that you can employ for sales document and billing document lists. These user exits enable you to display extra document, address and status fields, or fields from user- specific tables. You can find these lists in the New fields for lists of sales and distribution documents IMG activity.
-