2007 Dec 27 3:10 PM
Hi all,
I want to know the tables used in purchase order creation header line.
Those which are refereed by structure mepo_topline
especially...
mepo_topline-superfield
MEPO_TOPLINE-ebeln etc.....
Looking forward to hear from you all.
regards,
VKC
2007 Dec 27 3:33 PM
hi,
you can check in the include : MM06EFTO Form routine
FORM mepo_get_topline USING ex_topline LIKE mepo_topline
Its referring MOVE-CORRESPONDING ekko TO ex_topline.
so it is EKKO table.
sometimes it refers to EKBE table also.
Regds
Sivaparvathi
Please reward points if helpful..
2007 Dec 27 3:17 PM
Hi Ranjan,
Generally EKKO is the table used for header level and EKPO is the table used for item level in PO.
Reward points if it is helpful.
Regards,
Shano
2007 Dec 27 3:17 PM
2007 Dec 27 3:21 PM
Thanks buddy..
but there is no vendor information
in ekko...
is there any specific table that stores vendor information???
i want this for me23n transaction....My main purpose is to simulate the screen of me23n
so i want to know the tables in which ponumber vendor number and dfates are stored.
2007 Dec 27 3:27 PM
Check EKKO-LIFNR
But when you see in ME23N it will show the screen field MEPO_TOPLINE-SUPERFIELD, what it will do is based on the vendor number it will get details from LFA1 and concatenate these values to the structure and display it..
Pavan
2007 Dec 27 3:20 PM
EKKO.
Go to se11 - enter EK* in database table field then search using F4 function key. You will see most of purchasing tables.
2007 Dec 27 3:33 PM
hi,
you can check in the include : MM06EFTO Form routine
FORM mepo_get_topline USING ex_topline LIKE mepo_topline
Its referring MOVE-CORRESPONDING ekko TO ex_topline.
so it is EKKO table.
sometimes it refers to EKBE table also.
Regds
Sivaparvathi
Please reward points if helpful..
2007 Dec 27 3:59 PM