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

Problem with IBAPI_ALM_ORDER_TECO disabling fields

Former Member
0 Likes
406

Hi all,

We we are using this bapi to set the TECO status in a work order.

After the status is changed, we access the order (IW32) and get the correct status information but the fields are not disabled as when you do it manually.

Can any one help me?

Regards,

RC.

1 REPLY 1
Read only

Former Member
0 Likes
335

I assume that when you do it manually, some events are triggered and the fields get disabled...the BAPI does direct modification to the DB tables, so no events get triggered...maybe after calling the BAPI, you should disabled the fields by code...

Greetings,

Blag.