‎2008 May 30 10:20 AM
dif bw replace and overlap
may i konw the function of split,search,pack,check, shift Where we can use it.
‎2008 May 30 10:28 AM
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..
‎2008 May 30 10:21 AM
just type this words in abap editor....press f1......all the details are given there friend
‎2008 May 30 10:28 AM
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..