2023 Jun 24 12:28 AM
Hi Guru,
My first to test a BAPI ( and this BAPI ‘s function to extract data from SAP to outside system)
I want to save output of all entries in table to local file for comparing the accuracy of output data with the result which I get from another function.
My problem here, when I save entries in table, I can not save all columns, it is only save columns display on screen ( As the table references a structure with more than 100 fields)
I hope I can solve with your help,
Thank you!!!
2023 Jun 24 4:21 AM
Hi tuyentran205,
Try SAP GUI_DOWNLOAD function module to save data in local system.
2023 Jun 24 11:14 AM
You didn't say how you have tested your BAPI and how the result is shown. Also, are you able to create ABAP programs?
Anyway, one easy possibility is to activate the "Web service" for generic RFC calls (SICF), and test the RFC you want via PostMan (standard BAPI are 99% RFC-enabled).
2023 Jun 26 2:41 AM
@sandra.rossi
Thank you for your comment!
I can not able to create ABAP program.
I have been run FM in SE37, after executing I got the return result.
The returning result same like the image as below
however, In my case I have 100 entries with more than 100 fields.