SAPExtractorDotNET
SAPExtractorDotNET copied to clipboard
Option for target extraction SAP FM
Great tool! Would it be possible to have an option to set the name of the FM to use?
e.g., Z_RFC_READ_TABLE @icoxfog417
For anyone interested in customizing the function and parameters, here it is:
Private Const RFC_TO_GET_TABLE As String = "RFC_READ_TABLE" 'Function name
...
Private Const MaxRowByteLength As Integer = 512 'Max bytes per row
...
Dim line = data.GetString("WA") 'Export table field
can you give more details ?