‎2011 Dec 16 2:46 PM
hı gurus
l take error in user exit of qm01 ; error object does not exist IM258
ı think have some mistake in below abap code ;
Moderator message - Please respect the 5,000 character maximum when posting. Post only the relevant portions of code
regard sinan.
Edited by: Rob Burbank on Dec 16, 2011 10:45 AM
‎2011 Dec 16 3:41 PM
1.Dont use commit work in user Exit
2. u have used a function module to send Email , commit_work = 'X' -- remove this x
3 dont use SUBMIT rsconn01 WITH mode = 'INT' AND RETURN. in exit
‎2011 Dec 16 3:41 PM
1.Dont use commit work in user Exit
2. u have used a function module to send Email , commit_work = 'X' -- remove this x
3 dont use SUBMIT rsconn01 WITH mode = 'INT' AND RETURN. in exit
‎2011 Dec 17 7:08 AM
Thansk Mithun
problem solved but what can l use for commit work.
regard sinan
Edited by: eyup_sinan on Dec 17, 2011 8:45 AM
Edited by: eyup_sinan on Dec 17, 2011 8:46 AM
‎2011 Dec 17 7:47 AM
Thansk Mithun
problem solved but what can l use for commit work.
regard sinan
Edited by: eyup_sinan on Dec 17, 2011 8:47 AM
‎2011 Dec 17 7:50 AM