on 2024 Jul 12 6:08 AM
Dear Experts, whats the use of Curly brace brackets ie. "{}" and also "|" in side READ STATEMENT ?
READ TABLE gt_t_pernr WITH KEY pernr = |{ ls_attn_data-paycode }| BINARY SEARCH TRANSPORTING NO FIELDS.
Thanks in Advance.
Request clarification before answering.
Hello,
this is an embedded expression in newer ABAP syntax.
https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenstring_templates_expressions.htm
Kind regards
Jan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same document In latest version.
The curly brackets are used to indicate variables.
Part of string templates
see https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenstring_templates.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.