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

BAPI_INTERNALORDER_CREATE

0 Likes
480

Hello everybody,

I am working the the FB BAPI_INTERNALORDER_CREATE and I have some problems.

Here we go :

I store all needed Data for the FB in the I_MASTER_DATA Structure ( like : Controlling area, Company code, Currency, and so on). But he always pops up with the error message:

Company Code is not provided.

After a debbuging session, I found out, that the FB 'KAUF_ORDER_CREATE' is removing the Company Code/Currency from correct transported Structure. I can't help myself?! Does anyboby from you know a answer?

Thanks a lot!

Benjamin

1 REPLY 1
Read only

0 Likes
391

It seems to be a issue in the customizing.

Some table items couldn't be changed - so the Data (e.g Company code) was not written in right table. After changing this in the FI Customzing everything was alright.

Cheers