Skip to Content
0
Former Member
Sep 25, 2008 at 10:19 AM

string operation

40 Views

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.