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: 

Unable to save ORDER . Getting error Object does not exist (status management)

0 Kudos

Dear Experts,

We are getting issue while saving order using IW21 T-code where we have used BAPI :

BAPI_ALM_ORDER_MAINTAIN .

Note : In LT_METHODS parameters we are passing the values as below

000001 HEADER CREATE %00000000001 000001 OPERATION CREATE %000000000010010 000001 SAVE

We are getting below error

Object does not exist (status management) .


Help us to resolve the issue.

1 ACCEPTED SOLUTION

NTeunckens
Active Contributor
0 Kudos

Trx. "IW21" is the "PM Notification" Creation transaction and does not (or only indirectly) link to a PM/CS WorkOrder ...

Are you actually using "IW21" or "IW31"? Notification or WorkOrder?

Regarding Notification Status :


These KBA's provide correction programs as well as insight on possible issues when using BAdI's in Notification / WorkOrder Area ...

When using the BAPI to create a WorkOrder linked to a Notification, you need additional 'METHODS' and "CREATETONOTIF"-Syntax. See this Wiki on some info on that ...

1 REPLY 1

NTeunckens
Active Contributor
0 Kudos

Trx. "IW21" is the "PM Notification" Creation transaction and does not (or only indirectly) link to a PM/CS WorkOrder ...

Are you actually using "IW21" or "IW31"? Notification or WorkOrder?

Regarding Notification Status :


These KBA's provide correction programs as well as insight on possible issues when using BAdI's in Notification / WorkOrder Area ...

When using the BAPI to create a WorkOrder linked to a Notification, you need additional 'METHODS' and "CREATETONOTIF"-Syntax. See this Wiki on some info on that ...