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

Need tables for the fields

Former Member
0 Likes
795

Hi,

I want to know the tables where these fields can be available...

Field “SERNR1” - Serial Number

• Field “MATNR1” – Assy Matl

• Field “SERNR” – Assy Serial NO

• Field “ARKTX” – Assy Description

Pls let me know as soon as possible..

Hi,

I want to know the tables where these fields can be available...

Field “SERNR1” - Serial Number

• Field “MATNR1” – Assy Matl

• Field “SERNR” – Assy Serial NO

• Field “ARKTX” – Assy Description

Pls let me know as soon as possible..

4 REPLIES 4
Read only

former_member188829
Active Contributor
0 Likes
753

Hi,

Check the Table DD03L

Read only

Former Member
0 Likes
753

Hi Vishnu,

1) How To Get Tables from a Program?

ANS:use the FM GET_TABLES , pass the program name it will give the tables used in that program

OR

IN the transaction ST05 ..Switch on the SQL TRACE ..

Execute your program..

Switch off the SQL trace..

THen Press "List trace" button in ST05 to see the SQLs used..

2) When u hav fields and want to know the tables:

->Go to se11.

->Enter the field name in the " tables " field

->Then when you get the data element screen go to " where used function" on the application toolbar and click on it.

4) Now you would hav all the tables that in which that paticular field was used.

Kindly Reward Points If You Find The Reply Helpful.

Cheers,

Chaitanya.

Read only

Former Member
0 Likes
753

Hi,

check table vbap / VBRP/ LIPS , in those tables you can get

ARKTX,MATNR,SERNR fields.

But there is no field with the name sernr1 in standard databse tables. May be that you can find in customized tables created specific to your project.that we cant see .

but about matnr1 you can get in the following tables.

VCRSELA_RES Cross Selling Analysis: Results

HBSRLS Affected Building List

Regds

Sivaparvathi

Please reward points if helpful...

Edited by: Siva Parvathi on Dec 20, 2007 11:34 AM

Read only

Former Member
0 Likes
753

Hi,

In table vabp u can find arktx,matnr and sernr...

but there is not field in name matnr1

and sernr1..(My opinion)

if u want u can check it

goto se11..>>date type (give the field name)

execute the table dd03l>give the field name->u can the table names for the corresponding field

Regards,

Ari

Edited by: Arivarasu S on Dec 20, 2007 6:38 PM

Edited by: Arivarasu S on Dec 20, 2007 6:40 PM