Hi people,
This is the problem I´ve got, I just wrote a new backend object "com.kclao.isa.backend.r3.salesdocument.Z_OrderStatusR3.java" inheriting from a standard one "com.sapmarkets.isa.backend.r3.salesdocument.OrderStatusR3.java". I do this to implement a user-exit to store new data from a bapi call.
Anyway the problem seems to be at the part of telling ISA to use this object (Z_OrderStatusR3) instead of the standard one. I´m supposed to add a
<!
Version:0.0.2
>
<!-- customer changes in eai-config should be done here by extending/overwriting the base configuration-->
<xi:include href="$/modification/eai-config.xml#xpointer(backend/configs/*)"/> <businessObject type="Z_ExclusionList" name="ZExclusionList" className="com.kclao.isa.backend.r3.Z_ExclusionListR3" connectionFactoryName="JCO" defaultConnectionName="ISAStateless"> <params> <param name="init" value ="value"/> </params> </businessObject> <businessObject type="Z_UserAccess" name="ZUserAccess" className="com.kclao.isa.backend.r3.Z_UserAccessR3" connectionFactoryName="JCO" defaultConnectionName="ISAStateless"> <params> <param name="init" value ="value"/> </params> </businessObject> <businessObject type="OrderStatus" className="com.kclao.isa.backend.r3.salesdocument.Z_OrderStatusR3" connectionFactoryName="JCO" defaultConnectionName="ISAStateless"/> <businessObject type="QuotationStatus" className="com.kclao.isa.backend.r3.salesdocument.Z_OrderStatusR3" connectionFactoryName="JCO" defaultConnectionName="ISAStateless"/> </configs> </backend> <b>backendobject-config.xml</b>
http://www.w3.org/2001/XInclude" xmlns:xml="
http://www.w3.org/XML/1998/namespace">
Version:0.0.2
> <!-- customer changes in backendobject-config should be done here by extending/overwriting the base configuration--> <xi:include href="$/modification/backendobject-config.xml#xpointer(backendobject/configs/*)"/>
[/code]
Thanks!
regards,
Jonathan Urfalino[code][/code][code][/code][code][/code][code][/code][code][/code]