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: 

Need the User Status of the Sales Order?

Former Member
0 Kudos

Hi All,

How could I get the User Status of the Sales Order. Which table contains this status which is ("INQ" or "CNF"). I used BAPI "/AFS/BAPI_SALESORDER_GETSTATUS" and "BAPI_SALESORDER_GETSTATUS" none of this gives the User Status. I even used table VBUK and VBUP both these dont contain User Status.

Pls help me.

Thanks,

Kishan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

All the status are stored in JEST Table ( User Status and System Status ).

USe the FM STATUS_READ to read the sales order status.

3 REPLIES 3

Former Member
0 Kudos

Hi,

All the status are stored in JEST Table ( User Status and System Status ).

USe the FM STATUS_READ to read the sales order status.

Former Member
0 Kudos

Hello,

try the FM "STATUS_TEXT_EDIT"

with objnr = vbak-objnr and flg_user_stat = 'X'.

Regards

Frank Brackmann

Former Member
0 Kudos

hi,

see tables USR01 or USR02.

regs,

jaga