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: 

How to find work order system status & user status

Former Member
0 Kudos

Hi Friends,

I am working on one interface, where the work orders are created as IDOCs and they are sent to XI , from there to other server. As I never worked on FICO before, I have few queries. Please clarify me soon. its very urgent.

I want to know, how can we find the Work order system status & user status. Is there any way we can change the work order system status. Please reply sooooooooon...

But from JEST table or from function module STATUS_READ I am getting so many records for one objnr. How to see the exact status. please reply.

Message was edited by:

Phani Shankar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

STATUS_READ

try this or this kind of FMs in SE37 ?

Regards

Peram

3 REPLIES 3

Former Member
0 Kudos

STATUS_READ

try this or this kind of FMs in SE37 ?

Regards

Peram

Former Member
0 Kudos

Hi

Take the Order no and enter in AUFK table take the OBJNR field and pass it to JEST table and take the STATUS field STAT

if you want its description pass this status field value to TJ02T table and take the description

You can also use the fun module STATUS_READ

Reward points for useful Answers

Regards

Anji

Former Member
0 Kudos

Hi PS ,

1.u have to get only Active Status.

2.U have to check the TEXT value of that Order+OBJNR , TEXT will contions NUMC values , based on this u can find out final status of that Order.

Regards

Peram