cancel
Showing results for 
Search instead for 
Did you mean: 

List of shopping carts that have attachments associated

Former Member
0 Kudos

Hi All

Is there a report or a flag in some table which can provide a list of shopping carts with attachments

I am trying to get a report that has this information but dont know if there is any standard report for this

I also checked the CRMD_ORDERADM_H tabke to check if there is any flag, but I found none

Can anyone let me know a way of doing this

Looking forward for an immediate reply

Cheers

tridip

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

Hi

BBp_PD_SC_GET_details fm gives one out put value as attachment. check it out or check BBPCONT table. It stores all documnets in srm.

regards

Muthu

tridip_chakraborthy
Contributor
0 Kudos

Hi Muthu

I checked this table, it only gives the GUID for the attachments but not the shopping cart no

I further went to BBP_PD and also CRMD_ORDERADM_H and checked for the GUID, its there

there are multiple places with data

But my requirement is to get a list of all the Object ID(SC NOs) which has the attachments

further i will take these and find the users that created them

Please guide me

Cheers

tridip

Former Member
0 Kudos

HI,

You run FM "BBP_PD_SC_GETDETAIL" and pass the internal table in the exporting parameter 'ET_ATTACH' and execute the FM if you get the value in the ET_ATTACH then the SC has the attachment

I think this will solve your problem..

Regards,

Sachin

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

See these related threadS:

BR,

Disha

tridip_chakraborthy
Contributor
0 Kudos

Hi Disha

Thesre are related to Archiving

Can you tell me for the ones that are not archived

Cheers

tridip