In the below mentioned code where the XYZ is there whether there should by infobject name or any other please explain me
RESULT = TRAN_STRUCTURE-/BIC/XYZ
len = strlen( RESULT ).
result1 = RESULT.
translate RESULT to UPPER CASE.
translate RESULT1 to UPPER CASE.
select single ALLOWCHAR from RSALLOWedchar into check.
clear : special, N.
if RESULT1 is not initial.
do len times.
if check NA result1+n(1).
special = result1+n(1).
if special ne space.
REPLACE ALL OCCURRENCES OF special IN RESULT WITH space.
condense RESULT.
endif.
endif.
n = n + 1.
enddo.
endif.