This website is not affiliated with, sponsored by, or approved by SAP AG.

Identify Class Characteristic Values AUSP

Development (ABAP Development WorkBench, ABAP/4 programming)

Moderators: thx4allthefish, Snowy, Gothmog, YuriT

Identify Class Characteristic Values AUSP

Postby Larry B » Fri Apr 20, 2012 5:15 pm

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.

Best Regards,
Larry
Larry B
 
Posts: 70
Joined: Fri Jul 16, 2004 12:09 pm
Location: Cleveland

Re: Identify Class Characteristic Values AUSP

Postby Sharpshooter » Sat Apr 21, 2012 8:44 am

use FM VC_I_GET_CONFIGURATION_IBASE.
Good luck!
Sharpshooter
 
Posts: 941
Joined: Wed Mar 17, 2010 12:01 pm
Location: In the dark


Return to ABAP

Who is online

Users browsing this forum: No registered users and 10 guests




This website is not affiliated with, sponsored by, or approved by SAP AG.