Skip to Content
0
Former Member
May 18, 2005 at 05:38 PM

Typecasting Variables

32 Views

Hi,

I want to type cast a variable in ABAP.

I have a variable of type STRING. I want to pass this string to the function module 'STRING_SPLIT_AT_POSITION'. However, this function takes in a type C. How can I convert (or type cast) my STRING to C in ABAP?

Thanks,