cancel
Showing results for 
Search instead for 
Did you mean: 

List Report - Export to Excel - Can't see button Export - S/4 1909 on-premise

0 Kudos

Hello!
I created a List Report application using BAS and adapted the code to enable the export to Excel function.
Tested the application on SCP and the function worked very well, so I deployed it to S/4HANA on-premise.
Testing the application on the FLP on-premise, I can't see the Export button.

Testing on SCP

Testing on S/4 on-premise

Code


Please, how can I fix this issue?

I really don't know if the problem is the S/4HANA or the deploy using BAS.
Where can I verify if the ListReport_ZCDS_TRACEABILITY_RAPType.json file was deployed? I verified the BSP application on transaction SE80 and didn't find this file in the app.

System
S/4HANA 1909 FPS01
SAP_UI: SAPK-75403INSAPUI
UI5 version: 1.71.27


Best regards,
Guilherme

Accepted Solutions (0)

Answers (7)

Answers (7)

djawi81
Explorer
0 Kudos
0 Kudos

Hi guilherme.lahr2,

Were you able to find any solution for it? This is exactly the same issue I am also facing with BAS.

0 Kudos

I'm sorry guys, but probably I'm missing something.
I created a custom Fiori Elements application and used Fiori Tools Guided Development to change the "useExportToExcel" property value to true. Testing the application on the SCP works, but after being deployed to S/4 on-premise, it didn't work.

So, do I need to create another custom project and try enable the button using UI Adaptation? If the answer is yes, why do I need Guided Development?

Best regards,
Guilherme

0 Kudos

Hello Guilherme,

did you try the proposal from Amit? Can you start UI Adaptation from the deployed application and then try to set useExportToExcel to true?

Best Regards,

Zdravko

0 Kudos

Hello Zdravko.

Yes, I found the changes_bundle.json file.

I verified some standard Fiori applications were deployed with the "changes" folder.

For example:

Checking my custom application, I didn't find the folder.

I checked the component-preload file and the code setting the change was there, but is not working yet.

Best regards,
Guilherme

0 Kudos

Hello Guilherme,

the file ListReport_ZCDS_TRACEABILITY_RAPType.json it is not meant to be deployed. But once you set "useExportToExcel" to true, then you should be able to see a .change file under webapp/changes folder.

Also after doing the build, you should be able to see a changes_bundle.json file under dist/changes. The file should contain the change for setting useExportToExcel to true.

Could you please confirm if this is the case?

Thanks and Best Regards,

Zdravko

former_member642701
Discoverer
0 Kudos

Hi Guilherme,

In UI5 version: 1.71.27 useExportToExcel is set to false. This can be modified via UI Adaptation. Please try this option and get back to us in case the issue persists.

Thanks, Amit