2007 Feb 14 11:10 AM
Hi,
I need sort the list dynpro in infotype. Is it posible???
Thanks.
2007 Feb 16 10:50 AM
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.
2007 Feb 16 10:50 AM
Yes, it is, but in limited range. Simply set infotype attribute 'Sort sequence' (V_T582A-SRTPS).
Regards,
Renata
2007 Feb 16 11:33 AM
Hi,
I need sort the infotype by one field out of key, how can i use this for sort??
2007 Feb 16 11:43 AM
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
2007 Feb 16 12:26 PM
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