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

regarding sorted tables

Former Member
0 Likes
1,339

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
859

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.

5 REPLIES 5
Read only

Former Member
0 Likes
859

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

Read only

Sm1tje
Active Contributor
0 Likes
859

The message is obvious, so all you have to do is define this table NOT as sorted, but as standard table.

Read only

Former Member
0 Likes
860

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.

Read only

0 Likes
859

thanks all,

Read only

0 Likes
859

thanks all,

so there is no other way