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

Error while running rfbiblo1

Former Member
0 Likes
444

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

2 REPLIES 2
Read only

Former Member
0 Likes
412

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

Read only

Former Member
0 Likes
412

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