2006 May 04 11:23 AM
HI
I need to read the Charectristic data from configuration tab in IQ03 for a metrial with latest serial number.
I got latest serial number from MASE, but couldn't get the charestic values of the configuration..
PLease help
Thanks In Advance
Satish Kumar K
HI
I need to read the Charectristic data from configuration tab in IQ03 for a metrial with latest serial number.
I got latest serial number from MASE, but couldn't get the charestic values of the configuration..
PLease help
Thanks In Advance
Satish Kumar K
2006 May 04 11:28 AM
Did you try BAPI_OBJCL_GETDETAIL?
Regards,
Ravi
Note - Please mark the helpful posts.
2006 May 04 11:33 AM
BAPI_CLASS_GET_CHARACTERISTICS
BAPI_CHARACT_GETDETAILtry these BAPIs...
Regards
vijay
2006 May 04 12:01 PM
Hi Ravi,
I have material number with me, from that how can we find the charcterstics and their values far a particular material
2006 May 04 12:04 PM
Hi Satish,
If you know the class for which the CHAR values have to be fetched you can use that BAPI_OBJCL_GETDETAIL directly.
Else call BAPI_OBJCL_GETCLASSES to get the classes to which the materila belongs and then use this data to call the BAPI_OBJCL_GETDETAIL.
You need to pass the material to the OBJECT parameters of these functions.
Regards,
Ravi
Note : Please mark the helpful answers