What does it do? This built-in function> returns a character string that contains the content of text>> as many times as specified in occ>. If text> is an empty string or if occ> contains the value 0, an empty string is returned. occ> is a numeric expression position> with type i>. If the value of occ> is negative, an exception of the class CX_SY_STRG_PAR_VAL> is raised. The return value has the type string>.
Latest notes: The parameter occ> has a different meaning here than in functions used for searching. NON_V5_HINTS ABAP_HINT_END
ABAP_EXAMPLE_VX5 The function repeat> is used to create a string with ten blanks. ABEXA 01229 ABAP_EXAMPLE_END