SAP / SAP/code-pal-for-abap

LINE_EXISTS suggestions for non-EQ search keys

Open
#608 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
ABAP
Stars
435
Forks
77
PR merge metrics
No merged PRs in 30d

Description

Hello,
Are LINE_EXISTS suggestions correct for non-EQ search keys in READ or LOOP?
As far as I know, I can only specify keys in LINE_EXISTS() via EQ
Regards,
Günter

Example:
clear r_yes.
loop at gritab transporting no fields where ico_towork = abap_true
and ico_created <> zcl_zhplm_utils=>c_ico_created_complete.
r_yes = abap_true.
exit.
endloop.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue only identifies LINE_EXISTS suggestions for non-EQ search keys in READ or LOOP and gives an ABAP example. Locate the check and any related tests, then verify whether the suggestion is valid for the shown predicates. Done means the behavior is confirmed or corrected with coverage for the relevant case.

Written by the indexing model from the issue text.

Assessment

Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.