CALL FUNCTION 'CO_FS_SORT_COMPONENT'
EXPORTING
SHOW_POPUP = ' '
LISTTYP = 'KU'
* AUTYP = '10'
* IMPORTING
* KZ_USER_POP =
* KZ_USER_STD =
TABLES
SORT_TABELLE = LT_RESB.
via this function, u can get the same sequence like as screen in co03
this way is better than sort by vornr posnr.
EXPORTING
SHOW_POPUP = ' '
LISTTYP = 'KU'
* AUTYP = '10'
* IMPORTING
* KZ_USER_POP =
* KZ_USER_STD =
TABLES
SORT_TABELLE = LT_RESB.
via this function, u can get the same sequence like as screen in co03
this way is better than sort by vornr posnr.
本文介绍 ABAP 中 CO_FS_SORT_COMPONENT 函数的使用方法,该函数用于获取类似 CO03 屏幕的相同排序顺序,相较于直接通过 VORNRPOSNR 排序,此方式更为优越。

338

被折叠的 条评论
为什么被折叠?



