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