Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create export to spreadsheet in Multi level BOM explosion report

HariPrasad1
Discoverer
0 Likes
1,338

Hi all,

 

I have an assignment to add one more format in this list. I need to add SPREADSHEET option and when we select SPREADSHEET option it should export in spreadsheet.

HariPrasad1_0-1730102335351.png

HariPrasad1_1-1730102383585.png

 

Hi all,

 

I have an assignment to add one more format in this list. I need to add SPREADSHEET option and when we select SPREADSHEET option it should export in spreadsheet.

HariPrasad1_0-1730102335351.png

HariPrasad1_1-1730102383585.png

 

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,300

It's a modification of the standard. Easy if you know how to change a Dynpro screen.

NB: as it impacts all "report" transactions in the system (I guess you know that), better ask a very experienced ABAP developer to make sure the custom code can work in all situations.

Read only

LN1
Participant
0 Likes
1,227

Should be able to open "Text with Tabs" file in Excel. Try to debug the workings of this popup and see how the file is generated. Might be able to add enhancement in it for this BOM program transaction, where data could be transformed/transferred to file with Excel extension and then downloaded.