2010 Sep 22 7:20 AM
Hello
FM exports a table with number of records > 1K.
Does anybody know how to export this table into file?
I dont see any export option on the screen
Thanks
2010 Sep 22 7:34 AM
Open the table using debugging then press Ctrl+F11 system will ask you number of records to be exported and ask file to store
a®
2010 Sep 22 7:26 AM
Hi
Open output table(lt_optput) and goto menu
system>List>Save->Local File->spread sheet
or
also in debugg mode you save the record
2010 Sep 22 7:27 AM
you can use GUI_DOWNLOAD to export contents into a file.
you can debug the FM and once the content are stored in table ,just right click on the table and you will get the option save to local file
Thanks
Bala Duvvuri
2010 Sep 22 7:27 AM
Hi,
If you are executing using SE37, then there is a option for download, right cllcik the record and then select Save to PC file.This will save to your local file.
If you are executing inside the program, you can use the Fm "GUI_DOWNLOAD"
2010 Sep 22 7:34 AM
Open the table using debugging then press Ctrl+F11 system will ask you number of records to be exported and ask file to store
a®
2022 Feb 02 10:06 AM