‎2005 Aug 30 2:31 PM
I am running a BDC to add long text of Production Order. (call transaction 'CO02')
When I save the order, "time out" happened.
If running CO02 manual,
the order save successful,
time out situation can't happen.
please help to me.
thanks!!
‎2005 Aug 30 3:44 PM
Why not try using the SAVE_TEXT function module with the correct parameters?
‎2005 Aug 30 2:35 PM
‎2005 Aug 30 2:41 PM
I have just ran some tests. Instead of updating the long text via the "Long Text" tab, use the Long Text Icon next to the production order number. This will thru the SAPscript editor. By using this, it will update the text container in the long text tab.
So, record your recording again in SHDB, this time click the icon next to the production order, and enter your text there, don't go to the "long Text" tab.
Regards,
Rich Heilman
‎2005 Aug 30 3:44 PM
Why not try using the SAVE_TEXT function module with the correct parameters?
‎2005 Aug 30 3:50 PM
‎2005 Sep 02 6:40 AM
Thanks for your answer.
I have a question about call function 'SAVE_TEXT'.
To create Long text:
HEADER-TDOBJECT = 'AUFK'.
HEADER-TDNAME = '050000100017043'.
HEADER-TDID = 'KOPF'.
HEADER-TDSPRAS = 'EN'.
LINES-TDFORMAT = '/'.
LINES-TDLINE = 'TEST LINE 1'.
APPEND LINES.
CALL FUNCTION 'SAVE_TEXT'
EXPORTING
HEADER = HEADER
SAVEMODE_DIRECT = 'X'
TABLES
LINES = LINES
EXCEPTIONS
ID = 1
LANGUAGE = 2
NAME = 3
OBJECT = 4
OTHERS = 5 .
Run the program successful.
It is work using function 'READ_TEXT' to read long text.
But using TCODE CO03 to display order 100017043,
can't see the long text.
‎2005 Sep 15 4:54 AM
‎2013 Nov 11 1:33 PM
Dear Lingyun Chang,
Now I can read the long texts by function module 'READ_TEXT', and AUFK-LTEXT has also been set to 'E', but still I can't see it in CO03. Could you kindly help? Thanks.
Best regards,
Arwen