2009 Aug 18 4:56 PM
Hi ABAPers,
I currently have knowledge of using the function u2018RFC_CALL_TRANSACTIONu2019 in Excel VBA to upload data into SAP screens from an excel sheet.
What I am looking for is how to read the same data from SAP screens. Please note that u2018RFC_READ_TABLEu2019 would not work in all cases as we have some data which are stored in structures and not tables.
Please note I am looking for solutions in Excel VBA only as I have little or no exposure to ABAP.
Hope someone can help me with the correct function module to use to read the data from SAP transactions (VA23/VA43 etc).
Even better if you can share sample code. thanks.
Regards,
Krishna Kumar
Edited by: Krishna Kumar on Aug 18, 2009 5:57 PM
Hi ABAPers,
I currently have knowledge of using the function u2018RFC_CALL_TRANSACTIONu2019 in Excel VBA to upload data into SAP screens from an excel sheet.
What I am looking for is how to read the same data from SAP screens. Please note that u2018RFC_READ_TABLEu2019 would not work in all cases as we have some data which are stored in structures and not tables.
Please note I am looking for solutions in Excel VBA only as I have little or no exposure to ABAP.
Hope someone can help me with the correct function module to use to read the data from SAP transactions (VA23/VA43 etc).
Even better if you can share sample code. thanks.
Regards,
Krishna Kumar
Edited by: Krishna Kumar on Aug 18, 2009 5:57 PM
2009 Aug 27 1:23 PM
Hi,
you try to use BAPISDORDER_GETDETAILEDLIST.
Regards.
Paolo Ardemagni