2022 May 17 8:15 AM
Hello everyone.
I need to create an excel uploader which will store data to some fields of the EORD table. So, users will just upload an excel file with data and the program should read and store each data to relevant field.
I have no idea of how to do this. Is there any example? Can someone help?
These are the fields: eord-matnr, eord-werks, eord-vdatu, eord-bdat, eord-lifnr, eord-reswk, eord-ekorg, eord-autet.
If my information is not enough, I will try to give more info.
Thank you in advance.
2022 May 17 8:24 AM
This is a really common program, you just have to search a little bit.
To create a CSV file it is easy
To create an XLSX file, you have to search the ABAP2xlsx tool
2022 May 17 8:46 AM
I think the difficult part here is figuring out how to load data into EORD.... if I am not mistaken, we're talking about source lists.
2022 May 17 8:48 AM
c5e08e0478aa4727abc4482f5be390b2 I don't understand he would like to load data INTO EORD. But I have a doubt about my english level 🙂