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: 

TABLES USED IN PURCHASE ORDER CREATION

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

7 REPLIES 7

Former Member
0 Kudos

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

Former Member
0 Kudos

Did you check EKKO and EKPO

Pavan

0 Kudos

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.

0 Kudos

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

former_member191735
Active Contributor
0 Kudos

EKKO.

Go to se11 - enter EK* in database table field then search using F4 function key. You will see most of purchasing tables.

Former Member
0 Kudos

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

0 Kudos

THANKS..

WILL PROCEED AND TRY TO SOLVE IT......

REGARDS,

RANJAN