Application Development and Automation 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: 
Read only

Create notification through user exit IMRC001

Former Member
0 Likes
745

Hi ,

I am creating notification using user-exit IMRC0001 (Exit before update (after COMMIT WORK)) invoked through IK11. Notification is created using FM IQS1_POST_NOTIFICATION with Exp para I_commit = ' ' , which creates notification ( entry exist in table QMEL) but when i check this in IW23 it gives me message "Status object does not exits" . Here it actully checks entry in the JSTO table which does not exists.

The above problem is due to non "COmmit work" statement, and FM OBJECT_NUMBER_INSERT_QM is not called which creates status records in the status tables.

Explicitly calling Commit Work or giving export para i_commit in FM IQS1_POST_NOTIFICATION give dump.

Any help on is highly appreciable.

Thanks

Karan

Hi ,

I am creating notification using user-exit IMRC0001 (Exit before update (after COMMIT WORK)) invoked through IK11. Notification is created using FM IQS1_POST_NOTIFICATION with Exp para I_commit = ' ' , which creates notification ( entry exist in table QMEL) but when i check this in IW23 it gives me message "Status object does not exits" . Here it actully checks entry in the JSTO table which does not exists.

The above problem is due to non "COmmit work" statement, and FM OBJECT_NUMBER_INSERT_QM is not called which creates status records in the status tables.

Explicitly calling Commit Work or giving export para i_commit in FM IQS1_POST_NOTIFICATION give dump.

Any help on is highly appreciable.

Thanks

Karan

1 REPLY 1
Read only

Former Member
0 Likes
497

Hi Karan,

Im also facing the same problem as u mensioned .To avoid the error.Pls write the code at the ned of the exit programme.

PERFORM STATUS_UPDATE in PROGRAM SAPLBSVA.

Ihope solve ur problem