Retrieve texts from a sales order by using RFC_READ_TEXT
问题 I'm using SAP .NET Connector 3.0 to read data from SAP(R/3). I need to get some header texts from sales orders: A lot of information I found regarding READ_TEXT function which can be used for this purpose. Here you can find some sample how to do it by using ERPConnect. I'm trying to do the same and I have following function which returns IRfcTable: static IRfcTable ReadFunction(string destName, int rowCount) { // get the destination RfcDestination dest = RfcDestinationManager.GetDestination