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 FB01 - error while processing batch

Former Member
0 Likes
707

Hi everyone,

We're using the report rfbibl00 to create a batch input for tcode fb01.

One of the parameters is the cost center. When I run the batch in the foreground, there's no problem, besides the green message in certain screens that tells me that some screen elements does not exist. When I press enter, the batch continues without any problem.

But when I want to run the batch in the background it fails.

Is this due to the green messages ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
605

I think so. You are probably passing a cost centrer to a line item that does not expect this. It should work if you remove the cost center from those items.

Rob

3 REPLIES 3
Read only

Former Member
0 Likes
606

I think so. You are probably passing a cost centrer to a line item that does not expect this. It should work if you remove the cost center from those items.

Rob

Read only

0 Likes
605

Hi Rob,

this was indeed the problem. It's a bit difficult for me to explain (it has to do with different posting keys), but I solved it by saying that for a certain posting key there's no value in some entries for bseg, and for another posting key there are..

thanks for the help !!

Read only

naimesh_patel
Active Contributor
0 Likes
605

Yes...

While processing any session in background, if you have this type of "Screen element does not exist" than session will consider this as an Error and stops the processing.

Check the fields for which you are getting the "screen element ... " error, are really required for that line item...

Regards,

Naimesh