Abap Split Kullanımı

report  ZSPLIT_TEST

data : cumle(100) type c,
      b1(25) type c,
      b2(25) type c,
      bolen(1) type c value ' '.

cumle = 'SERKAN AKKAVAK'.
write:/ cumle.

split cumle at bolen into b1 b2.

write:/ b1.
write:/ b2.


*************SONUÇ***********
SERKAN AKKAVAK
SERKAN
AKKAVAK

Serkan AKKAVAK
Bilgisayar Mühendisi
serkurumsal@yandex.com