‎2007 Jan 23 9:38 AM
Hi friends.
how can i search table for a particular structure. because structure cant store values but there is a table for that.
actually i want to search values from structure CORUCACT used in production order.
i want table for this structure.
thanks if anyone help me...
‎2007 Jan 23 10:12 AM
Hi,
If you have already checked in the where used list. Go to the table and check CtrlShiftF5(Display object list) . In that check the database tables. In that you would able to find the table related to the structure.
or the last option debug on the FM/program where this structure is used, as this structure would be filled by a table only.
Regards,
Narayani
‎2007 Jan 23 10:17 AM
if it is confirmation related you can take AFRU table.
regards
shiba dutta
‎2007 Jan 23 10:19 AM
Hi,
Check it the structure has 'append' or 'Include' in any of its fields....
double click on it. it will take you to the underlying table....
There in that table you can find the field u want..
Hope this solves ur problem
regards
Shiva