Skip to Content
0
Former Member
Dec 05, 2006 at 12:11 PM

hi

21 Views

I have three values for one field and i have written as follows:(hardcoded the BUZEI)

CASE IT_BSIS-BUZEI.

WHEN '001'.

IT_OUTPUT-WRBTR1 = IT_BSIS-WRBTR.

WHEN '004'.

IT_OUTPUT-WRBTR4 = IT_BSIS-WRBTR.

WHEN '005'.

IT_OUTPUT-WRBTR5 = IT_BSIS-WRBTR.

ENDCASE.

but now the IT_BSIS-BUZEI(line item)will change.

like '001' , '002' , '003' , '004' , '005'.

For which only three fields get the values.

Let us consider for any line items there are three values like 100,80,150.

Now i want to display first highest value in IT_OUTPUT-WRBTR1

second highest value in

IT_OUTPUT-WRBTR2

and the least value should be in

IT_OUTPUT-WRBTR3.

How to do this?Plz mail me to mln_bobby@yahoo.co.in