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: 

Changing status of internal sales order line item - VBUP-GBSTA

Former Member
0 Kudos

Hello Experts,

How to set the status of an internal sales order line item to C(Complete) programatically?

Is there any function module to do this task?

Sales order is an internal order, which does not have delivery. requirement is to change the status of sales order line item programatically.

Thanks in advance,

Sabu

1 REPLY 1

kesavadas_thekkillath
Active Contributor
0 Kudos

Check with RV_XVBUP_MAINTAIN, it has a subroutine perform userexit_set_status_vbup called inside it.

Can you please check if this function is called internally in BAPI_SALESORDER_CHANGE, then you need to just incorporate your logic in the exit.

Kesav