abapOpenChecks icon indicating copy to clipboard operation
abapOpenChecks copied to clipboard

CASE, only one branch

Open larshp opened this issue 10 years ago • 5 comments
trafficstars

CASE sy-subrc.
  WHEN 0.
  WHEN OTHERS.
    WRITE: / 'hello world'.
ENDCASE.

larshp avatar Aug 13 '15 13:08 larshp

same with new SWITCH statement

larshp avatar Aug 21 '17 07:08 larshp

Hi, I'd like to build a check for this. Can you assign me the issue?

jwigert avatar Dec 09 '19 11:12 jwigert

done

issue from back in 2015 😄

larshp avatar Dec 09 '19 12:12 larshp

Got to start somewhere. :-)

May I use number 99 for the new check?

jwigert avatar Dec 10 '19 08:12 jwigert

yes, we'll rename if its used in the meanwhile

and will start using A1 or something as new number range

larshp avatar Dec 10 '19 08:12 larshp