Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

delivery date in Purchase Order

Former Member
0 Kudos

Hi ,

I need to print the delivery date of a Purchase order through a sapscript.

From where can i fetch the del;ivery date using the Purchase Order number.

regards

Nishant

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can get it from EKET table - field EINDT.

YOu will have to use both PO number and line item no. as well, as delivery dates are specific for line items.

Regards,

Ravi

Message was edited by: Ravikumar Allampallam

3 REPLIES 3

Former Member
0 Kudos

You can get it from EKET table - field EINDT.

YOu will have to use both PO number and line item no. as well, as delivery dates are specific for line items.

Regards,

Ravi

Message was edited by: Ravikumar Allampallam

0 Kudos

Thanks a lot Ravi was such a quick response..

Problem solved....

Message was edited by: Nishant Gupta

Former Member
0 Kudos

hi nishant,

if u are having purchase order number get the vbeln for the purchase order number from vbak

using the vbeln write select statment to get vbeln from lips comparing lips-vgbel and vbak-vbeln

using lips-vbeln you got, go the delivary header likp and get the corresponding delivary date.

thanks,

raju.