2006 Nov 20 10:38 PM
hi guyz,
can i copy contents of.csv extension file to sap table.If i can how?
plz advise.
thanks
sudheer
Message was edited by:
sudheer sun
2006 Nov 20 10:42 PM
2006 Nov 20 10:42 PM
2006 Nov 20 10:44 PM
Hi,
You have to create a new program to move the records from the .CSV file to the sap table..
Thanks,
Naren
2006 Nov 20 10:45 PM
Hi,
It is not recommended to update sap table in such way if the table stores transaction data.
1. If it is a custom table, use function module GUI_UPLOAD to upload data to the internal table.
2. Update the table from the internal table.
Thanks
Ramakrishna
2006 Nov 20 11:30 PM
Hi Sudheer,
You can use either FM's ws_upload or gui_upload.
Thanks