2008 Jan 28 9:31 AM
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.
2008 Jan 28 9:40 AM
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.
2008 Jan 28 9:40 AM
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.
2008 Jan 28 10:18 AM
2008 Jan 28 9:42 AM
2008 Jan 28 10:19 AM
i tried both save_text and commit_text...but no use...:(
thanks,
teja.
2008 May 21 1:29 PM