‎2006 Nov 02 9:42 PM
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
‎2006 Nov 02 9:55 PM
I think it's saying that you are entering data into a field in BBSEG that is not present on the screen.
Rob
‎2006 Nov 02 9:46 PM
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.
‎2006 Nov 02 9:51 PM
It is coming from the standard program - how can I delete it?
‎2006 Nov 02 9:55 PM
I think it's saying that you are entering data into a field in BBSEG that is not present on the screen.
Rob
‎2006 Nov 02 10:27 PM
well, i am passing data only for the following BBSEG fields:
stype, tbnam, newbs, wrbtr, sgtxt, newko.
‎2006 Nov 02 10:30 PM
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
‎2006 Nov 02 10:32 PM
‎2006 Nov 02 10:37 PM
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!
‎2006 Nov 02 10:39 PM
Make sure all of your empty field indicators (usually '/') are in the first character of each field of BBSEG.
Rob
‎2006 Nov 02 10:50 PM
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.
‎2007 Dec 07 4:32 PM
Are you solved this problem?
This program give me COBL-PRODPER error "field doesn't exists in dynpro SAPLKACB 0002"