2022 Nov 30 4:14 PM
Hi i have a requirement where there is a structure text1, tex2, text3 of type c with a maximum length of 10000. Whenever user enters characters in the field after every 50 characters the continuation should start from a new line. Please provide some inputs to fulfill this requirement.
Thanks in advance.
2022 Dec 01 2:43 PM
Hi,
I think you’re trying to implement the same functionality as in demo report SAPTEXTEDIT_DEMO_1
If so, the only thing you’ll need to do is to change the default value of constant LINE_LENGTH to 50, this way there will be a line break every 50 characters.
2022 Dec 01 2:43 PM
Hi,
I think you’re trying to implement the same functionality as in demo report SAPTEXTEDIT_DEMO_1
If so, the only thing you’ll need to do is to change the default value of constant LINE_LENGTH to 50, this way there will be a line break every 50 characters.
2022 Dec 02 9:48 AM
Hi Carlos,
It seems familiar to that but after a particular characters also it is on the same line when we press enter then only it is coming in the next line.
And coming to my requirement i have a structure type of text field which will be displayed in a excel sheet. In that excel column what ever the text is there which we feed to the object should be displayed in the way each line is having 50 characters. Please help me how to fulfill the requirement. Thanks in advance.
2022 Dec 02 9:53 AM