SAP JCO creating a record in SAP using java

可紊 提交于 2019-12-08 01:32:54

问题


I am trying to create an entry in SAP with the functions and structures I got from ABAP. I was referring to this link Creating Purchase Info Record in SAP

The same problem happens to me. I could not see the record. When we are checking ERRORS as suggested by the above post.... We got this error..

RFC_ERROR_SYSTEM_FAILURE: THE CURRENT APPLICATION TRIGGERED A TERMINATION WITH A SHORT DUMP.


回答1:


Since there is a short dump, we need to check the transaction code ST22 to check the exact error for the issue. Then we can adjust the calling code according to the dump details.



来源:https://stackoverflow.com/questions/21598989/sap-jco-creating-a-record-in-sap-using-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!