abap:string_func
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
abap:string_func [2014/10/27 14:12] – created ginko | abap:string_func [2016/07/26 14:44] (current) – [Longueur] ginko | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== String functions in ABAP ====== | ====== String functions in ABAP ====== | ||
+ | ===== Padding with zeros ===== | ||
+ | Utiliser les FM : | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | L' | ||
+ | ===== Longueur ===== | ||
+ | '' | ||
===== Find position of first occurence ===== | ===== Find position of first occurence ===== | ||
<code abap> | <code abap> | ||
Line 7: | Line 15: | ||
NB : la numérotation commence à 0 (ex. : recherche de ' | NB : la numérotation commence à 0 (ex. : recherche de ' | ||
+ | ===== Remplacement ===== | ||
+ | ==== Substitution ==== | ||
+ | |||
+ | Substituer (=remplacement d'1 caractère par 1 autre) des caractères : '' | ||
+ | |||
+ | ==== Remplacement ==== | ||
+ | '' | ||
+ | |||
+ | Ex. : '' |
abap/string_func.1414415565.txt.gz · Last modified: 2014/10/27 14:12 by ginko