cancel
Showing results for 
Search instead for 
Did you mean: 

Document details from the checklist

Former Member
0 Kudos

Hello experts,

I have a requirement where i need to get the details of the documents stored in the checklist header level in projects. I managed to extract the checklist guid and now i need some means to extract the document details(guid,id,name).

Regards,

Vijayalakshmi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

U will get document GUID and related details in DPR_DOCUMENT.

Pramod

Former Member
0 Kudos

Hi Pramod, Is there any standard bapi or function module which will help me to extract all the document details present in the checklist header ? DPR_DOCUMENT gives the document guid but i need to extract document guid based on checklist guid.

Regards,

Vijayalakshmi

Former Member
0 Kudos

hi,

Check this BAPI to get document details BAPI_BUS2168_DOCUMT_GET_DETAIL.

Pramod

Former Member
0 Kudos

Hi, I am planning to use the same BAPI to extract the document details. But as i mentioned earlier i have checklist guid with me and i want to know how can i get the document guids out of it.

Former Member
0 Kudos

Hi

You can use

BAPI_BUS2176_GET_SUBOBJECTS

Pass Checklist GUID and it wil give you Document GUID wihch you can pass to

BAPI_BUS2176_DOCUMT_GET_DETAIL

to get details of Document in Checklist

Niranjan

Answers (0)