How to extract string seperately into different units .
i need CALL FUNCTION into one and then the remanining part into other.
The problem is the string may be not be of same size.But it will always hold 'CALL FUNCTION'.
Example
CALL FUNCTION 'UPLOAD'
CALL FUNCTION 'WS_UPLOAD'.
PLEASE HELP.