cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module for Update characteristics directly in configuration to equipment in IE02

Former Member
0 Kudos

Hi,

Please help with standard SAP function module  which update's characteristics directly in configuration to equipment in IE02.refer the attached file.

HM_FactoryNumber

HM_HW_REVISION

HM_FW_SW_REVISION

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183072
Active Participant
0 Kudos

Hi Prakash,

Maybe you can use this functions in this order:

CLAP_DDB_INIT_CLASSIFICATION "initialization

BAPI_OBJCL_GET_DETAIL "get detail of the obkect

CACL_OBJECT_VALIDATION_MAINT " validation of the new values

CACL_CLASSIFICATION_SAVE "save

have fun,

Hancila

Former Member
0 Kudos

Please can any one help on these.

former_member183072
Active Participant
0 Kudos

Hi,

I dont know exactly the topic 'equipment in IE02'. 

But, If I am right you are trying to update the characteristic for an 'object'.

So the characteristic is stored inside the tables AUSP, INOB, CABN etc.

Maybe you can use some functions module to update directly this tables.

Regards,

Hancila

JuanCarlosDelga
Contributor
0 Kudos

Hi Prakash,

To read the clasification:

BAPI_CLASS_GET_CLASSIFICATIONS

CLASSNUM = EQUI-CUOBJ

CLASSTYPE = 002 - equipment

And to change it:

BAPI_CLASS_CHANGE

Regards,

JCD

Former Member
0 Kudos

Hi JCD,

Whether i can update the characteristic using these BAPI_CLASS_CHANGE in IE02 - Screen shot attached ,If yes what are all prerequisite steps

HM_FactoryNumber

HM_HW_REVISION

HM_FW_SW_REVISION