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

Adding another field to sorted tables

former_member2492
Active Participant
0 Likes
1,296

hello all,

LB_T_BIL_IT_GEN is a sorted table by two key fields.

How can I add another field, in order to sort it by that field too?

for example POSEX

Please let me know

1 ACCEPTED SOLUTION
Read only

geert-janklaps
SAP Mentor
SAP Mentor
1,225

Hi,

You can't add it directly to that table type without a modification, since it's a standard one.

You could copy this table type (and add the field you need) and adapt your program to move the data to your new table type instead of the standard one.

Best regards,

Geert-Jan Klaps

Hi,

You can't add it directly to that table type without a modification, since it's a standard one.

You could copy this table type (and add the field you need) and adapt your program to move the data to your new table type instead of the standard one.

Best regards,

Geert-Jan Klaps

2 REPLIES 2
Read only

geert-janklaps
SAP Mentor
SAP Mentor
1,226

Hi,

You can't add it directly to that table type without a modification, since it's a standard one.

You could copy this table type (and add the field you need) and adapt your program to move the data to your new table type instead of the standard one.

Best regards,

Geert-Jan Klaps

Read only

Former Member
0 Likes
1,225

If the table allows you to append fields at end, you could do so, after receiving approval from your Team Lead.