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: 

BOM upload error "UC_OBJECTS_NOT_CONVERTIBLE"

Former Member
0 Kudos

HI Experts,

I am doing an BOM upload through LSMW but in the Step "Convert data" it is throwing me the following run time error "UC_OBJECTS_NOT_CONVERTIBLE". I tried all the ways solve it but I was unsuccessful.

Can anyone help me with this error.

thanks,

SHK

1 ACCEPTED SOLUTION

JL23
Active Contributor
0 Kudos

explain a bit more details

What import method do you use? batch inut, recording, IDOC, BAPI?

did you develope the LSMW yourself, or do you use and old one created by anyone else?

7 REPLIES 7

JL23
Active Contributor
0 Kudos

explain a bit more details

What import method do you use? batch inut, recording, IDOC, BAPI?

did you develope the LSMW yourself, or do you use and old one created by anyone else?

Former Member
0 Kudos

Hi,

Thank youfor your reply.

I am using the Standard Direct input method and I developed my self.

Shk

JL23
Active Contributor
0 Kudos

do you have append fields in your BoM tables?

Former Member
0 Kudos

I assume you are talking about the SAP tables ?

JL23
Active Contributor
0 Kudos

yes,

had you seen this thread:

Former Member
0 Kudos

Yes, I saw the thread, is there any other way to handle this issue ?

JL23
Active Contributor
0 Kudos

in OSS note 545626 SAP is talking about the same issue for material master load:

The structures BAPI_TE_MARA, BAPI_TE_MARC, and so on can only contain fields of the "Character" type. If they do not, dump UC_OBJECTS_NOT_CONVERTIBLE occurs. For more information, read the documentation of the function module BAPI_MATERIAL_SAVEDATA for the structure EXTENSIONIN.

I am currently not on a SAP system, but if you check the docu from this function module, then you may get some more background about the issue and maybe it helps yu further with the BoMs.