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

regarding finding the table

Former Member
0 Likes
713

Hi,

can anyone give me the table associated to esald field.(begining balance)

Iam using TCODE FF67..

i want to know the table name.

or

please tell me the procedure to find the table names.

and i know the structure name and the tables to that structure..

please help me

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
683

hi,

go to se15 -> click ABAP DICTONARY -> Click FIELDS -> theh give ur field name -> u can find the table

chk this table-

T028A

Rgds

Reshma

5 REPLIES 5
Read only

santhosh_patil
Contributor
0 Likes
683

Hi,

Field is used in the tables

<b>FEBMKA

RFVIAUSZUG

T028A</b>

-


Patil

Read only

Former Member
0 Likes
684

hi,

go to se15 -> click ABAP DICTONARY -> Click FIELDS -> theh give ur field name -> u can find the table

chk this table-

T028A

Rgds

Reshma

Read only

Former Member
0 Likes
683

Hi

You can enter this field in the table DD03L and find the table name

It displays structures and tbales also, right tables for the above field are

T028A

RFVIAUSZUG

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
683

Hi Vijayd,

place the cursur on that field and press F1 and then technical setting

or use SQL Trace

or Place a debugger on the driver program running this transaction

rgds

Deepak.

Read only

former_member223446
Active Participant
0 Likes
683

esald field is in only two tables ,those are RFVIAUSZUG,T028A.

reward points

thnks

kiran