Skip to Content
0
Former Member
Nov 23, 2007 at 01:16 PM

if statement

21 Views

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.