cancel
Showing results for 
Search instead for 
Did you mean: 

System Status of each operation

former_member226856
Participant
0 Kudos

I want to pick up system status of each internal operation. Which functional module will be helpful in such case.

Regards,

VM

Accepted Solutions (0)

Answers (3)

Answers (3)

amit_saxena7
Active Participant
0 Kudos

Hi VM,

Try the following steps-

1. Go to T-Code CN41.

2. Enter Order No. in field "Network/order".

3. Execute.

4. Select the required operations for which you want to check the status with check boxes.

5. Press F5 (Choose Fields).

6. Select the fields you want to check.

7. You'll get the info on the report.

Hope this will solve your issue.

Thanks,

Amit.

former_member192718
Active Contributor
0 Kudos

Dear VM,

In PS they have some status setting on confirmation of each operation. You can check this PS guy or put this thread in PS.

Regards,

Kaushal Rai

Former Member
0 Kudos

You can use STATUS_READ to know status of operation. You need to pass object number of option.

former_member226856
Participant
0 Kudos

Hello Ketan,

By function module STATUS_READ. I am getting system status of order not for individual operation.

How can I get system status for each operation.

Regards,

VM

amit_saxena7
Active Participant
0 Kudos

Hi VM,

Again if you select field "Status" after pressing F5 in the previously mentioned report, you'll get the status of individual operations.

Amit.

peter_atkin
Active Contributor
0 Kudos

VM,

You have to use the object number (usually OBJNR) of the operation.

This is probably in table AFVC

PeteA

former_member226856
Participant
0 Kudos

hello Pete,

I have got the OBJNR in AFVC but on what basis I should select the OBJNR. I mean there are lot of object number on what basis should I select any one number ?

Regards,

VM

former_member226856
Participant
0 Kudos

Is it plan number of operation and counter.

Regards,

VM

peter_atkin
Active Contributor
0 Kudos

The select the object numbers of the operations linked to your order...

What are you trying to do???

PeteA

amit_saxena7
Active Participant
0 Kudos

Hi,

Just for my information, have you tried the solution i suggested?

If its not working then can you please let me know an alternative, if you've got one?

Thankyou,

Amit.