rfcmsgs_en.xml 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: SAPRFCJNI
  5. (C) Copyright IBM Corp. 2009, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/CCLMessageFile.xsd">
  9. <component name="BAP">
  10. <section name="ERR">
  11. <string name="SAP_ERROR" type="String" errorCode="0001">RFC error <param type="string" index="2"/>, group <param type="integer" index="1"/>: <param type="string" index="3"/>.</string>
  12. <string name="BAPI_ERROR" type="String" errorCode="0002">A BAPI error has occurred in the function module <param type="string" index="2"/>. <param type="string" index="1"/>
  13. </string>
  14. <string name="INTERNAL" type="String" errorCode="0003">A BAPI interface internal error has occurred at <param type="string" index="1"/>, parameter 2: <param type="integer" index="2"/>.</string>
  15. <string name="INVALID_ARG" type="String" errorCode="0004">Encountered an invalid argument. </string>
  16. <string name="INVALID_HANDLE" type="String" errorCode="0005">Encountered an invalid connection handle.</string>
  17. <string name="NOT_INITIALISED" type="String" errorCode="0006">Unable to initialize the RFC.</string>
  18. <string name="RFC_ERROR_PROGRAM" type="String" errorCode="0007">Encountered an error in the RFC program.</string>
  19. <string name="RFC_ERROR_COMMUNICATION" type="String" errorCode="0008">Encountered an network and communications error.</string>
  20. <string name="RFC_ERROR_LOGON_FAILURE" type="String" errorCode="0009">A SAP logon error has occurred.</string>
  21. <string name="RFC_ERROR_SYSTEM_FAILURE" type="String" errorCode="0010">A SAP system exception was raised.</string>
  22. <string name="RFC_ERROR_APP_EXCEPTION" type="String" errorCode="0011">Unable to call the SAP module.</string>
  23. <string name="RFC_ERROR_RESOURCE" type="String" errorCode="0012">The resource is not available.</string>
  24. <string name="RFC_ERROR_PROTOCOL" type="String" errorCode="0013">An RFC protocol error occurred.</string>
  25. <string name="RFC_ERROR_INTERNAL" type="String" errorCode="0014">An RFC internal error occurred.</string>
  26. <string name="RFC_ERROR_CANCELLED" type="String" errorCode="0015">The RFC registered server was cancelled.</string>
  27. <string name="RFC_ERROR_BUSY" type="String" errorCode="0016">The SAP system is busy.</string>
  28. <string name="RFC_ERROR_CALL_RECEIVE" type="String" errorCode="0017">Unable to perform the RFC CallReceive.</string>
  29. <string name="RFC_ERROR_GET_FUNCTION" type="String" errorCode="0018">Unable to find the function object.</string>
  30. <string name="RFC_ERROR_GET_PARAMETER" type="String" errorCode="0019">Unable to find the parameter object.</string>
  31. <string name="RFC_ERROR_SET_PARAMETER" type="String" errorCode="0020">Unable to set the parameter.</string>
  32. <string name="RFC_ERROR_POINTER_ERROR" type="String" errorCode="0021">Encountered a pointer error.</string>
  33. <string name="RFC_ERROR_INVALID_AXIS" type="String" errorCode="0022">The axis number is invalid.</string>
  34. <string name="RFC_ERROR_FUNC_NAME" type="String" errorCode="0023">The function module name is missing. </string>
  35. <string name="LOGON_EXPIRED" type="String" errorCode="0024">The RFC logon is expired.</string>
  36. <string name="RETURN_PARAM_ERROR" type="String" errorCode="0025">No Return parameter is available at the function module <param type="string" index="1"/>.</string>
  37. <string name="IT_APP_LINE" type="String" errorCode="0026">The RFC table function ItAppLine failed.</string>
  38. <string name="IT_CPY_LINE" type="String" errorCode="0027">The RFC table function ItCpyLine failed.</string>
  39. <string name="IT_CREATE" type="String" errorCode="0028">The RFC table function ItCreate failed.</string>
  40. <string name="IT_DELETE" type="String" errorCode="0029">The RFC table function ItDelete failed.</string>
  41. <string name="IT_DEL_LINE" type="String" errorCode="0030">The RFC table function ItDelLine failed.</string>
  42. <string name="IT_FILL" type="String" errorCode="0031">The RFC table function ItFill failed.</string>
  43. <string name="IT_FREE" type="String" errorCode="0032">The RFC table function ItFree failed.</string>
  44. <string name="IT_GET_LINE" type="String" errorCode="0033">The RFC table function ItCreate failed.</string>
  45. <string name="IT_GUP_LINE" type="String" errorCode="0034">The RFC table function ItGupLine failed.</string>
  46. <string name="IT_INS_LINE" type="String" errorCode="0035">The RFC table function ItInsLine failed.</string>
  47. <string name="IT_LENG" type="String" errorCode="0036">The RFC table function ItLeng failed.</string>
  48. <string name="IT_PUT_LINE" type="String" errorCode="0037">The RFC table function ItPutLine failed.</string>
  49. <string name="RFC_PARAM_ERROR" type="String" errorCode="0038">An RFC parameter error occurred.</string>
  50. </section>
  51. </component>
  52. </stringTable>