cancel
Showing results for 
Search instead for 
Did you mean: 

Missing PO Confirmation

fabio_bellocchio
Participant
0 Kudos

Hi SDN,

i have a problem where some PO Confirmations appear on the PO Item Data History screen (Process Purchase Orders SRM screen).

These Confirmations have no data in some fields, which seems to be a data inconsistency.

But on ECC these confirmations were properly replicated, and the amounts correctly deducted.

The problem is that I am not able to retrieve these Confirmations using ABAP in SRM, at all.

Using FM's, "select" statements, etc.

E.g:

Tables: BBP_PDBEI, BBP_PDIGP (the records do not exist)

FM's: BBP_PD_PO_GETHISTORY, BBP_PD_CONF_GETLIST, BBP_PD_PO_GETDETAIL (the confirmations do not appear)

Does anyone know how I can retrieve these records (any FM, table, etc.)?

Thank you very much.

Fabio

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Fabio,

I think you can use FM: BBP_PD_CONF_GETDETAILS.

Give the confirmation number or guid and you will get the details for that confirmation.

Thanks,

Pradeep.

fabio_bellocchio
Participant
0 Kudos

Hi Pradeep,

Actually I didn't have the confirmation number.

So the problem has been solved with FM BBP_PD_PO_GETHISTORY, using the PO header GUID in the H_GUID field & the PO item GUID in the I_GUID field.

Thank you.

Fabio.

Answers (0)