Forum Discussion
Nikpowar97
Contributor
Hi Prithvi,
I assume you are running a SIC Rule, Can you give this a try:
' Define which columns to import
Dim imports As New RFCStructure()
imports.AddField("Field1") ' Example: Field1
imports.AddField("Field2") ' Example: Field2
' Add more fields as needed
' Import the specified columns into a table
Dim dataTable As DataTable = r3Func.Imports("").ToTable(imports)
Replace "Field1", "Field2" with the actual field names you want to extract from the BAPI response. Make sure these fields correspond to the fields available in the BAPI result set. This should allow you to extract the desired columns from the BAPI response.
Thanks,
Nikhil
PrithviK
8 months agoNew Contributor III
Hi Nikhil, this is not SIC, rather am using Connector rule for this export
Related Content
- 4 months ago
- 8 months ago