Application Development and Automation 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: 
Read only

Program SDBILLDL - Sort sequence

Former Member
0 Likes
1,259

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,056

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,057

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

Read only

0 Likes
1,056

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

Read only

Former Member
0 Likes
1,056

Please look into include V05HZZMO & VV05HFZ2.

Regards

Mahendra

Read only

Former Member
0 Likes
1,056

or may be maintaining this one(V_T180V) from SM30?

Read only

0 Likes
1,056

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.

-