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

'Components' table field for TCODE - 'COOIS'

Former Member
0 Likes
2,534

Could any one help from which table the following fields are pulled from for the standard transaction ‘COOIS’? For ‘Component’ in List selection field.

Requirement Quantity

Quantity Withdrawn

Requirement Date

Thanks

6 REPLIES 6
Read only

Former Member
0 Likes
1,589

If you are just looking for the table and field names, you can park your cursor on the field in question and hit F1. So for instance, if you parked your cursor on the Required Date field range and hit F1, you would see this information:

IOOPCOMP-BDTER ==  Required Date

Read only

0 Likes
1,589

IOOPCOMP is structure

Thanks

Read only

0 Likes
1,589

Then what you can do is go to that structure and find the data element. From there you can double click on the element and do a where used and look in the table fields. For instance, the element BDTER has 8 corresponding table references..

Read only

0 Likes
1,589

Kindly let me know if you could provide me the exact table fields

Thanks

Read only

0 Likes
1,589

Kindly let me know how the following fields are calculated for 'Component' in COOIS report. since there is no table contains this value field.

Requirement Quantity & Quantity Withdrawn

Read only

0 Likes
1,589

resolved