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

problem with set table for first display

Former Member
0 Likes
748

Hi expert,

i am using set table for first dispaly to get alv list. here my final internal table contain all the sorted dat . but we are also passing sorting internal table value . so it is changing my final internal table value. can anybody suggest me how to get my actual result.

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
450

Don't know what you're trying to ask from a garbled post, but if your data is already sorted in your ALV display table, don't send a sort table.

Read only

0 Likes
450

thanks for your prompt reply.

exactly in my final internal table having some sorted data .

like

id    name  maintain object pending object

12    raj      12                  13.

no in my sorted table having .

id and name .

if i am using this it is working fine . but if  i am passing maintain object and pending object in sorted table . i am not getting exact output ..

can you please guide me how to do .