hi friends, can any body tell me how to split standard text in sap-script. suppose i am having text like,
'ABAP10101344 NEEDS TO UPDATED'
Now i want to split it into two like
'ABAP10101344
NEEDS TO UPDATED'
with out effecting the other below text.
Kumar.