Hi Expert,
One of user requirements is to read a long text (item level) maintained in a archived SD delivery document, so that I tried to code a ABAP program using READ_TEXT function module. One of import parameters namely 'ARCHIVE_HANDLE' seems to be used to indicate the long text is in archive files.
Searched in help, it seems the value of 'ARCHIVE_HANDLE' is obtained from another FM 'ARCHIVE_OPEN_FOR_READ'. Unfortunately, the READ_TEXT still does not work.
Could someone can tell me what is wrong in my program? Many thanks.
BR,
Eddy