‎2008 Mar 12 7:00 AM
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..
‎2008 Mar 12 7:14 AM
You can use BSEG-SGTXT for RF05A -- AUGTX
Hope this helps.
Regards
Vinayak
‎2008 Mar 12 7:14 AM
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
‎2008 Mar 12 7:14 AM
You can use BSEG-SGTXT for RF05A -- AUGTX
Hope this helps.
Regards
Vinayak
‎2008 Mar 12 7:17 AM
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.
‎2008 Mar 12 7:19 AM
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
‎2008 Mar 12 7:20 AM
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.
‎2008 Mar 12 7:21 AM
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
‎2008 Mar 12 7:23 AM
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
‎2008 Mar 12 7:24 AM
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,