cancel
Showing results for 
Search instead for 
Did you mean: 

HR Infotype - SORT by NON key field

c_c2
Participant
0 Kudos

Hi all.

I have a question, is it possible to sort an infotype (overview table at least) by a non key field.

Imagine an infotype where some os the listed fields are dates, and we want them to be sorted by one of these.

The infotype allow overlaps and multiple records (time type 3).

Anyone knows what IT is used to move the lines from DB to the screen? If I can catch that table by field-symbol I can sort it.

Best Regards,

Charles

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Charles,

You may try updating field symbol <tc_3000> via user exit.

I don't think think there is a standard way of achieving what you're looking for.

ATB,

Dilek

c_c2
Participant
0 Kudos

Hi Dilek,

I know that there is no standard way to do it.

I already saw that FS, and I can change it by creating a new module on screen 3000. However it doesn't fit my needs as it only have the details for each field and not the field contents.

Former Member
0 Kudos

While debugging I came accross PS[] which has all the infotype values of that specific employee. Also there is f-symbol <x_ps>. However, I don't have any much time to continue w the debugging. Hope this info helps.

Regards,

Dilek

c_c2
Participant
0 Kudos

Hi Dilek,

Unfortunatly that table did not affect sorting.

I even tryed to convert to PNNNN, deleting and adding again in new order, didin't work. Also did the same to PSKEY, same result.