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 While Processing Batch Session in Background Mode

Former Member
0 Likes
628

Hi,

I am creating batch input sessions for Transaction FB01. Each Batch Session will have multiple transactions for FB01. My Batch Session is getting created. But when i am trying to process that batch session in backgroung mode ( thru SM35 ), it is failing. The Error says "Transaction Error". And when i process the same session in foreground mode, it is getting successfully processed. Any suggestion in this will be very helpful.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
504

Before "transaction error", there should be a more specific error message somewhere in the session log.

I guess there is a field in your session that is not on the screen or vice versa.

By using BAPIs or program RFBIBL00 you could circumvent such problems.

Thomas

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
505

Before "transaction error", there should be a more specific error message somewhere in the session log.

I guess there is a field in your session that is not on the screen or vice versa.

By using BAPIs or program RFBIBL00 you could circumvent such problems.

Thomas

Read only

Former Member
0 Likes
504

Hi,

Try to use with Both UPDATES A and S.

Also use "A" mode i.e. ALL screen mode in Background so that you will get exact idea.

Harish

Read only

Former Member
0 Likes
504

Hi,

Check in your program if you have properly handled the OK codes.after every transaction is complete the 'Back' button has to be triggered.That could be the reason it's working in FG mode and not BG mode.Generally,OK Code is '/EBCK'.This should work.