Hi R K,
that would be the easiest way:
do.
replace all OCCURRENCES OF '//' in value WITH '/'.
if sy-subrc <> 0.
exit.
endif.
enddo.
Regards Nico
Hi R K,
that would be the easiest way:
do.
replace all OCCURRENCES OF '//' in value WITH '/'.
if sy-subrc <> 0.
exit.
endif.
enddo.
Regards Nico