Tag Archives: String ABAP

Working with ABAP strings is an important part of development for SAP systems. Split, concatenate, replace, length strings ABAP and other actions with SAP strings.

New syntax ABAP errors! | ERRORS ABAP 7.4 and 7.5 SAP

Check your knowledge in new syntax ABAP!  Spend 5 minutes on your ABAP!

New syntax ABAP errors in ABAP 7.4 and ABAP 7.5 with examples. I will show how I fixed ABAP error in SAP with debugger ABAP. In code I used: Inline declaration ABAP, ABAP SELECT, ABAP STRING and other new ABAP construction in SAP.

New syntax ABAP ERRORS!

Continue reading New syntax ABAP errors! | ERRORS ABAP 7.4 and 7.5 SAP

REPLACE ABAP SAP. Replacing character in string.

Often when developing ABAP programs, it becomes necessary to replace a substring with another. For example, replace a comma with a dot or insert a space instead of a separator and many other options. The ABAP REPLACE character replacement function will help. This function replaces a substring of text with a string of characters and returns the modified text as a result. There are two call options, we will look at each of them in more detail:

Continue reading REPLACE ABAP SAP. Replacing character in string.

How find length string ABAP? ABAP string length | STRLEN SAP

ABAP string length. The ABAP language has several expressions for dealing with the length of ABAP strings. Let’s analyze these features in more detail. All string manipulation functions have one unnamed argument and are used by ABAP developers. Using examples, I will analyze how to get the length of a string in various ways.

Continue reading How find length string ABAP? ABAP string length | STRLEN SAP