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

Sort dynpro 3000 infotype

Former Member
0 Likes
918

Hi,

I need sort the list dynpro in infotype. Is it posible???

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

Yes, it is, but in limited range. Simply set infotype attribute 'Sort sequence' (V_T582A-SRTPS).

Regards,

Renata

Hi,

I need sort the list dynpro in infotype. Is it posible???

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
738

Yes, it is, but in limited range. Simply set infotype attribute 'Sort sequence' (V_T582A-SRTPS).

Regards,

Renata

Read only

Former Member
0 Likes
737

Hi,

I need sort the infotype by one field out of key, how can i use this for sort??

Read only

0 Likes
737

u can use thhe field sort sequence of view V_t582a for following conditions -

Sort sequence of records

Indicators for record sorting:

' ': in ascending order according to subtype, in descending order according to 'from' date of validity period

'1': in descending order according to 'from' date of validity period, in ascending order according to subtype

'2': in ascending order according to subtype, in ascending order according to 'from' date of validity period

'3': in ascending order according to 'from' date of validity period, in ascending order according to subtype.

I don think u wil be able to do it via any of the key fields but why u need to sort the sequence?

amit

Read only

Former Member
0 Likes
737

Hi,

I need list the resume dynpro order by status. Status is a field to check transport tickets.

0 -> active

1 -> Block

2 -> cancel

3 -> In progress

Thanks