-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Description
When pressing F1 to open language help in an ABAP file, the extension attempts to open the source file itself with an incorrectly encoded Windows path, resulting in a "file not found" error.
Expected Behavior
Pressing F1 should open ABAP language documentation/help.
Actual Behavior
Pressing F1 on an ABAP statement (e.g., IF statement) results in the following error:
file:///c%3A/Users/dfaro/Code/HUC/SAP/Programs/ZHRCISR2ZHRPA.abap (682, 7)file not found
The extension is trying to open the source file itself (ZHRCISR2ZHRPA.abap) instead of opening ABAP language documentation. Additionally, the Windows path encoding appears incorrect (c%3A instead of c:).
Steps to Reproduce
- Open an ABAP file in VS Code with the abaplint extension enabled
- Position cursor on any ABAP statement (e.g.,
IF,SELECT,DATA, etc.) - Press F1
- Error message appears:
file:///c%3A/Users/.../filename.abap (line, column)file not found
Environment
- OS: Windows 10 (Build 26100)
- Workspace Structure:
Copilot
Metadata
Metadata
Assignees
Labels
No labels