Hi,
I have a requirement for displaying the list of PR attachments (for subsequent download) in a SAPUI5 XML View in the section mentioned "List of Attachments" -
I have already created a function module (RFC) which is giving the list of attachments when PR number is entered as follows -
Import parameter
IV_BANFN type BANFN
Export Parameter
Table
ET_XSTRING Type ZTT_XSTRING (Table Type with following structure)
Structure of ZTT_XSTRING Table type
ZXSTRING | Types | SLDSTRING |
FILETYPE | Types | SWR_FILETYPE |
FILENAME | Types | SWR_FILENAME |
FILE_EXTENSION | Types | SWR_FILEEXT |
The following is the output -
The following is the content of the table ET_XSTRING -
How it is possible for me to display these 3 attachment files in UI5 XML screen shown in top for download?
If need anymore details, I can post the same.
Awaiting your kind help ....
Regards,
Subhabaha Pal