2023 Nov 25 6:17 PM
I have to make a program that could write data of a generic table into a specific table in an Excel file. I looked through the abap2xlsx project, but I didn't find any good method for writing data into a specific table through the table name.
If somebody could give me some advice, that would be great. Thanks in advance.
2023 Nov 26 8:40 AM
Opposite question of this one? How to identify and get data of a specific table from an Excel file into a generic table | SAP Commu...
Do you know there are many demo programs provided with abap2xlsx to write tables?
https://github.com/abap2xlsx/demos
The simplest method is probably BIND_TABLE of ZCL_EXCEL_WORKSHEET.
2023 Nov 26 8:40 AM
Opposite question of this one? How to identify and get data of a specific table from an Excel file into a generic table | SAP Commu...
Do you know there are many demo programs provided with abap2xlsx to write tables?
https://github.com/abap2xlsx/demos
The simplest method is probably BIND_TABLE of ZCL_EXCEL_WORKSHEET.
2023 Nov 26 1:31 PM
sandra.rossi, thanks for your reply.
- Yes, this is the opposite question of this one How to identify and get data of a specific table from an Excel file into a generic table | SAP Commu...
- But I think we can not set the table name using BIND_TABLE method. I need to write data to a table, but I also need to set the name of this table.
2023 Nov 26 1:49 PM