Dear Experts,
We would like to know whether the Confirmation posted is the Confirmation document or reversal document i.e. whether it is Confirmation ,Cancellation or return delivery.
In BBP_PD ( Object Type- BUS2203 ) ,we can get the details for Confirmations. But, there is no any other relevant indicator by which we can get the above required information.
So, please suggest how it can be achieved ?
Thanks
Dipak Rade
Hi Dipak
Could you please check the subtype of the confirmation in bbp_pd, where what kind of
confirmation could be determined (e.g. 'CA' = Confirmation of cancelation).
Best Regards
Yu Feng
HI Dipak,
What kind of information you are looking for ? There are many FM via which you can use to extract the details whether its a GR or Reversal GR like .BBP_PD_CONF_GETDETAIL , BBP_PD_CONF_ITEM_GETDETAIL ..... Are you doing some kind of development or looking to extract a report ?
Regards
Gaurav
Hi Deepak,
you can use BBP_PD_CONF_GETLIST by passing i_for_po_id = PO number,
in table e_pdlist you will get list of confirmations against PO and you can
filter list based on SUBTYPE values based on below.
CF Goods/Services Confirmation RT Return Delivery Confirmation CA Confirmation of Cancelationyou can refer domain BBP_H_SUBTYPE values for more filters.
Regards,
Venkat
Add a comment