Application Development and Automation 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: 
Read only

tables,fields

Former Member
0 Likes
656

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..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
621

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

5 REPLIES 5
Read only

Former Member
0 Likes
621

VBAK, VBAP, EKKO, EKPO, KNA1, ADRC, MAKT, VBFA, VBRK, VBRP

regards,

Sandeep Josyula

*Mark helpful answers

Read only

Former Member
0 Likes
621

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

Read only

Former Member
0 Likes
621

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

Read only

Former Member
0 Likes
622

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

Read only

Former Member
0 Likes
621

Hi

Go thru this link.

http://www.sapfans.com/sapfans/repos/saptips.htm

Thanks

Sunil