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: 

Equipment Description,Tech ID, Update

Former Member
0 Kudos

Hi All,

I am planning to update equipment information using FM: BAPI_EQUI_CHANGE..I found all the fields but couldn't find the equipment description,Techidentno (location tab.)

Could you please suggest how to update above equipment fields using the BAPI.

I found the BAPI BAPI_EQMT_MODIFY for updating description but it's obsolete FM and not sufficient to handle all my remaining fields.

Please find the attached screen shot for field reference.

Thanks in advance for your help on this.

Thanks,

Sapsar.

1 ACCEPTED SOLUTION

jogeswararao_kavala
Active Contributor
0 Kudos

Sar CRM

BAPI_EQUI_CHANGE

You have provisions in the Import structures to be able to change both the fields you desire. What's the issue?

Do this way

  • Give your new value for Description in DESCRIPT field of Import structure DATA_GENERAL
  • Give value 'X' in the DESCRIPT field of Import structure DATA_GENERALX
  • Give your new value for Technical Id in the TECHID field of Import structure DATA_SPECIFIC
  • Give value 'X' in the TECHID field of Import structure DATA_SPECIFICX
  • Use COMMIT WORK after the above fm..

I have tested this. It is working fine.

Good luck

KJogeswaraRao

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

Go to BDC as BAPI_EQUI_CHANGE is 'officially' the only supported FM.

Ref:  1967410 - Function module BAPI_EQMT_MODIFY is not supported from Release 46C.

Regards,

Raymond

0 Kudos

Is it not possible to update description and tech id number using FM BAPI_EQUI_CHANGE..?

Thanks,

Sapsar.

jogeswararao_kavala
Active Contributor
0 Kudos

Sar CRM

BAPI_EQUI_CHANGE

You have provisions in the Import structures to be able to change both the fields you desire. What's the issue?

Do this way

  • Give your new value for Description in DESCRIPT field of Import structure DATA_GENERAL
  • Give value 'X' in the DESCRIPT field of Import structure DATA_GENERALX
  • Give your new value for Technical Id in the TECHID field of Import structure DATA_SPECIFIC
  • Give value 'X' in the TECHID field of Import structure DATA_SPECIFICX
  • Use COMMIT WORK after the above fm..

I have tested this. It is working fine.

Good luck

KJogeswaraRao

0 Kudos

Thank you Jogeswara Rao..It's working as expected..some how I missed to look at this fields..

Thanks,

Sapsar.