Update
This commit is contained in:
@@ -249,7 +249,6 @@ CLASS lcl_events IMPLEMENTATION.
|
|||||||
LOOP AT itab4alv REFERENCE INTO DATA(calc).
|
LOOP AT itab4alv REFERENCE INTO DATA(calc).
|
||||||
calc->seatsfree = calc->seatsmax - calc->seatsocc.
|
calc->seatsfree = calc->seatsmax - calc->seatsocc.
|
||||||
TRY.
|
TRY.
|
||||||
DATA(test) = calc->seatsocc / calc->seatsmax * 100.
|
|
||||||
calc->occrate = |{ CONV decfloat34( ( calc->seatsocc / calc->seatsmax ) * 100 ) DECIMALS = 2 }|.
|
calc->occrate = |{ CONV decfloat34( ( calc->seatsocc / calc->seatsmax ) * 100 ) DECIMALS = 2 }|.
|
||||||
IF calc->occrate >= 95.
|
IF calc->occrate >= 95.
|
||||||
calc->seatstat = icon_red_light.
|
calc->seatstat = icon_red_light.
|
||||||
|
|||||||
Reference in New Issue
Block a user