Member Login:
e-mail:
password:
Register
Forgot Password
Search:
Entire Site
IT Answers
IT Blogs
Site FAQ
Home
>
IT Answers
>
SAP
> Export from SAP to Spreadheet
Dfarris1
5 pts.
Export from SAP to Spreadheet
SAP MM
,
Spreadsheets
How would one going about exporting a report (ZREP_EXPEDITE)in SAP to a certain spreadsheet that you built.
Software/Hardware used:
SAPMM
ASKED:
Jan 27, 2012 6:44 PM GMT
UPDATED:
February 28, 2012 10:58:22 AM GMT
Discuss
 
Add to Watchlist
RELATED QUESTIONS
Problem in Data Downlod from SAP to Msoffice 2007
SAP Macro
How to activate option to export data from SAP to all Excel Format
How to activate option to export data from SAP to all Excel Format
NEED CAREER GUIDANCE SAP WITH MM
Export Crystal Report with sub report and it exports sub to a seperate row
Exporting Windows Server event logs
How to ensure SAP export is error free ?
SAP Printing
Exporting Crystal Reports into Excel
SuperSapper
380 pts.
Answer Wiki:
When you say “a certain spreadsheet that you built.”
What do you mean? Is it a strait vanilla spreadsheet or is it one that you have configured a certain way?
You can download a normal file using method cl_gui_frontend_services=>gui_download.
CALL METHOD cl_gui_frontend_services=>gui_download
EXPORTING
filename = file_name
filetype = 'DAT'
append = p_append " 'X'= append; ' '= overwrite
dat_mode = 'X'
CHANGING
data_tab = <tb>
EXCEPTIONS
file_write_error = 1
no_batch = 2
gui_refuse_filetransfer = 3
invalid_type = 4.
Last Wiki Answer Submitted:
Jan 30, 2012 6:05 PM (GMT)
by
SuperSapper
380 pts.
To see other answers submitted to the Answer Wiki
View Answer History
.
Answer Wiki:
When you say “a certain spreadsheet that you built.” What do you mean? Is it a strait vanilla spreadsheet or is it one that you have configured a certain way? You can download a normal file using method cl_gui_frontend_services=>gui_download. CALL METHOD cl_gui_frontend_services=>gui_download EXPORTING filename = file_name filetype = 'DAT' append = p_append " 'X'= append; ' '= overwrite dat_mode = 'X' CHANGING data_tab = <tb> EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4.
Please complete the following information:
REGISTER / LOG-IN TO ANSWER QUESTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Submit your e-mail address below to continue
E-mail: 
E-mail:
Handle:
Password:
Forgot Password?
Create Handle:
Your handle identifies you in ITKnowledgeExchange. Max 30 char.
Create Password:
Confirm Password:
Yes, I'd like to receive the IT Knowledge Exchange Community Newsletter
Yes, I agree to the IT Knowledge Exchange
Terms and Conditions.
hidden modal window
If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States.
RSS - Discussions
Help
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Please complete the following information:
REGISTER / LOG-IN TO DISCUSS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Submit your e-mail address below to continue
E-mail: 
E-mail:
Handle:
Password:
Forgot Password?
Create Handle:
Your handle identifies you in ITKnowledgeExchange. Max 30 char.
Create Password:
Confirm Password:
Yes, I'd like to receive the IT Knowledge Exchange Community Newsletter
Yes, I agree to the IT Knowledge Exchange
Terms and Conditions.
hidden modal window
If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States.
Ask a Question
Question Title:
(150 char. limit.)
Question:
(Please be specific.)
Tags:
(Separate each tag with a comma.)
What is a Tag?
Browse IT Answers by Topic
AS/400
Business Intelligence
Channel
CIO
CRM
Database
DataCenter
Development
Exchange
Linux
Lotus Domino
Microsoft Windows
Mobile
Networking
Oracle
SAP
Security
SQL Server
Storage
Virtualization
VoIP
Windows Server
>>
VIEW ALL TAGS