hi gurus,
need to seek advice on this.
any way to make the [perform no] only show once? as abap not supports goto, what can i streamline this kind of code so that only show once.
thanks
select single .......
if sy-subrc = 0.
select single ......
if sy-subrc = 0 .
select single ....
if sy-subrc = 0.
perform yes.
else.
perform no.
endif.
else.
perform no.
endif.
else.
perform no.
endif.