2007 Oct 31 8:48 AM
how to find the TABLE from the given structure ?
plz give me the method
2007 Oct 31 8:49 AM
Hi Sandeep,
You need to check where used list of that strucure and fields in that table.
Regards,
Atish
2007 Oct 31 8:50 AM
goto se84
abap dictionary
fields
structure fields
give structure name
u get list of tables...
select required one...
Regards
vasu
2007 Oct 31 8:52 AM
To check any field which is present in Structure and u want the similar field in Table then follow this procdure it will helps u alot
SE15 > ABAP DICTIONARY> Table Fields--> Field Name " Give ur field name
and then execute
it will show all related table results for a particular field
2007 Nov 01 3:55 AM