You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ABAP uses
\
for path expressions and it is a convention to always begin associations with_
.It would be useful to have a
\_
ligature.Example:
The text was updated successfully, but these errors were encountered: