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

CREATE_TEXT issue

Former Member
0 Likes
1,191

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

10 REPLIES 10
Read only

Former Member
0 Likes
1,141

>I see the the following characters in between lines:

>I there a way to remove this?

where are those characters in your post.

Read only

Former Member
0 Likes
1,141

what characters?

Read only

Former Member
0 Likes
1,141

These are the characters:

''
''

Edited by: denz on Aug 28, 2008 1:05 PM

Read only

0 Likes
1,141

The text which you are creating is not containg any " ".Just check it once again.

Read only

Former Member
0 Likes
1,141

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.

Read only

0 Likes
1,141

how do i change it to ITF mode?

what is ITF by the way?

Read only

0 Likes
1,141

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

Read only

0 Likes
1,141

and yeah like aparna told yah if you want to update a text do not use create_text but save_text.

Read only

Former Member
0 Likes
1,141

Use 'SAVE_TEXT' instead of 'CREATE_TEXT'.

Regards,

Aparna Gaikwad

Read only

Former Member
0 Likes
1,141

hi,

You can Use SAVE_TEXT instead of CREATE_TEXT.

This will Create the text if is not present.

Regards

Sumit Agarwal