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,