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

RFBIBL00 - Batch Input

Former Member
0 Likes
566

How Do Everyone!

I am trying to create a batch session via a piece of ABAP code. I create a text

file which is submitted to RFBIBL00. I then execute the session via SM35.

This then simulates transaction FB01.

I am getting the following error from the BBSEG structure:

<b> 11:21:00 Session PURCH. is being processed by user INTERFACE

in mode N on server

0002 11:21:00 Field COBL-PRCTR. does not exist in the screen

SAPLKACB 0002

11:21:00 Transaction error

0002 11:21:01 Field COBL-PRCTR. does not exist in the screen

SAPLKACB 0002

11:21:01 Transaction error

11:21:01 Processing statistics

11:21:01 2 transactions read 11:21:01 0 transactions processed 11:21:01 2 transactions with errors 11:21:01 0 transactions deleted 11:21:01 Batch input processing ended </b>

I really need some help here. It is saying that COBL-PRCTR does not exist. But

When I look at the screen FB01, I can see that the field does exist.

What the hell is going on !!!!

Any ideas would be much appreciated.

Andy

1 REPLY 1
Read only

Former Member
0 Likes
396

Hi Andy..

The problem is with ur ABAP code...

In the code for the form bdc_fieldfill.. you are giving a value for that field ... and appending that to the BDCDATA table .... But you are saying that field is not there in the screen...

So check ur code and delete if that field exists in ur code...

i.e that field should not get appended to the table BDCDATA..

regards,

sai ramesh