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: 

Sales Order User Status

Former Member
0 Kudos

Hi,

is there any FM or user-exits to set the User Status of the Sales Order Line Item at the time of Order Creation.

( status profile is created with 3 status in BS02 and assigned to the order line item. user exit / fm has to change the status assigned to the order based on certain conditions )

Lot of FM are available to update the status after Order Creation. I'm lookin for one at the time of order creation where i could use in the exit MV45AFZZ.

looking for your inputs.

Thanks,

Arun

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

just check the function STATUS_CHANGE_EXTERN

Read the documentation of the function also.

5 REPLIES 5

former_member188685
Active Contributor
0 Kudos

just check the function STATUS_CHANGE_EXTERN

Read the documentation of the function also.

0 Kudos

Thanks, I have gone through this. This needs a Object Number to update the status.

In my case i wont have the object number at the time of order creation.

Thats the problem.

0 Kudos

you will have the objnr in xvbak, you can get that. But i am thinking it is the right approach or not.

0 Kudos

You are right. I'm not sure either, we could update the status here.

0 Kudos

i have updated the user status in sapmv45a using FM status_change_extern .