Dear Experts,
Can some one kindly help provide logic for my classification problem? I am trying to identify the table logic for identifying active characteristics for an object (in this case a Sales Order with variant configuration VC active).
I have a Sales Order with Characteristic X set up in classification/variant configuration. Characteristic X offers 3 possible values for the user to select. User stored just one of the values in the Sales Order classification. In table AUSP it lists all 3 values -not just the relevant one. Can anyone explain the table logic for identifying only the value selected by the user?
More Details On my current logic:
Get CABN-ATINN where CABN-ATNAM = [My characteristic name]
Get AUSP-ATWRT where AUSP-ATINN = CABN-ATINN and AUSP-OBJEK = [Sales Order Number]
-This returns all "possible" entries. I need to identify the one value selected by the user.

