09-30-2011 6:18 PM
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
09-30-2011 9:21 PM
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?
09-30-2011 9:21 PM
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?
09-30-2011 9:40 PM
Hi,
Thank youfor your reply.
I am using the Standard Direct input method and I developed my self.
Shk
09-30-2011 9:58 PM
09-30-2011 10:04 PM
09-30-2011 10:16 PM
09-30-2011 10:32 PM
Yes, I saw the thread, is there any other way to handle this issue ?
09-30-2011 11:14 PM
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.