Hi,
I am creating a web application. I am calling RFC function modules from the frontend in HTML through JAVA interfacing.
Now, there is a textbox on the screen which takes 10 lines of 60 chars each.
when I pass this complete string of 600 chars to the RFC, it takes the ENTER char as '##', but in the code when I want to break it at '##', it doen't recognise these codes.
Can anyone please help me regarding this. Is it due to some kind of ASCII code conversion ?