cancel
Showing results for 
Search instead for 
Did you mean: 

Character # appears in SAP Back End

Former Member
0 Kudos

Hi, I am using BAPI_PO_CREATE1 to submit data to the SAP back end. For some input fields the # character is appearing between text/words in the description etc.. Has anyone seen this type of occurrence before?

Thanks,

Stu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Usually this occurred when somebody input data in the background into long text field, maybe as per your case.

'#' is what SAP represent in the foreground (GUI). Inside in the database itself, it could be any characters not representable, such as 'CR-LF', 'NEWLINE', etc.