2007 Mar 24 7:00 PM
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
2008 Mar 29 12:27 PM
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