‎2006 Jan 17 4:00 AM
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
‎2006 Jan 17 5:07 AM
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
‎2006 Jan 17 5:07 AM
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
‎2006 Jan 17 5:30 AM
Hi Vijay,
In the IE02->class overview->there are charecteristic descriptions & value.
Iam looking for that VALUE column table.
Thanks
Kaki
‎2006 Jan 17 5:35 AM
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
‎2006 Jan 17 6:00 AM
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
‎2006 Jan 17 6:05 AM
<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
‎2006 Jan 17 6:12 AM
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
‎2006 Jan 17 7:09 AM
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
‎2006 Jan 17 7:44 AM
Did you look at BAPI_OBJCL_GETDETAIL ?
Table EQUI Classe TYPE 002
Sincerely
Christophe Blineau
‎2006 Jan 17 9:42 AM
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
‎2007 Jan 15 6:01 PM
Hi
Can anybody tell me how the characteristic value can be changed.
Any BAPI, FM.
Thanks in advance.
‎2006 Jan 17 5:23 AM
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