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

error object does not exist IM258

Former Member
0 Likes
826

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

1 ACCEPTED SOLUTION
Read only

mithun_shetty4
Contributor
0 Likes
663

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

4 REPLIES 4
Read only

mithun_shetty4
Contributor
0 Likes
664

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

Read only

0 Likes
663

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

Read only

Former Member
0 Likes
663

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

Read only

Former Member
0 Likes
663

thanks l find it