Skip to content

Commit 14a6436

Browse files
committed
fix: replace "read and display" with "read and show" descriptions of data elements
https://claude.ai/code/session_01M6YRViV1SVqE9DoZwXMbbd
1 parent 3fe6001 commit 14a6436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/development/translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENDMETHOD.
2828
```
2929

3030
### Data Element
31-
You can also read and display the short, medium, or long descriptions of data elements (DD04T). To access them programmatically:
31+
You can also read and show the short, medium, or long descriptions of data elements (DD04T). To access them programmatically:
3232

3333
The helper class below uses two approaches for backward compatibility: it first tries classic DDIC introspection via `cl_abap_elemdescr` and `GET_DDIC_FIELD` (available on all ABAP releases). If that fails (e.g., in ABAP Cloud, which restricts classic DDIC APIs), it falls back to the XCO library (`XCO_CP_ABAP_DICTIONARY`). Dynamic method calls (`CALL METHOD ... =>( )`) keep the code compiling even on systems without XCO installed:
3434

0 commit comments

Comments
 (0)