Hi!
The data is transferred from XI to ERP. In the ERP in the method 'EXECUTE_ASYNCHRONOUS' of proxy-class (generated with transaction SPROXY) I tried to call transaction CV01N (batch input) and bapi BAPI_DOCUMENT_CREATE2 to create document.
But both ways have given following error:
APPLICATIONCALL.DYNAMIC_CALL_FAILURE
Unable to execute the dynamic application call (kernel error ID UNCAUGHT_EXCEPTION, class ...
What is correct way to create document from the data, transferred to ERP from XI?
Thanks!