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

ie02 values

Former Member
0 Likes
1,400

Hi experts,

Where i can find the values in IE02->class overview (on the application tool bar) values?

I need tables or FM or BAPI.

reward guaranteed

cheers

kaki

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,356

Hi Kaki,

from tables <b>TCLA,TCLAO</b> get the class Type and pass the class type , language key to the table <b>TCLAT</b> and get the

Descriptions.

<b>TCLAT</b> is the table you need.

Regards

vijay

11 REPLIES 11
Read only

Former Member
0 Likes
1,357

Hi Kaki,

from tables <b>TCLA,TCLAO</b> get the class Type and pass the class type , language key to the table <b>TCLAT</b> and get the

Descriptions.

<b>TCLAT</b> is the table you need.

Regards

vijay

Read only

0 Likes
1,356

Hi Vijay,

In the IE02->class overview->there are charecteristic descriptions & value.

Iam looking for that VALUE column table.

Thanks

Kaki

Read only

0 Likes
1,356

Hi Kaki,

even i am talking the same , just give the <b>class type</b>,and <b>language</b> to the table <b>TCLAT</b> you get the values which appeared in the popup.

Regards

vijay

Read only

0 Likes
1,356

hi sudha,

Iam passing values into CACL_OBJECT_VALIDATION_MAINT and

iam getting FM not found message.What might be the problem?Is there any other function modules existing to get <b>IE02->class overview->charecteristic values?</b>

kaki

Message was edited by: Kaki R

Read only

0 Likes
1,356

<b>TCLAT-KLART</b> is the class type, <b>TCLAT-ARTXT</b> is the Class type description.

E     001   Material class                          
E     002   Equipment class                         
E     003   Functional location                     
E     004   Ref. functional location                
E     005   Inspection characteristics              
E     006   Inspection methods                      
E     007   Code groups                             
E     008   Selected set                            
E     009   Prod. resources/tools                   
E     010   Vendor class                            
E     011   Customer class                          
E     012   Characteristics class                   
E     013   Controlling: orders                     
E     014   Controlling: projects  

Regards

vijay

Read only

0 Likes
1,356

Hi Vijay,

I dont want TCLAT-KLART values.

Just open IE02->click class overview button.There at bottom, you can see <b>'GENERAL'</b> tab.There are two columns.One is charecteristic desc column& other one is Value column.I want <b>VALUE column</b> table or FM for particular Equipmnet no.

charecteristic & value details are something like this.


<b>char            value</b>
SPEED	        30 m/min
WEATHER TYPE	INDOOR
STEP WIDTH	800 mm
LIFT CAPACITY

regards

kaki

Read only

0 Likes
1,356

Hi Kaki,

CABNT "to see the characterstic descriptions

CAWN "to get the corresponding charcaterstic values

take the ATINN from the CABNT based on Characterstic Descriptions(CABN-ATWRT).

and pass the ATINN to the CAWN table get the values

you can see the values in these fields

<b>ATWRT ATFLV ATFLB </b>

regards

vijay

Read only

0 Likes
1,356

Did you look at BAPI_OBJCL_GETDETAIL ?

Table EQUI Classe TYPE 002

Sincerely

Christophe Blineau

Read only

0 Likes
1,356

Hi Blineau Christophe

Its really great.I got it.

thanks a lot.

And also kindly tell me how to find this kind of BAPIs for particular requirements.....

Full points alloted

cheers

kaki

Read only

0 Likes
1,356

Hi

Can anybody tell me how the characteristic value can be changed.

Any BAPI, FM.

Thanks in advance.

Read only

Former Member
0 Likes
1,356

Hi Kaki,

Have a look at these FMs:

CACL_OBJECT_VALIDATION_MAINT

CACL_CLASSIFICATION_SAVE

These can be used to maintain the characteristic values.

Sudha