cancel
Showing results for 
Search instead for 
Did you mean: 

Original filename

Former Member
0 Kudos

Hello,

we are using easyDMS to upload wordfiles to DMS. On the other hand we use BAPI_DOCUMENT_GETDETAIL2 to retrieve informations about the document and the original files.

The structure returns succesfully the metadata and the file id under DOCUMENTFILES table structure.

Which functioal module is the right one to resolve this internal DOCFILE id returned to the originial filename attached to the document? Basically the filename showing up in easyDMS?

An input would be great,

Thanks,

Artjom

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Artjom,

You should be getting the Original Filepath in DOCUMENTFILES-DOCFILE. You may parse it to get the original file name.

Regards,

Vivek Pandey

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vivek,

thanks for you respond this solves the issue.

Artjom