I'm new to ABAP. I got a zuploadtab program from a contributor to this forum which uploads a text file into SAP. It works just fine. I would like to know two things, tho:
1. How can I alter the program so that it can accept a file with about 8 fields (4 char, 3 int, 1 curr) and they are seperated by a comma (comma delimited, i guess) into an internal table.
2. How can I then insert these into a real? database table?