2020-09-06 02:52发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嘿! Region jaloclass中存在一个问题,该问题缺少setIsocode方法。 这会在尝试更改区域的isocode时导致npe。 我想使用自己的jalo类实现,但是这是不可能的,因为我无法更改框内某处定义的item.xml。 我知道我们可以使用AttributeDescriptor来更改属性的描述符。 我徘徊有一种方法如何通过impex更改jalo类?
虽然很容易想到语法上正确的ImpEx之类的
UPDATE ComposedType; code [unique = true]; jaloclass ; CodeOfTheItemtype; new.package.CodeOfTheItemtype
请记住,它将因 java.lang.ClassNotFoundException:new.package.CodeOfTheItemtype 而失败。
java.lang.ClassNotFoundException:new.package.CodeOfTheItemtype
即使我通过创建new.package.GeneratedCodeOfTheItemtype和new.package.CodeOfTheItemtype类成功完成或通过其他一些事情使此ImpEx通过,我也不会这样做。 下一个 ant clean 可能会删除一些/所有作为解决方法而创建的内容,这将使代码库的可维护性降低,并且可能破坏其他内容。
ant clean
不用客气。
最多设置5个标签!
虽然很容易想到语法上正确的ImpEx之类的
请记住,它将因
java.lang.ClassNotFoundException:new.package.CodeOfTheItemtype
而失败。即使我通过创建new.package.GeneratedCodeOfTheItemtype和new.package.CodeOfTheItemtype类成功完成或通过其他一些事情使此ImpEx通过,我也不会这样做。 下一个
ant clean
可能会删除一些/所有作为解决方法而创建的内容,这将使代码库的可维护性降低,并且可能破坏其他内容。不用客气。
一周热门 更多>