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

Former Member
0 Likes
1,269

i need to find tables & their field names corresponding for these structure

struct name field name

RV45A KWMENG- Quantity

KOMPAX NETWR- Net value for the lineitem

CAUFVD GSTRP/GLTRP

Reply imm

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,211

Hi,

Go to SE84

than ABAP Dictionary -> Fields.

Enter your field name there.

Regards,

Amey

9 REPLIES 9
Read only

Former Member
0 Likes
1,212

Hi,

Go to SE84

than ABAP Dictionary -> Fields.

Enter your field name there.

Regards,

Amey

Read only

Former Member
0 Likes
1,211

Using SE11 also you can Get the Field Names.

regards

vijay

Read only

christian_wohlfahrt
Active Contributor
0 Likes
1,211

Hi!

It would be easier, when you mention a transaction (because structures can be used in many transactions, which book in different tables).

I guess, you have contracts or sales orders. Net value is then stored in VBAP-NETWR, also some amounts are stored in VBAP.

CAUFVC can be linked to orders with table AUFK. There are some dates (e.g. IDAT1), but I'm not sure if this matches your search.

Regards,

Christian

Read only

sridharreddy_kondam
Active Contributor
0 Likes
1,211

Hi,

Go to SE11 --> enter the required table and Display...

There u can search/get u r required fields..

Regards,

Sridhar reddy

Read only

christian_wohlfahrt
Active Contributor
0 Likes
1,211

Hi,

just found the two dates in AFKO.

Christian

Read only

abdul_hakim
Active Contributor
0 Likes
1,211

Hi,

Do SQL Trace in the corresponding transaction you will get it...

Regards,

Abdul

Read only

Former Member
0 Likes
1,211

You have to specify the transaction/program/screen in which you are seeing these fields. Sometimes, the same structure fields can be used in different transaction screens and hey may end up in different tables.

Srinivas

Read only

Former Member
0 Likes
1,211

Go to SE11, display the structure say RV45A. Once the fields are displayed, click on the field & click on the Where-Used icon. This might give you what you need.

The other crude way is to go to table DD03L (Tables & Field names), put in KWMENG in the fieldname column & search. It will return you all the tables where KWMENG is used.

I personally think the first approach will help you.

Read only

Former Member
0 Likes
1,211

Hi,

Why dont you have where use list for the same in SE11.