cancel
Showing results for 
Search instead for 
Did you mean: 

Load/Replenish by using xchange

Former Member
0 Kudos

Hi Expert,

I am looking for a method to do a Load/Replenish from legacy system. I am trying by using xchange http post method. Most of tables that can insert data into DB but Load/Replenish related tables are not like COMP_TIME_xxx.

Does xchange suppport Load/Replenish to import? If not, any method can do that except SDK develop.

Thank you!

=> EXPORT XML format

<DX_REQUEST>

<EXPORT>

<COMP_TIME_LOG_OBJECT>

<HANDLE>CompTimeLogBO:ResourceBO:FXM,C_EQP01,S1,ItemBO:FXM,C_SMT_COMP01,A,2011-05-12 10:48:42,2</HANDLE>

</COMP_TIME_LOG_OBJECT>

</EXPORT>

</DX_REQUEST>

=> Resonse messge

<?xml version="1.0" encoding="UTF-8" ?>

- <DX_RESPONSE>

<CONCLUSION success="no" />

- <EXPORT_RESPONSE>

<TOTALS failed="1" total="1" invalid="0" succeeded="0" />

<LOG>COMP_TIME_LOG_BO failed null Exception occurred: Invalid BO Reference type: com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler@537e8d93 Database rollback occurred Database commit occurred</LOG>

<RESULT />

</EXPORT_RESPONSE>

</DX_RESPONSE>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Cary

Neither Dataxchange, production XML nor webservices support this. It needs custom development.

Dataexchange and production XML are deprecated in favour of webservices now anyway, and should not be used. Dataexchnage was only intended for non-transactional data like BOM, ITEM etc.

Former Member
0 Kudos

Got it! Thanks

Answers (0)