SAPExtractorDotNET icon indicating copy to clipboard operation
SAPExtractorDotNET copied to clipboard

Option for target extraction SAP FM

Open sabatale opened this issue 3 years ago • 1 comments

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

sabatale avatar Jun 20 '22 23:06 sabatale

can you give more details ?

waleedmakarem avatar Mar 03 '24 13:03 waleedmakarem