Hi,
i want to display domain name off and on insteed of 0 and 1 but only one time off and only one time on among 6 data.........
here is my code
if wa_tab-zprs_offshore = '0'.
wa_tab-zprs_text = 'Offshore'.
ELSE.
wa_tab-zprs_text = 'Onsite'.
ENDIF.
*break-point.
modify it_tab from wa_tab transporting zprs_text.