cancel
Showing results for 
Search instead for 
Did you mean: 

PO deleted in EBP but not reflecting the same in Portal .

Former Member
0 Kudos

Hello Everyone

I facing one issue with deleted PO , for one of the enhancement I am deleteding the PO using function module BBP_PD_PO_UPDATE by setting the delete indicator in database table BBP_PDIGP . Function module is giving correct result records are getting updated in table .

But all those PO's for which deleteion indicator is set , those PO status is coming as ordered in Portal not deleted .

What do I have to make change it will show status as deleted in Portal .

Thanks

Sunanda

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182609
Active Contributor
0 Kudos

Hi ,

Run the Batch Jobs BBP_GET_STATUS_2 & clean_reqreq_up in se38 T.code to get the status of PO in portal.

Regards,

JS

former_member206968
Active Contributor
0 Kudos

Hi

The status is portal is shown based on the status of HEADER data for PO. Since you are putting the Item with deletion indicator, the PO would still show as Ordered as the Header status for Ordered is active.

To set the order status at Header level as deleted, I would suggest you to use FM CRM_STATUS_UPDATE. Pass the header guid along with the statuses that you want for the PO. This would set the header status as deleted and you would see them as 'Deleted' in portal.

Regards,

Sanjeev