2009 Feb 25 4:00 PM
Hi,gurus:
How to correlate lips table and ekpo table? We want to find the purchase order no. in the delivery table.
Thanks in advance.
2009 Feb 26 7:42 AM
you can get the PO no for the delivery by going to EKBE table.
Field XBLNR in EKBE holds the delivery no.
You cna enter the delivery no here and get the PO no from EKBE-EBELN.
This should definitely help u
2009 Feb 25 4:05 PM
you can get the so of this delivery from field lips-KDAUF
Then using this ..you can get the po no from vbak-BSTNK
please let me know if this helps
2009 Feb 25 4:28 PM
Hi,
If our delivery is based on purchase no. directly, without SO (is it possible?).How to link between DN and PO?
2009 Feb 25 4:41 PM
Hi xinjiang
You can try using VBFA table. give input as VBELN = deliver no.,POSNN = item no.and VBTYP_N = 'J' and VBTYP_V = 'V'. Then VBELV,POSNV will give you the purchase order no. or else you can get all the preceding documents of delivery like sales order and then input sales order and get purchase order from VBFA
2009 Feb 25 4:43 PM
2009 Feb 25 5:07 PM
try this ..
EKPO-EBELN = LIPS-VGBEL
EKPO-EBELP = LIPS-VGPOS
-roger
2009 Feb 26 7:42 AM
you can get the PO no for the delivery by going to EKBE table.
Field XBLNR in EKBE holds the delivery no.
You cna enter the delivery no here and get the PO no from EKBE-EBELN.
This should definitely help u
2009 Feb 26 8:55 AM