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

Multiple Values - Value Assignment

kiran_k8
Active Contributor
0 Likes
2,272

Hello Folks,

May I know in which table " Multiple Values " from Value Assignment will be stored. ( CT04 )

RCTMV is a structure and I don't find any values in the table TCMV.

Thanks,

K Kiran.

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,095

It's stored in column ATEIN in table CABN (characteristic definition - primary key fields: ATINN, ADZHL)

ATINN       ADZHL  ATNAM      ATFOR  ANZST  ATEIN  ...
0000000007 0000 ZCHARNAME CHAR 15 ...

Comment from Jürgen in How to find multiple values characteristics | SAP Communit:

  • "the table CABN has a field ATEIN, if it has a X then only single values are allowed for the characteristic, without X multiple values are allowed."
  • "In the Dynpro a blank ATEIN field makes the radio button switch to multiple values (ATLIS)"
3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,096

It's stored in column ATEIN in table CABN (characteristic definition - primary key fields: ATINN, ADZHL)

ATINN       ADZHL  ATNAM      ATFOR  ANZST  ATEIN  ...
0000000007 0000 ZCHARNAME CHAR 15 ...

Comment from Jürgen in How to find multiple values characteristics | SAP Communit:

  • "the table CABN has a field ATEIN, if it has a X then only single values are allowed for the characteristic, without X multiple values are allowed."
  • "In the Dynpro a blank ATEIN field makes the radio button switch to multiple values (ATLIS)"
Read only

2,095

Thanks a ton Sandra. It worked.

K Kiran

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,095

You can use the SQL Trace (ST05) if you don't know the name of the table.