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

Multiline Text view

Former Member
0 Likes
392

Hi,

I have created a new custom infotype.

one field length is more than 160characters. user requirement is itshould not be viewed in one line, where as it should be viewed as multitext line view. Any one worked on this.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
349

Okay... SAP is just stupid here... 😐

As far as I can see they use the ASCII Code 0A as Line Break since this is what ALT+Enter in a Excel Column produce when converted to CSV... In notepad this is show as a little square and if you copy/past this around it works... See SAP note 918536 for more....

SAP should really think about supporting \n in addition...

1 REPLY 1
Read only

Former Member
0 Likes
350

Okay... SAP is just stupid here... 😐

As far as I can see they use the ASCII Code 0A as Line Break since this is what ALT+Enter in a Excel Column produce when converted to CSV... In notepad this is show as a little square and if you copy/past this around it works... See SAP note 918536 for more....

SAP should really think about supporting \n in addition...