2 errors when trying to use RFCDestination.Repository.GetTableMetadata(string tablename)
问题 I know that you can get the data of a table in a SAP Server with the function RFCDestination.Repository.GetTableMetadata(string tablename) . Unfortunately I get an error when I try to execute the command. The weird thing is when I give a exisiting table I get a different error when I try something random as a tablename. Existing table: var x = dest.Repository.GetTableMetadata("TFTIT"); Error: SAP.Middleware.Connector.RfcInvalidStateException: "cannot find TABLE specified by TFTIT" Random