cancel
Showing results for 
Search instead for 
Did you mean: 

PM Order Erro No status object is available for ACT 10000044 0010

Former Member
0 Kudos

Hi All,

I am getting error while creating a PM order on production server  with Control key PM03 (PR type)

Error: No status object is available for ACT 10000044 0010

It work fine when creating the same entry on preproduction which exact is replica of prod.

I debug the code but could not get any solution.

ST22 dump says

Exception condition "DUMP_COMMIT_WITHOUT_ORDER_DATA" raised.


IF NOT dbase IS INITIAL.                                                                  |

|   * Lesen des Headers von der Datenbank                                                       |

|      SELECT SINGLE * FROM caufv INTO CORRESPONDING FIELDS OF header                          |

|         WHERE aufnr EQ header-aufnr.                                                          |

|       IF sy-subrc <> 0.                                                                       |

|>>>>>|      RAISE dump_commit_without_order_data.                                                 |

ENDIF.

                                 

This error occured for PM03 only but for others it works fine.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member203305
Active Contributor
0 Kudos

hi.

any ideas...I'm also facing this issue.

Regards

Miguel

Former Member
0 Kudos

My problem is resolved.

There is statement commit work written in one of the BADI. I removed that statement and it works.

SAP standard program runs too early if explicit commit statement is written before standard commit .

lucifer-luan
Member
0 Kudos

Thanks .I'm also facing this issue .now it`ok.

Answers (0)