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

table name..

Former Member
0 Likes
1,993

HELLO EVERYONE,

I have a field from a structure. but i want the table in which this field is stored, so that i can retrieve data from that table regarding this field and can use in my coding..

RF05A -- AUGTX .

will be rewarded..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,352

You can use BSEG-SGTXT for RF05A -- AUGTX

Hope this helps.

Regards

Vinayak

8 REPLIES 8
Read only

Former Member
0 Likes
1,352

Go to SE11.

Enter that field in datatype and press the icon for where use list.here select the DB table option and enter.

Your field(AUGTX) i am not able to check.Where you got this field.

Mukesh Kumar

Read only

Former Member
0 Likes
1,353

You can use BSEG-SGTXT for RF05A -- AUGTX

Hope this helps.

Regards

Vinayak

Read only

Former Member
0 Likes
1,352

Hi,

you can search for the table fields using the TABLE DD03L.

AUGTX is stored in BBKPF,BBKPF_FM,UBC_S_HLPBBKPF,

tables.

Regards,

vineela.

Read only

Former Member
0 Likes
1,352

Hi,

One way to fine is where used list.

Just search in the program for the structure or field.

At some point , the data is passed from structure to database table or datbase table to structure.

For some of the fields you can find with se11 , enter sturcture name at data type and display then clcik entry help /check tab and look for the check table of the required field.

Regards,

Madhu

Read only

Former Member
0 Likes
1,352

Hi

Go to se15>ABAP Dictionary>Fields>Table Fields:>Give the field name in selection screen-->Execute (F8)

It will show you list of tables where this field is used.

I hope it will this be helpful for you.

Read only

Former Member
0 Likes
1,352

Hi

It is item text

You can use the bseg-sgtxt for the same if you search the report SAPMF05A there you can find the same

in include MF05AFA0_AUSGLEICH_MIT_BUCHEN

Regards

Shiva

Read only

Former Member
0 Likes
1,352

Hi

1.open se84.

2.you find abap- dictionary.expand that.

3.under this you find fields.expand fields.

4.click on structure name/table name.

there you give the field name then execute then you find the tables consisting of that particular field.

Edited by: Chaithanya A on Mar 12, 2008 8:24 AM

Read only

Former Member
0 Likes
1,352

Hi,

Go to SE11 --> Input the fieldname --> Click on the where used list button the application toolbar --> A pop up window will be displayed --> Select the tables check box --> Press Enter --> List of the tables will be displayed where this field will be used.

Thanks,

Sriram Ponna,