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: 

"LEAVE TO TRANSACTION" SAPMSSY3 is not allowed in batch input.

Former Member
0 Kudos

Dear All,

I am working on one object WBS-Planned Costs which can be loaded in SAP through TCode CJ40. When I process the batch input for this recording, I am getting following error ,

<b>"LEAVE TO TRANSACTION" SAPMSSY3 is not allowed in batch input.</b>

When I debugged the pgm found that while doing SAVE, statement ‘’ LEAVE TO TRANSACTION’’ is executed. I can’t skip this statement as without SAVE there is no use of this object and control goes to this statement during every SAVE.

Had anyone ever come across this type of error?

Any inputs from you will be very helpful.

Thanks and Regards,

Abhijit..

5 REPLIES 5

andreas_mann3
Active Contributor
0 Kudos

hi,

comes this message during SHDB too?

and in background too?

A.

Message was edited by: Andreas Mann

0 Kudos

Yes Andreas !

It shows me on screen when i process recording in foreground.

when i process it in background,it fails and log is showing same error.

Thanks,Abhijit.

0 Kudos

Hi Abhijeet

I am also trying to work on one such Development. We are trying to transfer plan values from custom table to SAP table through CJ40. My ABAP Developer told me that BDC will not work. Is there a Functiona module or BAPI that you know of, one that will help me transfer plan data?

Thanks

See

0 Kudos

Hi ,

check this

Regards,

Raghav

0 Kudos

Hi,

I used <b>CJR2</b> to load plan values as we cant use <b>CJ40</b> i BDC.

Regards,

Abhijit..