Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

split

Former Member
0 Likes
444

dif bw replace and overlap

may i konw the function of split,search,pack,check, shift Where we can use it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
422

split-----will split a string of chars into more than one string

search-----search for a char or a group of chars in the string

pack----will give the out put for the numbers

if you send the chra '10234' and say pack it will display like this---10,234 .

check----will check the condition like if statement if check is passed it will execute other wise it will get back

shift--is used to shift the chars to right..

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
422

just type this words in abap editor....press f1......all the details are given there friend

Read only

Former Member
0 Likes
423

split-----will split a string of chars into more than one string

search-----search for a char or a group of chars in the string

pack----will give the out put for the numbers

if you send the chra '10234' and say pack it will display like this---10,234 .

check----will check the condition like if statement if check is passed it will execute other wise it will get back

shift--is used to shift the chars to right..