cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment Classifications (IE05)

Former Member
0 Kudos

We have a requirement to allow certain users to update the values of characteristics in transaction IE05. However, we don't want them to be able to edit any other fields within this transaction.

We don't really want to start messing about with screens -making fields display only. Is it feasible to update with a BDC transaction? ( I have read that this is not a good idea).

Also, we are having trouble finding the exact link between the equipment number and the classification tables.

Has anyone any suggestions as to how we should approach this please?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Jan,

Every equipment will have a object number(OBJNR), I would guess it will be in the same table as the EQpt. Number. Once you are able to get this object number, then you can use the standard BAPI's to update the Classification data of the equipment.

BAPI_OBJCL_CHANGE

BAPI_OBJCL_CREATE

BAPI_OBJCL_GETCLASSES

BAPI_OBJCL_GETDETAIL

Look in BAPI transaction under Classification (Cross application Components).

Coming to the screen, I guess it might be a good idea to have a custom screen and use the BAPI's to update the data.

Regards,

Ravi

Note : Please mark the helpful answers

Answers (5)

Answers (5)

Former Member
0 Kudos

Is that the Jan Honeyman that I used to work with? (apologies for the strange question if you don't know who the heck I am!)

Former Member
0 Kudos

Is that the Jan Honeyman that I used to work with? (apologies for the strange question if you don't know who the heck I am!)

vinod_gunaware2
Active Contributor
0 Kudos

Hi Jan,

In above reply i have given all tables and this reply i am giving all function module.

I think this must resolve ur problem....

EQUIPMENT_UPDATE

EQUIPMENT_READ

BAPI_EQUI_GETDETAIL

BAPI_EQUI_CREATE

BAPI_EQUI_CHANGE

BAPI_EQUI_GETSTATUS

ALM_ME_EQUIPMENT_GETDETAIL

MEASUREM_POINT_READ

TABLE_IMPTT_UPDATE

CLVF_UPDATE_AUSP

CLVF_INSERT_AUSP

CLVF_VB_INSERT_CLASSIFICATION

STATUS_UPDATE

regards

vinod

vinod_gunaware2
Active Contributor
0 Kudos

U have to use Function module for it.

No need to go By BDC it will little bit complicate and slow process.

Tables

EQUI

EQBS

  • Tables for Equipment Classification data

KSSK

AUSP

KLAH

CABNT

*Status table

JSTO

JEST

*Measuring Document

IMPTT

MARA

LFA1

KNA1

Hope it will be useful.

Please elaborate ur requirement.

regards

vinod

Former Member
0 Kudos

OBJNR is the table EQUI, which is the master table Equipments.

Regards,

Ravi

Note : Please mark the helpful answers