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 KD 090 with Functional Module BAPI_INTERNALORDER_CREATE

Former Member
0 Kudos

Hello together,

I have a problem with the Functional Module BAPI_INTERNALORDER_CREATE.

In case of errors it only shows the message KD 090 "Program error: Object type of receiver cannot be determined".

Our system is a ECC 6.0-system.

Does anybody have experience with that issue?

Kind regards

Udo

3 REPLIES 3

Former Member
0 Kudos

the message propagates from FM K_DEFAULT_RULE_READ

in line number 242 of FM BAPI_INTERNALORDER_CREATE, this FM is called passing COBL structure and getting back acc assignment category.

keep a break point here and see if COBL is passed blank,

0 Kudos

Hi Udo,

that's the line where the error occurs, but the issue might be much earlier before the fm is called, because normally this information will already be passed to to fm in parameter KONTY.

It looks like a customizing issue!

Regards,

Klaus

Former Member
0 Kudos

Hello together,

I checked FM K_DEFAULT_RULE_READ.

In the parameters within structure I_COBL the sales order and sales order position is filled.

Nevertheless the Exporting-parameter E_KONTY is not filled.

Udo