‎2006 Oct 25 10:42 AM
hi
with reference to the Purchase order i need to develop delivery note program.
the fields i needed init are from address, to address, po number, quantity, item id, description, and package weight.
what are the tables i should look into it an dfields.
regards..
‎2006 Oct 25 11:21 AM
Hi , Nihi .
first of all try to pick one delivery number which is processed (i mean not open ) ..
1.
u 'll find this in likp header ,, open and see the delivery number ..with some items
2.
take this delivery number goto lips for items ..
for this delivery u'll find a sales order number.
1>
likp-vbeln = lips-vbeln.
2>
lips-vgbel = vbap-vbeln
lips-vgpos = vbap-posnr
3.vbap-vbeln = vbak-vbeln.
in that take the sales order number ,, goto vbak--vbeln
and execute ,, it will give u a list of details
in here take the purchase order number ...
now goto ekko -po header
give the po number and execute ..
this will give u po details at header level.
now for the items levels goto ekko and eket for the item and scheduled lines for the items ..
po number , quantity , item number in ekpo/eket
material is avaliabe over here ..
material description from makt maktx.
package weight from lips or ekpo/eket
-
first of all try to come in the reverse manner and then understand the flow ..
for open and closed goto vbuk , vbup etc..
in addition to this go to vbuk for status ..
hope this helps ,
regards,
vijay
‎2006 Oct 25 10:44 AM
VBAK, VBAP, EKKO, EKPO, KNA1, ADRC, MAKT, VBFA, VBRK, VBRP
regards,
Sandeep Josyula
*Mark helpful answers
‎2006 Oct 25 10:49 AM
PO number = EKKO-EBELN
Qty = EKPO-MENGE
from address = KNA1 & ADRC
To address == KNA1 & ADRC
item id = EKPO-MATNR
description = MAKT
package weight EKPO-NETGW
Since you need it for PO the tables should be EKKO and EKPO
Message was edited by: Anurag Bankley
Message was edited by: Anurag Bankley
‎2006 Oct 25 10:54 AM
Hi,
use table as ekko,ekpo,lips,likp,
ekko-ebeln = vbak-bstnk->vbak-vbeln(sales order)
vbak-vbeln = lips-vgbel->lips-vbeln(delivery no}
ekpo-menge(qty)
ekpo-ebeln(purchase no)
ekpo-posnr(item id)
ekpo-TXZ01(description)
Regards
amole
‎2006 Oct 25 11:21 AM
Hi , Nihi .
first of all try to pick one delivery number which is processed (i mean not open ) ..
1.
u 'll find this in likp header ,, open and see the delivery number ..with some items
2.
take this delivery number goto lips for items ..
for this delivery u'll find a sales order number.
1>
likp-vbeln = lips-vbeln.
2>
lips-vgbel = vbap-vbeln
lips-vgpos = vbap-posnr
3.vbap-vbeln = vbak-vbeln.
in that take the sales order number ,, goto vbak--vbeln
and execute ,, it will give u a list of details
in here take the purchase order number ...
now goto ekko -po header
give the po number and execute ..
this will give u po details at header level.
now for the items levels goto ekko and eket for the item and scheduled lines for the items ..
po number , quantity , item number in ekpo/eket
material is avaliabe over here ..
material description from makt maktx.
package weight from lips or ekpo/eket
-
first of all try to come in the reverse manner and then understand the flow ..
for open and closed goto vbuk , vbup etc..
in addition to this go to vbuk for status ..
hope this helps ,
regards,
vijay
‎2006 Oct 25 11:53 AM