cancel
Showing results for 
Search instead for 
Did you mean: 

Problem about Sales Order Position Status

Former Member
0 Kudos

Hi everyone,

I have defined a custom status profile with some custom status for my sales order positions.

What I really need to know is how to check, from any user-exit while saving the sales order, If the status in my schema has been changed by the user, in order to execute some extra functionality.

I would be very grateful if someone could tell me which structures should I analyze.

Thanks in advance and best regards.

Ben.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you set a breakpoint in sales order process, check the value of the following internal table

(SAPLBSVA)jsto_buf[].

Note:- This internal table will not get populated if user never navigates to the status screen.

Another option is interrogating field RV45A-ASTTX. This field will store all the status that the order has.