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: 

How to change system status of order created in IW31

Former Member
0 Kudos

Hello All,

I created a maintenance order in IW31. System status of that Order is like this,

Now i have a requirement to change the system status.

But the BAPI : BAPI_ALM_ORDER_MAINTAIN has option to change user status. Please suggest what i have to do?

Thanks in Advance

1 ACCEPTED SOLUTION

davis_raja
Active Participant
0 Kudos

EXIT_SAPLBSVA_001 will fulfill your requirement.

Try to change your system status inside this exit.

You will get both User status and System status.

2 REPLIES 2

davis_raja
Active Participant
0 Kudos

EXIT_SAPLBSVA_001 will fulfill your requirement.

Try to change your system status inside this exit.

You will get both User status and System status.

raymond_giuseppi
Active Contributor
0 Kudos

You could look at function group IBAPI_ALM_ORDER_STATUS "ALM Order BAPIs, Status Functions".

Regards,

Raymond