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

BAPI to read Configuration data from IQ03

Former Member
0 Likes
1,355

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,024

Did you try BAPI_OBJCL_GETDETAIL?

Regards,

Ravi

Note - Please mark the helpful posts.

Read only

Former Member
0 Likes
1,024
BAPI_CLASS_GET_CHARACTERISTICS
BAPI_CHARACT_GETDETAIL

try these BAPIs...

Regards

vijay

Read only

Former Member
0 Likes
1,024

Hi Ravi,

I have material number with me, from that how can we find the charcterstics and their values far a particular material

Read only

0 Likes
1,024

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