March 8, 2018
ABAP Beginner
Barry Allen
What are the Operations we can perform upon ABAP Strings
68 ABAP STRING OPERATIONS We can perform some basic operations on ABAP strings like concatenating them, splitting them, replacing them and searching some characters in a string. Let us see some of them: CONCATENATE (Two Strings) It is a keyword used to combine two or more strings into a single string. SPLIT (A String) It […]