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 for structure

Former Member
0 Likes
491

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...

3 REPLIES 3
Read only

Nkrish
Contributor
0 Likes
458

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

Read only

Former Member
0 Likes
458

if it is confirmation related you can take AFRU table.

regards

shiba dutta

Read only

Former Member
0 Likes
458

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