cancel
Showing results for 
Search instead for 
Did you mean: 

Status QM* for a work order from FM: STATUS_READ_MULTI.

former_member217316
Contributor
0 Kudos
331

Hi All

We are calling the function module

CALL FUNCTION 'STATUS_READ_MULTI'
     EXPORTING
       client                     = sy-mandt
       only_active                = 'X'
       all_in_buffer              = 'X'
*     GET_CHANGE_DOCUMENTS       = ' '
*     NO_BUFFER_FILL             = ' '
      TABLES
        objnr_tab                  = gt_objnr
        status                     = gt_status

gt_objnr contains two entries:

OV*1

OV*4. These are operation statuses.

In the gt_status, we are getting a range of values:

1) OR*.I believe these are order status.

2) OV*. This should be operation status.

3) QM*. NOT SURE WHAT ARE THESE STATUSES FOR???

Can anyone please tell me what does QM* statuses stand for.

Thanks in advance.

Harsh

PS: '*' indicates a range of characters.

Accepted Solutions (0)

Answers (1)

Answers (1)

nabheetscn
Active Contributor
0 Kudos

These statuses stand for the quality notifications which you can check in QM03 tcode.

Nabheet