RFC_READ_TABLE passing “options” and “Fields” parameters (c#)
问题 Need help, I'm trying to get sales data from SAP Using RFC_READ_TABLE, but don't know how to pass OPTIONS and FIELDS parameters to SAP. Here sample code of my app. Connection is working, after execution, I have an exception "DATA_BUFFER_EXCEEDED" public void RFC_READ_TABLE() { try { ECCDestinationConfig cfg = new ECCDestinationConfig(); RfcDestinationManager.RegisterDestinationConfiguration(cfg); RfcDestination dest = RfcDestinationManager.GetDestination("ABI_ERP"); RfcRepository repo = dest