‎2009 Mar 26 10:07 AM
Hi all,
i have declared sorted internal tables but when i try to pass it in ALV fm REUSE_ALV_GRID_DISPLAY,under table parameter i get a error
'T_RESB' is not a "STANDARD TABLE". non standard tables can only be passed to importing ,exporting or changing parameters............
Thanks ,
Narendar
‎2009 Mar 26 10:17 AM
Hi,
As of my knowledge you cannot pass the sort table to the ALV. You can pass only the standard table to ALV.
Sorted tables cannot be sorted using SORT statement as ALV use inside these statments.
‎2009 Mar 26 10:13 AM
HI Naren,
Declare that internal table as t_resb like standard table,Type table of...in the declarations and then pass it to REUSE_ALV_GRID_DISPLAY
Regards,
Sravanthi
‎2009 Mar 26 10:13 AM
The message is obvious, so all you have to do is define this table NOT as sorted, but as standard table.
‎2009 Mar 26 10:17 AM
Hi,
As of my knowledge you cannot pass the sort table to the ALV. You can pass only the standard table to ALV.
Sorted tables cannot be sorted using SORT statement as ALV use inside these statments.
‎2009 Mar 26 10:53 AM
‎2009 Mar 26 11:14 AM