‎2008 Nov 21 9:32 AM
Hi all,
I am getting an error in batch input(for transaction FB01) ,while running RFBIBL01,
errror is
"Field COBL-KOSTL. does not exist in the screen SAPLKACB 0002".
Could anyone help me out .
Thanks,
Bobs
‎2008 Nov 21 12:27 PM
Hi,
The reason might me, based on the GL account that you provide the screen sequence may get changed. Usually for some GLs functional team will not consider the Cost Centers then they will change the config for that perticulay account (GL). So u check with ur functional team and handle the code accordingly.
My better suggestion is make use of BAPI "BAPI_ACC_DOCUMENT_POST" to post the same data.
Edited by: Poorna Chandrasekhar on Nov 21, 2008 5:58 PM
‎2008 Nov 24 3:07 PM
if the transaction which you are posting does not expect a cost center, make sure you are not passing it. To do this, check if you are passing NO DATA indicator '/' in KOSTL. This will avoid the error if cost center is not required for that particular transaction.
Hope this helps,
SKJ