Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How save all output data of BAPI to local file

tuyentran205
Explorer
0 Kudos

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!!!

3 REPLIES 3

SURYA_ABAP
Participant
0 Kudos

Hi tuyentran205,

Try SAP GUI_DOWNLOAD function module to save data in local system.

Sandra_Rossi
Active Contributor
0 Kudos

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).

tuyentran205
Explorer
0 Kudos

@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.