Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misuse SYSTEM-CALL instead of misusing WRITE for "kernel" calls? #280

Closed
larshp opened this issue Jan 5, 2021 · 1 comment
Closed

misuse SYSTEM-CALL instead of misusing WRITE for "kernel" calls? #280

larshp opened this issue Jan 5, 2021 · 1 comment

Comments

@larshp
Copy link
Member

larshp commented Jan 5, 2021

https://syntax.abaplint.org/?filter=system#/statement/SystemCall

currently,
WRITE '@KERNEL cl_abap_char_utilities.cr_lf.set("\r\n");'.

proposed,
SYSTEM-CALL 'cl_abap_char_utilities.cr_lf.set("\r\n");'.

@larshp
Copy link
Member Author

larshp commented Jan 9, 2021

hmm, no, its not valid ABAP syntax, closing

@larshp larshp closed this as completed Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant