Application Development 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 characteristic values

Former Member
0 Kudos
801

Hi,

I need to read characteristics values from a configurable material of a specific equipment.

I found values in:

EQUI-CUOBJ

EQUI-KMATN

EQUI-MATNR

for a specific equipment.

Correct characteristics values are stored in table CAWN, but I don't know how to connect them with EQUI table.

I checked tables: AUSP, INOB but I don't see a connection.

Pls help

1 ACCEPTED SOLUTION

Former Member
0 Kudos
310

Hi

If you are using VC then try with the function module 'VC_I_GET_CONFIGURATION' with EQUI-CUOBJ as INSTANCE.

Also you can try with EQUI-MATNR in AUSP-OBJEK, you will get the characteristic values, however i'm not sure whether those are the same which you want.

Best Regards,

Nikhil Patil

8 REPLIES 8

Former Member
0 Kudos
310

Hi,

Have you tried:

EQUZ

ILOA

IFLOT

IFLOTX

Regards,

Ernesto

0 Kudos
310

Yes I did, and found nothing

kesavadas_thekkillath
Active Contributor
0 Kudos
310

Pass those to bapi_objcl_getdetail . You will not get the characteristics directly for those inputs. There will be some classes associated to it. The characterics will be associated to those classes.

0 Kudos
310

What values should be passed to this BAPI and how?

Regards,

Tom

0 Kudos
310

Hi,

With EQUI-CUOBJ go to INOB table. Then follow this link.

http://sap.ittoolbox.com/groups/technical-functional/sap-dev/cawn-table-link-1642062

Hope it helps.

Ernesto.

0 Kudos
310

Fort this EQUI-CUOBJ

There is no data in INOB.

Regards

Former Member
0 Kudos
311

Hi

If you are using VC then try with the function module 'VC_I_GET_CONFIGURATION' with EQUI-CUOBJ as INSTANCE.

Also you can try with EQUI-MATNR in AUSP-OBJEK, you will get the characteristic values, however i'm not sure whether those are the same which you want.

Best Regards,

Nikhil Patil

0 Kudos
310

This FM was it.

THX