Hello
We did search the forum but no problem/solution was found for the problem we are facing today.
We have a coding block subscreen with some ZZ-fields.
When we manually execute transaction FB01, we get to see our ZZ-fields on the screen. Which is normal because of the filed status of the GL Account.
When I enter in debug on this transaction, and I stop in the exit EXIT_SAPLKACB_002 of enhancement ACCOBL01, I can consult the structure CI_COBL. At this point, we see our ZZ-fields are filled with data in CI_COBL. Which is good because then we can add some code in the user exit and do some checks on these fields.
Now comes the tricky part, and our problem.
When we create a batch input session for transaction FB01 and proces this session in foreground. I go in the debug mode and stop at the same line of code as I did while I was manually posting... I can also consult CI_COBL, but this time the ZZ-fields contain no data! While I clearly saw that all the fields where filled in the screen! So at this point, my code in exit_saplkacb_002 can not check this fields.
Does anyone have an idea what might be wrong?
First thing that came up to me was the fact that when we do the posting manually (FB01), the extra fields are attached on the standard SAP screen. But when we post via batch input session, the screen with extra fields is a popup. Maybe it has something to do with this fact?
Good to know: we use a custom program to create the batch input. We do not use RFBIBL00 because we have to much custom functionalities.
All ideas are welcome! Please ask for more info if this is necessary.
Many thanks in advance!