Hi,
We're upgrading from SRM5 - SRM7 and we are experiencing issues with the longtext. We get a "#" symbol whenever the user hits enter in a text box. This is especially an issue for the supplier text as this gets printed on the purchase order.
I've read a good bit about the issue online and it seems you need to use cl_abap_char_utilities to read and format this text correctly.
Just wondering at what point this should be fixed? There is a few SAP notes which talk about removing this character in the smartform but i believe it should happen before this as we can see in table STXH it gets stored as "#" and all on one line. (In srm5 it gets stored in here correctly and in new tdlines)
Do we need to change the webdynpro application when reading in the text or should we do this at BADI level (CL_IM_BBP_DOC_CHANGE_BADI)?
Regards
Tony