syntaxCheckCode
Checks ABAP source code for syntax errors, using provided code or the session's cached source for the given URL.
Instructions
Perform ABAP syntax check. Provide the source in "code", or omit it to reuse the source last read/written for "url" via getObjectSource/setObjectSource (cached this session).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| code | No | The ABAP source to check. Optional if the source for "url" was already read or written this session. | |
| mainUrl | No | ||
| version | No | ||
| mainProgram | No |