RTE200
New User
Joined: 06 Nov 2024 Posts: 4 Location: Israel
|
|
|
|
Howdy, everyone.
I want to hit a range of records, not based on any existing key.
Code: |
@ADADCL111, FILE-NAME DESCRIPTOR-KEY-NOT-HELPING-OR-MISSING,
FIELD-SOURCE
FIELD-TARGET
,,SUFFIX88 . |
A condition for update is when FIELD-TARGET not equals to FIELD-SOURCE.
(FIELD-TARGET gets value from FIELD-SOURCE if the condition true)
I did relatively solid amount of reading at the official S-AG website, but I still don't get how can I implement such a query.
P.S.
Currently I'm iterating sequentially, using READISN, and checking the values via plain IF statement. |
|