Hi~ gurus...
Let me ask someting. something funny and weird.
I used 'if~ elseif~ endif' statement, in my code(abap).
Like this,
if .... elseif .... elseif ... ....X 24times. endif.
Is there any limit usage of 'elseif' satement? I used elseif statement 24 times.
however, it only works 18th elseif statement, from 19th 'elseif' it doesn't works(the flow goes endif.)
Is it a bug ? or is there any limit usage of elseif?
I couldn't find any help file.
Thanks in advance for your reply.
Best Regards
Kyung Woo.