‎2012 May 02 4:13 PM
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
‎2012 May 02 4:16 PM
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.
‎2012 May 02 4:22 PM
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 .