cancel
Showing results for 
Search instead for 
Did you mean: 

Get the contents of the project documents

Former Member
0 Kudos

Hi Experts, I have a requirement where an external system wants to make use of the contents of my operation project documents' content. Could you suggest any BAPI for the same ?

Regards,

Vijayalakshmi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Vijaylakshmi,

If the document is attached to a task then you can use BAPI_BUS2175_DOCUMT_GET_DETAIL. You have to pass the task and document GUID to the BAPI and in retun structure ET_DOCUMENT_CONTENT the document is output as a raw string.

The further details are in FM documentation.

Regards,

Debaranjan Hazarika.