






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to abap strings, including their declaration using the c and n data types, conversion to numeric fields, and various operations such as shifting, replacing, condensing, and concatenating. Examples are also provided.
Typology: Slides
1 / 10
This page cannot be seen from the preview
Don't miss anything!







REPLACE string1 IN varname WITH string Replaces string1 WITH string
SPLIT c AT del INTO c1 … cn