2011 Mar 09 2:26 PM
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
2011 Mar 11 9:58 AM
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
2011 Mar 09 2:32 PM
2011 Mar 09 2:42 PM
2011 Mar 09 2:45 PM
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.
2011 Mar 09 3:33 PM
What values should be passed to this BAPI and how?
Regards,
Tom
2011 Mar 09 7:53 PM
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.
2011 Mar 11 8:30 AM
2011 Mar 11 9:58 AM
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
2011 Mar 11 12:15 PM