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: 

Usage of BAPI_EQUI_CHANGE

Former Member
0 Kudos

Hi,

i use BAPI: 'BAPI_EQUI_CHANGE' to change some fields of an equipment.

Now i have to change the garantie fields of the eqipment.

This fields are store in BGMKOBJ-GWLDT and BGMKOBJ-GWLEN.

I cannot find this field in the Parameter of the BAPI.

Is there another Bapi/FM to change this Fields?

Thanks.

regards, Dieter

1 ACCEPTED SOLUTION

Former Member
0 Kudos

When I last worked with EQ updates, I thought I put these values into EQUI...

3 REPLIES 3

Former Member
0 Kudos

When I last worked with EQ updates, I thought I put these values into EQUI...

Former Member

Hi,

A way to solve this may be use the ENHANCEMENT-POINT in BAPI_EQUI_CHANGE:

ENHANCEMENT-POINT EHP_BAPI_EQUI_CHANGE_01 SPOTS ES_SAPLITOB_BAPI_EQ

Here you can adjust the value of L_ITOB_REC-GWLEN and L_ITOB_REC-GWLDT .

Best regards,

Leandro Mengue

Former Member
0 Kudos

Hi,

i have solved it by using FM: WARRANTY_ASSIGNMENT_RFC.

BreakPoint: can you show wich fields do you fill in EQUI.

Thanks for answers.

Regards, Dieter