a.menon
3rd September 2014, 08:36
Hello All ,
I have a requirement to update the text field on table tcibd001. I used the standard function TEXT.REWRITE , but I found that the text automatically gets written with a "\n" character after almost 72characters.
As I need to see my data as a continuous line , I am currently retreiving the text again from the tttxt001 table and doing a search for the new line character and replacing the same. This works fine.
But I need to know if there is any other way to prevent this from happening , as i wanted to avoid this extra querying.
Is this part of the standard functionality of the text.rewrite / text.write functions ? Can we disable this in any way from the function parameters ?
Looking forward to your help! :)
I have a requirement to update the text field on table tcibd001. I used the standard function TEXT.REWRITE , but I found that the text automatically gets written with a "\n" character after almost 72characters.
As I need to see my data as a continuous line , I am currently retreiving the text again from the tttxt001 table and doing a search for the new line character and replacing the same. This works fine.
But I need to know if there is any other way to prevent this from happening , as i wanted to avoid this extra querying.
Is this part of the standard functionality of the text.rewrite / text.write functions ? Can we disable this in any way from the function parameters ?
Looking forward to your help! :)