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: 

fields in the tables

Former Member
0 Kudos
280

Hi,

i want to know the fields and thier description for the following tables

EKPO

EKKO

EKET

EKBE

EKPV

EKKN

T163

LFA1

LFM1

ESSR

EINA

EINE

EKBZ

VBAK

VBAP

VBFA

VBRK

VBRP

VBPA

KNA1

PLZ SEND THE FIELDS AND THERE USES

1 ACCEPTED SOLUTION

Former Member
0 Kudos
143

Hi Sudhir,

Execute FM 'DDIF_FIELDINFO_GET' by giving table name as input you will get all fields,descriptions and technical properties

Please see all the descriptions of tables in text table DD02T.

Please find your tables and their descriptions:

EINA - Purchasing Info Record: General Data

EINE - Purchasing Info Record: Purchasing Organization Data

EKBE - History per Purchasing Document

EKBZ - History per Purchasing Document: Delivery Costs

EKET - Scheduling Agreement Schedule Lines

EKKN - Account Assignment in Purchasing Document

EKKO - Purchasing Document Header

EKPO - Purchasing Document Item

EKPV - Shipping Data For Stock Transfer of Purchasing Document Item

ESSR - Service Entry Sheet Header Data

KNA1 - General Data in Customer Master

LFA1 - Vendor Master (General Section)

LFM1 - Vendor master record purchasing organization data

T163 - Item Categories in Purchasing Document

VBAK - Sales Document: Header Data

VBAP - Sales Document: Item Data

VBFA - Sales Document Flow

VBPA - Sales Document: Partner

VBRK - Billing Document: Header Data

VBRP - Billing Document: Item Data

Procedure to search description of table

-


Go to SE11 -> enter dd02l table -> display table

See the contents of DD02L -> give table names in 'include 'area (pussbutton right side of field

Give DDLANGUAGE as 'EN' -> execute(f8)

Procedure to see fields in the table

-


Go to SE11 -> enter DD03Ltable -> display table

See the contents of DD03L-> give table names in 'include 'area (pussbutton right side of field

Give DDLANGUAGE as 'EN' -> execute(f8)

For descriptions of fields use table DDO3T (Text table of DD0L)

Regards

Bhupal Reddy

Message was edited by:

Bhupal Reddy Vendidandi

5 REPLIES 5

anversha_s
Active Contributor
0 Kudos
143

hi,

You can find any type of field in SAP using this table in SE12.

Table-DD03L.

please refer these links.

Refer these link:

http://www.erpgenie.com/abap/tables_mm.htm

Rgds

Anver

Former Member
0 Kudos
144

Hi Sudhir,

Execute FM 'DDIF_FIELDINFO_GET' by giving table name as input you will get all fields,descriptions and technical properties

Please see all the descriptions of tables in text table DD02T.

Please find your tables and their descriptions:

EINA - Purchasing Info Record: General Data

EINE - Purchasing Info Record: Purchasing Organization Data

EKBE - History per Purchasing Document

EKBZ - History per Purchasing Document: Delivery Costs

EKET - Scheduling Agreement Schedule Lines

EKKN - Account Assignment in Purchasing Document

EKKO - Purchasing Document Header

EKPO - Purchasing Document Item

EKPV - Shipping Data For Stock Transfer of Purchasing Document Item

ESSR - Service Entry Sheet Header Data

KNA1 - General Data in Customer Master

LFA1 - Vendor Master (General Section)

LFM1 - Vendor master record purchasing organization data

T163 - Item Categories in Purchasing Document

VBAK - Sales Document: Header Data

VBAP - Sales Document: Item Data

VBFA - Sales Document Flow

VBPA - Sales Document: Partner

VBRK - Billing Document: Header Data

VBRP - Billing Document: Item Data

Procedure to search description of table

-


Go to SE11 -> enter dd02l table -> display table

See the contents of DD02L -> give table names in 'include 'area (pussbutton right side of field

Give DDLANGUAGE as 'EN' -> execute(f8)

Procedure to see fields in the table

-


Go to SE11 -> enter DD03Ltable -> display table

See the contents of DD03L-> give table names in 'include 'area (pussbutton right side of field

Give DDLANGUAGE as 'EN' -> execute(f8)

For descriptions of fields use table DDO3T (Text table of DD0L)

Regards

Bhupal Reddy

Message was edited by:

Bhupal Reddy Vendidandi

Former Member
0 Kudos
143

can use<b> SE11,,SE12</b> .......

regards

aswin

jayanthi_jayaraman
Active Contributor
0 Kudos
143

Hi,

TO know the functionalities of tables and relationships,cehck this link.

http://www.sap-img.com/sap-download/sap-tables.zip

Former Member
0 Kudos
143

If u want to see the table fields and their description

goto SE11 enter ur table name , click display button

U can see fields and their description.