on 2023 Sep 18 11:07 PM
Hi BW Experts,
we have requirement to generate Bex Query output to csv files in a remote folder. Bex query has 61 fields in rows including nav attributes all are mandatory for user . Query output in CYTD (Current year YTD). everymonth user run it and get csv file in that location. How can we achieve this in bw including automating the same flow like process chain etc.?
APD i tried but getting short dumps due to memory issues and it has a limit of 60 fields. If APD is good option we can ask user to cut few fields to reduce 60 field limit.
please advice.
Regards,
RK
Alternative to APD is Query Designer Export Option, You can use the export functionality within the BEx Query Designer itself. While this may not automate the process entirely, it allows users to export the query results to a CSV file manually.
Consider writing a custom ABAP program that executes the BEx query and generates the CSV file. ABAP programs can handle large datasets and allow you to control memory usage more effectively. This program can be scheduled as a background job. Use a process type or custom ABAP program to move the CSV file to the remote folder. You can use a standard SAP function module like FTP_COMMAND
or ARCHIV_CONNECTION_INSERT
to transfer the file to a remote location.
Yes, alternatively you can connect to powerBI and You can export the visualizations or tables from your Power BI report to CSV files as needed. Power BI provides export options that include CSV format.
you can use Power BI's built-in scheduling and automation features. You can schedule report generation and export as part of a Power BI dataset refresh.
Using Power BI in conjunction with SAP BW can be a powerful solution for automated data extraction, transformation, and reporting, especially if you are experiencing memory issues with other methods.
Thanks,
Lakshmi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ravi,
you can automate the process of generating CSV files from your BEx Query output in SAP BW while ensuring all the required fields are included
Thanks,
Lakshmi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Lakshmi,
thanks a lot for your valuable time and solutions. we have another query with 40 fields in rows. Still getting memory issues. Will exclude APD option and try the query as Datasource . we have this option as plan B actually. apart from these did you see any other solutions such as Connecting this bex query to power bi and schedule it there ?
actually this requirement is not feasible in BW or Power BI. because we have nav attributes and normal charecteristics in same row pane. even or one month filter it is taking forever to generate output in Analysis for office.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please up-vote if my answer is helpful.
Thanks,
Lakshmi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.