abap:chars
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | abap:chars [2017/01/03 17:36] (current) – created ginko | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Chaines de caractères ====== | ||
| + | Dans SAP les " | ||
| + | * Dans une variable à longueur fixe ('' | ||
| + | * Dans une variable à longueur dynamique ('' | ||
| + | A noter une exception : | ||
| + | * La fonction standard '' | ||
| + | TRANSLATE f USING ' XX '. "=> f = ' | ||
| + | * MAIS : l' | ||
| + | f = translate( val = f from ' X' to = 'X ' ). "=> f = '' | ||
abap/chars.txt · Last modified: 2017/01/03 17:36 by ginko
