‎2008 Apr 07 5:43 PM
Hello all,
Below is my requirement. I need to generate the rank for Value$ by plant and $ by plant within a sales org
My itab has the following data format:
Material plant SalesOrg Value$
I need the output as: (no material)
Plant SalesOrg Value$ (Rank $ plant) (Rank $ plant-Sales org).
(Rank $ plant) --> rank for all plants
(Rank $ plant-Sales org) --> rank of plants within a sales org.
Please help with the code...
Thanks,
Ani.
‎2008 Apr 07 5:57 PM
What is the logic of generating ranks?? Like, is it a simple sort in an ascending order
‎2008 Apr 07 5:58 PM
Yes, it would be a sort ascending for all plants and then for plants within a sales org.
Can someone please help me with the code...