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

Bapi for IW32

Former Member
0 Likes
2,014

Hi,

Can anyone please let me know what is the bapi for t-code iw32 also where system status can be set to LOC (lock order) and user status = INAP.

Thnks.

2 REPLIES 2
Read only

former_member181966
Active Contributor
0 Likes
1,061

For lock purpose IW32 is using the following FM`s

CALL FUNCTION 'CO_ZF_ORDER_LOCK_MULTI'

CALL FUNCTION 'CO_ZF_ORDER_LOCK'

just go to se93->give IW32->double click program name -> search key word "Call fucntion" and then in result search "lock" or "BAPI"

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

Former Member
0 Likes
1,061

If you're in 4.7, you can try BAPI_ALM_ORDER_MAINTAIN.

Rob