‎2006 Dec 07 1:31 PM
Hi
i want to give to WORD text that i have in my field
How can i do it?
If i will change the text in the word can i bring the reuslt to my field?
How can i do it?
Thanks
( If there is any editor beside word it ok like text-control)
‎2006 Dec 07 1:43 PM
The Program <b>SAPRDEMO_WORD_NOTEPAD</b> has what you want,
Using this method you coudl get the contents of the word document
if not has_changed is initial.
CALL METHOD document->save_document_to_table
CHANGING document_table = doc_table[]
document_size = doc_size.
CALL METHOD c_oi_errors=>show_message EXPORTING type = 'E'.
endif.
Regards
Kathirvel
‎2006 Dec 07 1:36 PM
‎2006 Dec 07 1:36 PM
‎2006 Dec 07 1:43 PM
The Program <b>SAPRDEMO_WORD_NOTEPAD</b> has what you want,
Using this method you coudl get the contents of the word document
if not has_changed is initial.
CALL METHOD document->save_document_to_table
CHANGING document_table = doc_table[]
document_size = doc_size.
CALL METHOD c_oi_errors=>show_message EXPORTING type = 'E'.
endif.
Regards
Kathirvel