cancel
Showing results for 
Search instead for 
Did you mean: 

How do I query the field DISP_URL?

Former Member
0 Kudos

Hello, I am attempting to transfer all of our SRM documents from the SRM server to a new location.  I was able to track down the document URLs through the function module BBP_PD_PO_GETDETAIL - field DISP_URL, but I have not been able to find a table against which I can query this field.  Does anyone know of a table that holds the information I am finding through the FM?  Better yet, does anyone know of a standard way to download all attachments hosted on my SRM server? Any help is much appreciated! Evan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Evan

BBPCONT is table to store the attachment .

PHIO_ID is the GUID of the attachment.

Item of the SC has the detail of the GUID of of the attachment.

Thanks

Ankit Jain

Former Member
0 Kudos

Thank you Ankit,

This table shows all of the attachments in the system by GUID, but where is the bridge to the DISP_URL field?  What table can I cross reference to gain this information?

Thanks again for the lead,

Evan

Former Member
0 Kudos

Bro ,

Follow below step.

a) Run FM BBP_PD_PO_GETDETAIL

b) Use GUID from the Export parameter ET_ATTACH-GUID

c) Use table BBPCONT and pass ET_ATTACH-GUID in step (b) to PHIO_ID .


d) Then you will have the document content.


You will get the attachment

Cheers

Ankit Jain

Answers (0)