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

regarding lont text editor

Former Member
0 Likes
848

hi,

i am using the long text editor. my problem is, if i enter the order for the first time, its poping-up an error

'I/O Error for text WORKST 15 SUBM EN'.

explaining it more clearly...

i am using the FMs--> READ_TEXT , LANGTEXT_ONLY and COMMIT_TEXT in the same sequence.

my input will be the order number....(any number) and the long text editor will be displayed in order to create the long text for the order.

if i enter a order number for the first time...it saves the long text and its showing the above error.

if i enter the same order again...it shows the previously entered text in the editor and allows to change/append the text.

please help me in avoiding the error for the first time...

thanks and regards,

teja.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
808

Hi Teja,

please declare

ID LIKE THEAD-TDID

LANGUAGE LIKE THEAD-TDSPRAS

NAME LIKE THEAD-TDNAME

OBJECT LIKE THEAD-TDOBJECT

this 4 variables of types shown above.

First clear your internal table and pass the values.

I think it workd.

Regards,

DVNS.

hi,

i am using the long text editor. my problem is, if i enter the order for the first time, its poping-up an error

'I/O Error for text WORKST 15 SUBM EN'.

explaining it more clearly...

i am using the FMs--> READ_TEXT , LANGTEXT_ONLY and COMMIT_TEXT in the same sequence.

my input will be the order number....(any number) and the long text editor will be displayed in order to create the long text for the order.

if i enter a order number for the first time...it saves the long text and its showing the above error.

if i enter the same order again...it shows the previously entered text in the editor and allows to change/append the text.

please help me in avoiding the error for the first time...

thanks and regards,

teja.

5 REPLIES 5
Read only

Former Member
0 Likes
809

Hi Teja,

please declare

ID LIKE THEAD-TDID

LANGUAGE LIKE THEAD-TDSPRAS

NAME LIKE THEAD-TDNAME

OBJECT LIKE THEAD-TDOBJECT

this 4 variables of types shown above.

First clear your internal table and pass the values.

I think it workd.

Regards,

DVNS.

Read only

0 Likes
808

i am clearing it but...problem still exists...

thanks,

teja.

Read only

Former Member
0 Likes
808

Hi

Use SAVE_TEXT instead od COMMIT_TEXT

Read only

0 Likes
808

i tried both save_text and commit_text...but no use...:(

thanks,

teja.

Read only

Former Member
0 Likes
808

TQ