Extract data from SAP Table
Inheritance Hierarchy
SAPExtractorDotNETSAPTableExtractor
Namespace: SAPExtractorDotNET
Assembly: SAPExtractorDotNET (in SAPExtractorDotNET.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax
The SAPTableExtractor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SAPTableExtractor | Initializes a new instance of the SAPTableExtractor class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Find |
Find Table
| |
| GetColumnFields |
Get table's columns definition.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Invoke(RfcDestination) | ||
| Invoke(RfcDestination, ListSAPFieldItem, ListSAPFieldItem) |
Get SAP Table data. If condition is Nothing, then get all columns of table. | |
| Invoke(RfcDestination, ListString, SAPFieldItem) | ||
| Invoke(RfcDestination, String, SAPFieldItem) | ||
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Table | ||
| TableText |
Remarks
See Also