cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Finding the shopping cart or PO from attachment GUID

Former Member
0 Kudos
146

Experts,

How could one link the attachment GUID found in field CONTENT_GUID of table BBP_TRANSXSTRING with the corresponding Shopping cart or Purchase order to which the document was attached.

The requirement is to find the shopping cart or the PO to which a document was attached.

Thanks in advance for your valuable inputs.

Regards,

K Modi.

View Entire Topic
konstantin_anikeev
Active Contributor
0 Kudos

Hi,

should be something like

Why do you need BBP_TRANSXSTRING?

Regards

Konstantin

Former Member
0 Kudos

We have the CONTENT_GUID from table BBP_TRANSXSTRING for the attachment given to us by our Customer and they would like to know the SC or PO where it has been attached.

Hence, BBP_TRANSXSTRING.

Unforunately, apart from this we do no have any other information.

konstantin_anikeev
Active Contributor
0 Kudos

Hi,

as I know, this table is only temp buffer table.

It can be - there is no link to the purchasing document there.

GUID in this table is dynamically generated.

Entries from this table will be automatically deleted after one week.

So, why do you want to use temp table instead of storage?

Anyway, you can try to link CONTENT_GUID with PHIO_ID or LOIO_ID from BBP_PHIO.

Regards

Konstantin