Application Development and Automation 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: 
Read only

Doubt in BAPI_EQUI_CHANGE

0 Likes
550

Hi Team,

i have a issue that Equipment status is getting changed through custom program to status 'EDEL'. i debugged and find out that this BAPI 'BAPI_EQUI_CHANGE' is changing the Equipment status. but i cant understand how it changes the equipment status.

what is the BAPI input parameter that cause the Equipment to change the status to 'EDEL' and how?

please let me know if you guys need any clarification. bit urgent please.

2 REPLIES 2
Read only

PeterJonker
Active Contributor
0 Likes
474

I don't know but did you consider that the change you are making to the equipment has been customized to change the status ?

What kind of change are you doing when this happens ?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
474

Some statuses are automatically set/reset during some processes:

  • Call transaction BS23 and select value I0186, EDEL "Assigned in delivery note". Click on where-used to find the "Processes that set the status:"

So check for call of the BAPI that set information related to delivery like DELIVDATE.

In case of bug suspicion, check OSS notes for your system like recent Note 1790720 - Serial Number got status EDEL after a delivery split.

Regards,

Raymond