Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_PO_CREATE1 Special Characters ?

Former Member
0 Likes
459

Hi,

I am using BABI_PO_CREATE1 for Purchase Order creation via Web Dynpro Application. For some reason the Potextheader field Text_Line is inserting a '#' character in the print preview for the PO when the text was submitted with carriage returns from a TextEdit box . I would like to not have this '#' character appear on the printed PO. How might I remove it?

Thanks,

Stu

1 REPLY 1
Read only

Former Member
0 Likes
388

I got rid of the (char)35 or # by removing it from the text coming into the back end from the TextEdit box. Unfortunately, the Printed PO does not retain formatting from the TextEdit box with the carriage return (char)13 present. If anyone knows why the SAP backend prints # character on the PO when (char)13 or CR is submitted please let me know.

Thanks,

Stu