cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

List of characteristics - Variant Configuration

0 Kudos
486

Hi, there's a business requirement where I need entire list of characteristics created in SAP. Is there a transaction code to get the characteristics list and their values?

Accepted Solutions (0)

Answers (1)

Answers (1)

a__engfehr
Active Participant
0 Kudos

Hello ujasmodi97,

You can use SE16 with Table CABN to get a list of all characteristics. For the values those are stored in table CAWN. If you write a simple SQVI you can join these two tables and get an output of all characteristics with values.