8000 `\_` ligature for ABAP · Issue #304 · fabrizioschiavi/pragmatapro · GitHub
[go: up one dir, main page]

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

\_ ligature for ABAP #304

Open
spixi opened this issue Feb 4, 2025 · 0 comments
Open

\_ ligature for ABAP #304

spixi opened this issue Feb 4, 2025 · 0 comments

Comments

@spixi
Copy link
spixi commented Feb 4, 2025

ABAP uses \ for path expressions and it is a convention to always begin associations with _.

It would be useful to have a \_ ligature.

Example:

    SELECT FROM i_salesorder
      FIELDS
        SalesOrder,
        \_Item-SalesOrderItem,
        \_Item-Product,
        \_Item\_Product\_Text[ Language = @sy-langu ]-ProductName,
        \_SoldToParty-CustomerName
      INTO TABLE @DATA(lt_result)
      UP TO 100 ROWS.
@fabrizioschiavi fabrizioschiavi moved this to To Do in 0.9 Feb 4, 2025
@fabrizioschiavi fabrizioschiavi moved this from To Do to Done in 0.9 Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant
0