cancel
Showing results for 
Search instead for 
Did you mean: 

how to get shopping cart follow-on document confirmation and invoice

benjamin_herzig
Participant
0 Kudos

Hi,

we are on SRM 7.0 and use extended classic szenario.

Now i have a requirement to get the confirmation number and invoice number for a z-report. I can see this follow-on documents in our shopping carts:

How to get the confirmation and invoice number?

I know how to get purchase requisition and purchase order number, but i can´t find the confirmation and invoice number? They are not in table BBP_PDBEH or BBP_PDBEI!

Hope someone can help me out.

Best Regards,

Ben

View Entire Topic
ricardo_cavedini
Employee
Employee
0 Kudos

Hello,

You can try to use function module BBP_PD_SC_GETHISTORY.

You have to pass the header GUID in H_GUID, item object type (BUS2121001) in I_OBJECT_TYPE and item GUID in I_GUID.

Then you would have the cart history in table ES_HISTORY.                                 

Regards,

Ricardo

benjamin_herzig
Participant
0 Kudos

Hi Ricardo,

that´s exactly what i´m looking for. Thank you.

Regards,

Ben