‎2008 Aug 28 12:01 PM
Hi,
I'm using CREATE_TEXT to update the basic long text data in the material master (TDID = GRUN, TDOJBECT = MATERIAL). So far upload has been successful. However, when i view in MM03, I see the the following characters in between lines:
I there a way to remove this?
Thanks
‎2008 Aug 28 12:03 PM
>I see the the following characters in between lines:
>I there a way to remove this?
where are those characters in your post.
‎2008 Aug 28 12:04 PM
‎2008 Aug 28 12:05 PM
These are the characters:
'' ''
Edited by: denz on Aug 28, 2008 1:05 PM
‎2008 Aug 28 12:07 PM
The text which you are creating is not containg any " ".Just check it once again.
‎2008 Aug 28 12:05 PM
if you are talking of characters like ##
then you are using probably a text in stream moide tho for this FM you need the text in ITF format.
‎2008 Aug 28 12:08 PM
‎2008 Aug 28 12:13 PM
well ITF format is the format in which texts are when you e.G. use FM read_text.
means an internal table with a column for the text of max 132 width and a column of width 2 for paragraph formats.
Stream text is the format in which you e.G. get a text from a text_edit_control with the method get_text_as_stream.
there are 2 FM´s to convert forth and back
CONVERT_ITF_TO_STREAM_TEXT
CONVERT_STREAM_TO_ITF_TEXT
‎2008 Aug 28 12:13 PM
and yeah like aparna told yah if you want to update a text do not use create_text but save_text.
‎2008 Aug 28 12:11 PM
Use 'SAVE_TEXT' instead of 'CREATE_TEXT'.
Regards,
Aparna Gaikwad
‎2008 Aug 28 12:14 PM
hi,
You can Use SAVE_TEXT instead of CREATE_TEXT.
This will Create the text if is not present.
Regards
Sumit Agarwal