Application Development 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: 

Message KI102 with BAPI_ACC_MANUAL_ALLOC_POST

Former Member
0 Kudos

Hi all,

I have a problem with the CO-BAPI BAPI_ACC_MANUAL_ALLOC_POST.

IN test the BAPI an Error occures:

"Control indicators for controlling area xxxx do not exist"

Message ki 102

Can anybody help me with this issue?

Thank you in advance.

Sebs

3 REPLIES 3

prasenjit_sharma
Active Contributor
0 Kudos

Hi,

Please check your entries in table TKA00. This needs to be maintained in customizing. Also set a break-point in the FM K_KOKRS_READ to understand why is it failing. You also need to check that the data you passed is correct.

Regards

Prasenjit

0 Kudos

Thanks.

regards,

Sebastian

bjoern_hansen1
Participant
0 Kudos

I had the same problem - customizing CO was ok, then I found out, that the posting date, filled in the babi had the wrong format, so I changed this to:

PSTNG_DATE

24.04.2010

this worked....

before that, I entered the date in format yyyymmdd, eg.: 20100424

but the bapi generates: 20.10.0424 out of that and of course in OKKP I had not customizing for controlling area in there...

Edited by: Bjoern Hansen on Apr 23, 2010 12:46 PM