cancel
Showing results for 
Search instead for 
Did you mean: 

Add unit price to IDOC DELVRY05

allysajohn
Explorer
0 Kudos
256

Hi Experts,

I have a standard DELVRY05 IDOC. I am using standard FM IDOC_OUTPUT_DELVRY. I found out that field VBAP-NETWR (Net price for material) and BSTNK (Customer Purchase Order Number) do not exist in this IDOC. How do I add the extension to have this field? For BSTNK, maybe I can use basic type DESADV01 but can't figure out on the NETWR.

Thank you in advance.

View Entire Topic
Ryan-Crosby
Active Contributor

Hi Alyssa,

The PO # will exist in E1EDL41 (001) in field BSTNR because it's at the item level. As for VBAP-NETWR... not sure why that would be required in a delivery view related to shipping products. That's a data point that would generally be presented in an acknowledgement (ORDERS05.ORDRSP).

Regards,

Ryan Crosby

allysajohn
Explorer
0 Kudos

Hi Ryan,

Thank you for the quick reply! Appreciate it!

Is it possible to do it by extending the DELVR05 IDOC with ORDERS05.ORDRSP just to get the unit price of the material. Would there be any better way to do it?

Ryan-Crosby
Active Contributor
0 Kudos

allysajohn I wouldn't extend by the entire IDoc, but you could add an enhancement to read the data from the sales order.

allysajohn
Explorer
0 Kudos

Thanks Ryan!