icoxfog417 / SAPExtractorDotNET

The data extractor for SAP Query , Table
http://icoxfog417.github.io/SAPExtractorDotNET/Index.html
18 stars 6 forks source link

Option for target extraction SAP FM #10

Open sabatale opened 2 years ago

sabatale commented 2 years ago

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
waleedmakarem commented 7 months ago

can you give more details ?