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 Error

Former Member
0 Likes
1,365

Hello Friends,

I am using RFBIBL00 to create GL postings. I have used this program successfully before and never had the following issue:

RFBIBL00 creates a batch and when the batch is processed I get the following error: Field COBL-PRODPER does not exist in the screen SAPLKACB 0002. I my test, I was trying to create a basic document just with one simple debit and credit entry. Could this be a config issue? Any input/help will be greatly appreciated.

Thanks,

Sam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,191

I think it's saying that you are entering data into a field in BBSEG that is not present on the screen.

Rob

10 REPLIES 10
Read only

Former Member
0 Likes
1,191

Hello,

Try to look for the field during a visible batch, in the screen should not be te field you need. That is what is happening, in case you dont need the field delete it form the code.

GAbriel.

Read only

0 Likes
1,191

It is coming from the standard program - how can I delete it?

Read only

Former Member
0 Likes
1,192

I think it's saying that you are entering data into a field in BBSEG that is not present on the screen.

Rob

Read only

0 Likes
1,191

well, i am passing data only for the following BBSEG fields:

stype, tbnam, newbs, wrbtr, sgtxt, newko.

Read only

0 Likes
1,191

This is odd, structure COBL has no field PRODPER (in 4.7). Does that field exist in your system?

Have you extended the structure BSEG with this field?

Rob

Read only

0 Likes
1,191

yeah, it does. we are in 6.0

Read only

0 Likes
1,191

well, it worked. i was instantiating the batch input structures but somehow some fields including prodper were not affected (maybe because they were extended fields?).

anyways, rob - your post made me to think that prodper is going into the batch input process without / (no-data character) which was correct!

thanks!

Read only

0 Likes
1,191

Make sure all of your empty field indicators (usually '/') are in the first character of each field of BBSEG.

Rob

Read only

0 Likes
1,191

yes, that is what i am doing now. there are couple of structure includes in bbseg. making sure that the fields from those two structures are instantiated.

Read only

0 Likes
1,191

Are you solved this problem?

This program give me COBL-PRODPER error "field doesn't exists in dynpro SAPLKACB 0002"