InterviewSolution
| 1. |
What Is An Item Category And Category Set? |
|
Answer» A category is a LOGICAL classification of items that have similar characteristics. A category set is a distinct grouping scheme and consists of multiple categories. An ITEM can belong to any NUMBER of category sets. We can assign item to one category WITHIN each category set. The categories can be RETRIEVED from the table ‘MTL_CATEGORIES_B‘ and item category set from ‘MTL_CATEGORY_SETS_B’. A category is a logical classification of items that have similar characteristics. A category set is a distinct grouping scheme and consists of multiple categories. An item can belong to any number of category sets. We can assign item to one category within each category set. The categories can be retrieved from the table ‘MTL_CATEGORIES_B‘ and item category set from ‘MTL_CATEGORY_SETS_B’. |
|