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

Batch Input error in background in fb05

Former Member
0 Likes
1,514

Hi All

I am trying to clear vendor open items for document numbers from BSIK table.

i am doing this using fb05 transaction, checking the 'post with clearing' option.

The program creates a batch input session.

When i process the session in foreground, the vendor document is cleared and a new clearing document is posted.

However, if i try to process the session in background , we get the error "Difference too large for clearing". The error is shown in program SAPMF05A and screen number 700. Whereas, my recording does not have this screen number .

Even when i anlyze the session screen flow, i do not see this screen number.

Any pointer on the issue shall be of great help.

Thanks

Pankaj

2 REPLIES 2
Read only

Former Member
0 Likes
762

Hi

It means you aren't selecting all items to be cleared, I suppose you should the same error in foreground mode, but here the error is displayed as message type S.

U should use the std bi RFBIBL00, it supports the trx FB05.

Max

Read only

0 Likes
762

Hi

thanks for the pointer.

I agree that we get this error if the items are not selected.

Could it be that the items are activated by default in foreground mode , and deactivated in the background mode?

Moreover, could you please give some more info about " the std bi RFBIBL00, it supports the trx FB05" ?

Thanks

Pankaj