- RfcGetAbapObject
RFC_ABAP_OBJECT_HANDLE RfcGetAbapObject(DATA_CONTAINER_HANDLE dataHandle, const(wchar)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetAbapObject
RFC_ABAP_OBJECT_HANDLE RfcGetAbapObject(DATA_CONTAINER_HANDLE dataHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetBytes
void RfcGetBytes(DATA_CONTAINER_HANDLE dataHandle, wstring name, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetBytesByIndex
void RfcGetBytesByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t idx, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetChars
void RfcGetChars(DATA_CONTAINER_HANDLE dataHandle, wstring name, wchar[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetCharsByIndex
void RfcGetCharsByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t idx, wchar[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetExceptionDescByIndex
RFC_EXCEPTION_DESC RfcGetExceptionDescByIndex(RFC_FUNCTION_DESC_HANDLE rfcHandle, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetExceptionDescByName
RFC_EXCEPTION_DESC RfcGetExceptionDescByName(RFC_FUNCTION_DESC_HANDLE rfcHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetFieldDescByIndex
RFC_FIELD_DESC RfcGetFieldDescByIndex(RFC_TYPE_DESC_HANDLE rfcHandle, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetFieldDescByName
RFC_FIELD_DESC RfcGetFieldDescByName(RFC_TYPE_DESC_HANDLE rfcHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetFloat
double RfcGetFloat(DATA_CONTAINER_HANDLE dataHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetFunctionDesc
RFC_FUNCTION_DESC_HANDLE RfcGetFunctionDesc(RFC_CONNECTION_HANDLE rfcHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetFunctionName
wstring RfcGetFunctionName(RFC_FUNCTION_DESC_HANDLE handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetInt
int RfcGetInt(DATA_CONTAINER_HANDLE dataHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetInt1
ubyte RfcGetInt1(DATA_CONTAINER_HANDLE dataHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetInt2
short RfcGetInt2(DATA_CONTAINER_HANDLE dataHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetNum
void RfcGetNum(DATA_CONTAINER_HANDLE dataHandle, wstring name, wchar[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetNumByIndex
void RfcGetNumByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t idx, wchar[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetParameterDescByIndex
RFC_PARAMETER_DESC RfcGetParameterDescByIndex(RFC_FUNCTION_DESC_HANDLE rfcHandle, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetParameterDescByName
RFC_PARAMETER_DESC RfcGetParameterDescByName(RFC_FUNCTION_DESC_HANDLE rfcHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetString
void RfcGetString(DATA_CONTAINER_HANDLE dataHandle, wstring name, wchar[] buffer, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetStringByIndex
void RfcGetStringByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t idx, wchar[] buffer, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetStringLength
size_t RfcGetStringLength(DATA_CONTAINER_HANDLE dataHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetStringLengthByIndex
size_t RfcGetStringLengthByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetStructure
RFC_STRUCTURE_HANDLE RfcGetStructure(DATA_CONTAINER_HANDLE dataHandle, const(wchar)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetStructure
RFC_STRUCTURE_HANDLE RfcGetStructure(DATA_CONTAINER_HANDLE dataHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetTable
RFC_TABLE_HANDLE RfcGetTable(DATA_CONTAINER_HANDLE dataHandle, const(wchar)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetTable
RFC_TABLE_HANDLE RfcGetTable(DATA_CONTAINER_HANDLE dataHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetTypeDesc
RFC_TYPE_DESC_HANDLE RfcGetTypeDesc(RFC_CONNECTION_HANDLE rfcHandle, wstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcGetTypeName
wstring RfcGetTypeName(RFC_TYPE_DESC_HANDLE handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcMoveTo
void RfcMoveTo(RFC_TABLE_HANDLE handle, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcOpenConnection
RFC_CONNECTION_HANDLE RfcOpenConnection(RFC_CONNECTION_PARAMETER[] connectionParams)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcRegisterServer
RFC_CONNECTION_HANDLE RfcRegisterServer(RFC_CONNECTION_PARAMETER[] connectionParams)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetAbapObject
void RfcSetAbapObject(DATA_CONTAINER_HANDLE dataHandle, wstring name, RFC_ABAP_OBJECT_HANDLE value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetAbapObjectByIndex
void RfcSetAbapObjectByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, RFC_ABAP_OBJECT_HANDLE value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetBytes
void RfcSetBytes(DATA_CONTAINER_HANDLE dataHandle, wstring name, ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetBytesByIndex
void RfcSetBytesByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetChars
void RfcSetChars(DATA_CONTAINER_HANDLE dataHandle, wstring name, wstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetCharsByIndex
void RfcSetCharsByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, wstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetFloat
void RfcSetFloat(DATA_CONTAINER_HANDLE dataHandle, wstring name, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetFloatByIndex
void RfcSetFloatByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetInt
void RfcSetInt(DATA_CONTAINER_HANDLE dataHandle, wstring name, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetInt1
void RfcSetInt1(DATA_CONTAINER_HANDLE dataHandle, wstring name, ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetInt1ByIndex
void RfcSetInt1ByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetInt2
void RfcSetInt2(DATA_CONTAINER_HANDLE dataHandle, wstring name, short value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetInt2ByIndex
void RfcSetInt2ByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, short value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetIntByIndex
void RfcSetIntByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetNum
void RfcSetNum(DATA_CONTAINER_HANDLE dataHandle, wstring name, wstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetNumByIndex
void RfcSetNumByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, wstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetString
void RfcSetString(DATA_CONTAINER_HANDLE dataHandle, const(SAP_UC)* name, const(SAP_UC)* value, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetString
void RfcSetString(DATA_CONTAINER_HANDLE dataHandle, wstring name, wstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetStringByIndex
void RfcSetStringByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, const(SAP_UC)* value, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetStringByIndex
void RfcSetStringByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, wstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetStructure
void RfcSetStructure(DATA_CONTAINER_HANDLE dataHandle, wstring name, RFC_STRUCTURE_HANDLE value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetStructureByIndex
void RfcSetStructureByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, RFC_STRUCTURE_HANDLE value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetTable
void RfcSetTable(DATA_CONTAINER_HANDLE dataHandle, wstring name, RFC_TABLE_HANDLE value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcSetTableByIndex
void RfcSetTableByIndex(DATA_CONTAINER_HANDLE dataHandle, size_t index, RFC_TABLE_HANDLE value)
Undocumented in source. Be warned that the author may not have intended to support it.
- RfcStartServer
RFC_CONNECTION_HANDLE RfcStartServer(int argc, SAP_UC** argv, RFC_CONNECTION_PARAMETER[] connectionParams)
Undocumented in source. Be warned that the author may not have intended to support it.