cancel
Showing results for 
Search instead for 
Did you mean: 

Why QUAN_PO_E field in BBP_PDIGP tabl is not reset when PO item is deleted?

alonso_valenzue
Participant
0 Kudos

Hi Gurus,

For some reason, after an item is deleted at PO, its corresponding QUAN_PO_E field in BBP_PDIGP table of SC has the same quantity ( for example, 3 pieces ).

When the buyer access the SOCO, the item is not displayed because previously the system make a validation: if quantity is equal to quan_po_e ( the difference is zero ), eliminates the item to display and reset the SOURCE_REL_IND to space.

Somebody knows the reason for which the field QUAN_PO_E is not updated with the value of zero after deleting the items of the purchase order?

How can I update the QUAN_PO_E field on safe way maintaining the data consistency?

I have posted new message in order to try separately from thread

Accepted Solutions (0)

Answers (1)

Answers (1)

summer_wang
Contributor
0 Kudos

Hi,

Could you please check if note 1326380 is implemented ?

The implementation of this note will not affect the older SC which

didn't return to sourcing after PO deletion. But the issue should not

happen for the POs that are deleted after the implementation of the

note.

Please, check if field QUAN_PO_E (table BBP_PDIGP) was not cleared after

PO deletion.

If not, you can clear this field for the SC item (for which the PO has

been deleted), then clean_reqreq_up should send the SC to sourcing.

So a work around would be to manually delete this field, and run

clean_reqreq_up again.

Summer

former_member183819
Active Contributor
0 Kudos

hi wang

QUAN_PO_E - should be updated by status job or not? plz explain.

muthu

alonso_valenzue
Participant
0 Kudos

Hi Summer Wang,

I get the next message for note 1326380: "The requested SAP Note is either in reworking or is released internally only"

alonso_valenzue
Participant
0 Kudos

Hi Summer Wang,

Do you recommend to update the QUAN_PO_E field manually direct in database? Exists any FM to do this in order to maintain the data consistency?

summer_wang
Contributor
0 Kudos

Hi,

Please test in the test system , flag the field manually and then run the clean_up report to push the SC in to sourcing.

Summer