Hi Alejandro
I need the text that is retrieved in it_content internal table inorder to display the same in a smartform. While reading a docx document attached to Purchase Requistion, ME53N tcode, the internal table contains garbage values. Although it is reading contents of attached notepad correctly into the same.
CALL FUNCTION 'SO_DOCUMENT_READ_API1'
EXPORTING
document_id = 'FOL39000000000004EXT40000000000110'
filter = zlc_x
IMPORTING
document_data = wa_data
tables
object_content = it_content
contents_hex = it_solix
Can you help regarding this issue?
Best Regards
Rohan D Kannikar